aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/libpcap.c
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2003-03-07 16:52:46 +0000
committerGerald Combs <gerald@wireshark.org>2003-03-07 16:52:46 +0000
commit0b94d9a2287cbabaecaace96a06e67183e77ee64 (patch)
tree6fb47f8cf7d5e1d448c9c7bf48d9f69ae02df651 /wiretap/libpcap.c
parent41ab264d0a08dfdf50101b6e1a8f3860937f5d28 (diff)
From Markus Friedl:
Add support for the OpenBSD enc(4) encapsulating interface. Add support for Ethernet over IP (RFC 3378). Fold Markus' .h files into their respective .c files, add a define to ipproto.h and use it. svn path=/trunk/; revision=7310
Diffstat (limited to 'wiretap/libpcap.c')
-rw-r--r--wiretap/libpcap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/wiretap/libpcap.c b/wiretap/libpcap.c
index b7d633817a..aae2e6f428 100644
--- a/wiretap/libpcap.c
+++ b/wiretap/libpcap.c
@@ -1,6 +1,6 @@
/* libpcap.c
*
- * $Id: libpcap.c,v 1.92 2003/01/31 01:02:07 guy Exp $
+ * $Id: libpcap.c,v 1.93 2003/03/07 16:52:46 gerald Exp $
*
* Wiretap Library
* Copyright (c) 1998 by Gilbert Ramirez <gram@alumni.rice.edu>
@@ -324,7 +324,7 @@ static const struct {
#if defined(DLT_ATM_RFC1483) && (DLT_ATM_RFC1483 == 13)
{ 13, WTAP_ENCAP_ATM_RFC1483 },
#elif defined(DLT_ENC) && (DLT_ENC == 13)
- /* Put entry for DLT_ENC here */
+ { 13, WTAP_ENCAP_ENC0 },
#endif
/*