summaryrefslogtreecommitdiff
path: root/wiretap/libpcap.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-05-15 07:14:46 +0000
committerGuy Harris <guy@alum.mit.edu>2003-05-15 07:14:46 +0000
commit86f3c38c4aef93560541c50e2f501e94802b337d (patch)
treeada44233717d4e44f714b769a32c266591b0aa57 /wiretap/libpcap.c
parent64840abd9f877dc56d773fc1c3884dc1f171b249 (diff)
downloadwireshark-86f3c38c4aef93560541c50e2f501e94802b337d.tar.gz
From Can Erkin Acar: OpenBSD is now using tcpdump.org-assigned DLT_
value for DLT_PFLOG, and that goes along with a change to the link-layer header for DLT_PFLOG - support both the old and new values and format. svn path=/trunk/; revision=7676
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 c2eeeed9a0..4d4c3d0fa9 100644
--- a/wiretap/libpcap.c
+++ b/wiretap/libpcap.c
@@ -1,6 +1,6 @@
/* libpcap.c
*
- * $Id: libpcap.c,v 1.95 2003/03/25 06:04:54 guy Exp $
+ * $Id: libpcap.c,v 1.96 2003/05/15 07:14:45 guy Exp $
*
* Wiretap Library
* Copyright (c) 1998 by Gilbert Ramirez <gram@alumni.rice.edu>
@@ -385,7 +385,7 @@ static const struct {
* defined with the value 17.
*/
#if !defined(DLT_LANE8023) || (DLT_LANE8023 != 17)
- { 17, WTAP_ENCAP_PFLOG },
+ { 17, WTAP_ENCAP_OLD_PFLOG },
#endif
/*