aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/wtap.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2002-01-29 08:44:53 +0000
committerGuy Harris <guy@alum.mit.edu>2002-01-29 08:44:53 +0000
commitc873f79156f1ad7cd04168d9dca7d3a322c7ae3f (patch)
treead1052c0e6fa256db7900ff529de5064cb607e6e /wiretap/wtap.c
parentd76a4172a628adee57cf34155782a31a9444b930 (diff)
Support for capturing on, and reading captures from, OpenBSD firewall
logging virtual interface, from Mike Frantzen. svn path=/trunk/; revision=4616
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 75f3f40326..253eda2159 100644
--- a/wiretap/wtap.c
+++ b/wiretap/wtap.c
@@ -1,6 +1,6 @@
/* wtap.c
*
- * $Id: wtap.c,v 1.58 2001/11/30 07:14:22 guy Exp $
+ * $Id: wtap.c,v 1.59 2002/01/29 08:44:53 guy Exp $
*
* Wiretap Library
* Copyright (c) 1998 by Gilbert Ramirez <gram@alumni.rice.edu>
@@ -133,6 +133,9 @@ static const struct encap_type_info {
/* WTAP_ENCAP_PRISM_HEADER */
{ "IEEE 802.11 plus Prism II monitor mode header", "prism" },
+
+ /* WTAP_ENCAP_PFLOG */
+ { "OpenBSD PF Firewall logs", "pflog" },
};
/* Name that should be somewhat descriptive. */