aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/wtap.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2002-01-29 09:45:58 +0000
committerGuy Harris <guy@alum.mit.edu>2002-01-29 09:45:58 +0000
commita66d50bbf201d5992e364c27446b71d935158f52 (patch)
treeaee45c0a61eaedb10e87afe5ffa3f90d2f08d731 /wiretap/wtap.c
parentd5df5579236136b73890f72e881999d487acab37 (diff)
Untested support for AiroPeek captures.
svn path=/trunk/; revision=4619
Diffstat (limited to 'wiretap/wtap.c')
-rw-r--r--wiretap/wtap.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/wiretap/wtap.c b/wiretap/wtap.c
index 253eda2159..e77644057c 100644
--- a/wiretap/wtap.c
+++ b/wiretap/wtap.c
@@ -1,6 +1,6 @@
/* wtap.c
*
- * $Id: wtap.c,v 1.59 2002/01/29 08:44:53 guy Exp $
+ * $Id: wtap.c,v 1.60 2002/01/29 09:45:58 guy Exp $
*
* Wiretap Library
* Copyright (c) 1998 by Gilbert Ramirez <gram@alumni.rice.edu>
@@ -136,6 +136,9 @@ static const struct encap_type_info {
/* WTAP_ENCAP_PFLOG */
{ "OpenBSD PF Firewall logs", "pflog" },
+
+ /* WTAP_ENCAP_AIROPEEK */
+ { "IEEE 802.11 plus AiroPeek header", "airopeek" },
};
/* Name that should be somewhat descriptive. */