diff options
author | 2010-06-26 16:47:07 +0000 | |
---|---|---|
committer | 2010-06-26 16:47:07 +0000 | |
commit | 7737d5ca0c003c8cd3f1ada2dc3ca3f1f197a3ba (patch) | |
tree | d226fef2955f1e9de241dc413500478c3911f3f4 /lib/libpcap/pcap.c | |
parent | From the Loganaden Velvindron: (diff) | |
download | wireguard-openbsd-7737d5ca0c003c8cd3f1ada2dc3ca3f1f197a3ba.tar.xz wireguard-openbsd-7737d5ca0c003c8cd3f1ada2dc3ca3f1f197a3ba.zip |
remove support for the old pflog format, replaced in 2003
ok ryan theo & herr reyksminister
Diffstat (limited to 'lib/libpcap/pcap.c')
-rw-r--r-- | lib/libpcap/pcap.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libpcap/pcap.c b/lib/libpcap/pcap.c index 9bf613921c0..190c37305a9 100644 --- a/lib/libpcap/pcap.c +++ b/lib/libpcap/pcap.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pcap.c,v 1.11 2007/09/02 15:19:18 deraadt Exp $ */ +/* $OpenBSD: pcap.c,v 1.12 2010/06/26 16:47:07 henning Exp $ */ /* * Copyright (c) 1993, 1994, 1995, 1996, 1997, 1998 @@ -246,7 +246,6 @@ DLT_CHOICE(DLT_ENC, "IPSEC enc type (af header, spi, flags)"), DLT_CHOICE(DLT_RAW, "raw IP"), DLT_CHOICE(DLT_SLIP_BSDOS, "BSD/OS Serial Line IP"), DLT_CHOICE(DLT_PPP_BSDOS, "BSD/OS Point-to-point Protocol"), -DLT_CHOICE(DLT_OLD_PFLOG, "Packet filter logging, old (XXX remove?)"), DLT_CHOICE(DLT_PFSYNC, "Packet filter state syncing"), DLT_CHOICE(DLT_PPP_ETHER, "PPP over Ethernet; session only w/o ether header"), DLT_CHOICE(DLT_IEEE802_11, "IEEE 802.11 wireless"), |