aboutsummaryrefslogtreecommitdiffstats
path: root/pcap
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2009-11-25 11:50:11 -0800
committerGuy Harris <guy@alum.mit.edu>2009-11-25 11:50:11 -0800
commit05b4572af9326532e873b9f68cd9aa8c23687f22 (patch)
tree67f217c47cd7656e44819ea51bf85244e3454a2b /pcap
parentbdc25fca79411dbaed26989fb40bf3d8877662b6 (diff)
Get rid of redundant definition of DLT_IPNET.
Don't define DLT_IPOIB with the same value as one of the DLT_USERn definitions - it's not used, and we don't want to make anybody think that value belongs to any particular link-layer type.
Diffstat (limited to 'pcap')
-rw-r--r--pcap/bpf.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/pcap/bpf.h b/pcap/bpf.h
index cd61f83..9df1011 100644
--- a/pcap/bpf.h
+++ b/pcap/bpf.h
@@ -953,9 +953,6 @@ struct bpf_version {
*/
#define DLT_CAN_SOCKETCAN 227
-#define DLT_IPNET 226 /* Assigned by tcpdump.org */
-#define DLT_IPOIB 162 /* Private until we know what it is */
-
/*
* IPNET
*/