aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/radcom.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>1999-08-20 08:00:24 +0000
committerGuy Harris <guy@alum.mit.edu>1999-08-20 08:00:24 +0000
commitb66b74efe71e80d10ecce675ee5a055529f1b5de (patch)
tree1eda4ca2e90625ebad4bfa1632c11c93af1f8098 /wiretap/radcom.c
parente8ba74cbf1b7e4d5c4ff8d63eaa20d307f54070e (diff)
Fix a comment.
svn path=/trunk/; revision=528
Diffstat (limited to 'wiretap/radcom.c')
-rw-r--r--wiretap/radcom.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/wiretap/radcom.c b/wiretap/radcom.c
index 6444e8d102..0459fac033 100644
--- a/wiretap/radcom.c
+++ b/wiretap/radcom.c
@@ -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];
- /* 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);