Fix a comment.
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Fri, 20 Aug 1999 08:00:24 +0000 (08:00 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Fri, 20 Aug 1999 08:00:24 +0000 (08:00 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@528 f5534014-38df-0310-8fa8-9805f1628bb7

wiretap/radcom.c

index 6444e8d10279e2ca817050808d87224901a9dbde..0459fac033dae12d5b0b0049d9ffe6b00eb94981 100644 (file)
@@ -53,7 +53,7 @@ int radcom_open(wtap *wth, int *err)
        char encap_magic[7] = {0x54, 0x43, 0x50, 0x00, 0x42, 0x43, 0x09};
        char search_encap[7];
 
        char encap_magic[7] = {0x54, 0x43, 0x50, 0x00, 0x42, 0x43, 0x09};
        char search_encap[7];
 
-       /* Read in the string that should be at the start of a Sniffer file */
+       /* Read in the string that should be at the start of a RADCOM file */
        fseek(wth->fh, 0, SEEK_SET);
        errno = WTAP_ERR_CANT_READ;
        bytes_read = fread(magic, 1, 8, wth->fh);
        fseek(wth->fh, 0, SEEK_SET);
        errno = WTAP_ERR_CANT_READ;
        bytes_read = fread(magic, 1, 8, wth->fh);