summaryrefslogtreecommitdiff
path: root/sys/net/bpf.h
diff options
context:
space:
mode:
authorHenning Brauer <henning@cvs.openbsd.org>2010-06-26 16:49:02 +0000
committerHenning Brauer <henning@cvs.openbsd.org>2010-06-26 16:49:02 +0000
commit6ff00cfdd7314d678ef50b2c2d0c3f48e4e5ba6d (patch)
treeaf671913cc01fb228a9ccf15ea47d25b97d1bfe5 /sys/net/bpf.h
parent6be3f3fc5395980de076d96fe6a0b49f2fafe4a7 (diff)
bye bye DLT_OLD_PFLOG & friends. dead since 2003. 7 years oughta be enough
ok ryan theo reyk
Diffstat (limited to 'sys/net/bpf.h')
-rw-r--r--sys/net/bpf.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/net/bpf.h b/sys/net/bpf.h
index 9df18d9bdcb..e6fd3478dfb 100644
--- a/sys/net/bpf.h
+++ b/sys/net/bpf.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: bpf.h,v 1.38 2008/12/22 12:13:13 michele Exp $ */
+/* $OpenBSD: bpf.h,v 1.39 2010/06/26 16:49:01 henning Exp $ */
/* $NetBSD: bpf.h,v 1.15 1996/12/13 07:57:33 mikel Exp $ */
/*
@@ -179,7 +179,6 @@ struct bpf_hdr {
#define DLT_RAW 14 /* raw IP */
#define DLT_SLIP_BSDOS 15 /* BSD/OS Serial Line IP */
#define DLT_PPP_BSDOS 16 /* BSD/OS Point-to-point Protocol */
-#define DLT_OLD_PFLOG 17 /* Packet filter logging, old (XXX remove?) */
#define DLT_PFSYNC 18 /* Packet filter state syncing */
#define DLT_PPP_ETHER 51 /* PPP over Ethernet; session only w/o ether header */
#define DLT_IEEE802_11 105 /* IEEE 802.11 wireless */