summaryrefslogtreecommitdiff
path: root/wiretap/peekclassic.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2012-07-09 23:14:50 +0000
committerGuy Harris <guy@alum.mit.edu>2012-07-09 23:14:50 +0000
commitf71fd4318cc528faea9eb114c21e9f95e42c9bd5 (patch)
tree70a8bba61d2f3e5dee1d57fe27b460dce31e445f /wiretap/peekclassic.c
parent881a925f6abdb2413f73530ca811b6f9bafaff24 (diff)
downloadwireshark-f71fd4318cc528faea9eb114c21e9f95e42c9bd5.tar.gz
Fix up some comments.
svn path=/trunk/; revision=43633
Diffstat (limited to 'wiretap/peekclassic.c')
-rw-r--r--wiretap/peekclassic.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/wiretap/peekclassic.c b/wiretap/peekclassic.c
index 06ec4c0647..b26454513b 100644
--- a/wiretap/peekclassic.c
+++ b/wiretap/peekclassic.c
@@ -239,7 +239,7 @@ peekclassic_open(wtap *wth, int *err, gchar **err_info)
default:
/*
- * Assume this isn't a *Peek file.
+ * Assume this isn't a Peek classic file.
*/
return 0;
}
@@ -259,7 +259,7 @@ peekclassic_open(wtap *wth, int *err, gchar **err_info)
default:
/*
- * Assume this isn't a *Peek file.
+ * Assume this isn't a Peek classic file.
*/
return 0;
}
@@ -267,15 +267,15 @@ peekclassic_open(wtap *wth, int *err, gchar **err_info)
default:
/*
- * Assume this isn't a *Peek file.
+ * Assume this isn't a Peek classic file.
*/
return 0;
}
/*
- * Assume this is a V5, V6 or V7 *Peek file, and byte
- * swap the rest of the fields in the secondary header.
+ * Assume this is a V5, V6 or V7 Peek classic file, and
+ * byte swap the rest of the fields in the secondary header.
*
* XXX - we could check the file length if the file were
* uncompressed, but it might be compressed.
@@ -303,7 +303,7 @@ peekclassic_open(wtap *wth, int *err, gchar **err_info)
default:
/*
- * Assume this isn't a *Peek file.
+ * Assume this isn't a Peek classic file.
*/
return 0;
}