aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
diff options
context:
space:
mode:
Diffstat (limited to 'wiretap')
-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;