aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/etherpeek.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2004-02-06 02:09:11 +0000
committerGuy Harris <guy@alum.mit.edu>2004-02-06 02:09:11 +0000
commit2cbe1a0bf55394b821ad0ade85bc276f1647021b (patch)
tree2598b4ed95a0849baa96743d793a45315556c780 /wiretap/etherpeek.c
parentca5a28560dd568d44c8b1c071f8d6ea077f32e51 (diff)
Fix up a comment to note that this is also used for AiroPeek, and used
only for versions 5, 6, and 7 of the file format. Add another comment explaining why this refers to "etherpeek" even though it's also used for AiroPeek and probably also TokenPeek. svn path=/trunk/; revision=9989
Diffstat (limited to 'wiretap/etherpeek.c')
-rw-r--r--wiretap/etherpeek.c11
1 files changed, 9 insertions, 2 deletions
diff --git a/wiretap/etherpeek.c b/wiretap/etherpeek.c
index ab37b00051..3096cf3786 100644
--- a/wiretap/etherpeek.c
+++ b/wiretap/etherpeek.c
@@ -1,8 +1,9 @@
/* etherpeek.c
- * Routines for opening EtherPeek (and TokenPeek?) files
+ * Routines for opening EtherPeek and AiroPeek (and TokenPeek?) V5, V6,
+ * and V7 files
* Copyright (c) 2001, Daniel Thompson <d.thompson@gmx.net>
*
- * $Id: etherpeek.c,v 1.27 2004/01/27 08:06:11 guy Exp $
+ * $Id: etherpeek.c,v 1.28 2004/02/06 02:09:11 guy Exp $
*
* Wiretap Library
* Copyright (c) 1998 by Gilbert Ramirez <gram@alumni.rice.edu>
@@ -37,6 +38,12 @@
* tcptrace (http://www.tcptrace.org/) handles EtherPeek files.
*/
+/*
+ * NOTE: it says "etherpeek" because the first files seen that use this
+ * format were EtherPeek files; however, AiroPeek files using it have
+ * also been seen, and I suspect TokenPeek uses it as well.
+ */
+
/* master header */
typedef struct etherpeek_master_header {
guint8 version;