From: Guy Harris Date: Wed, 25 Nov 2009 19:50:11 +0000 (-0800) Subject: Get rid of redundant definition of DLT_IPNET. X-Git-Tag: libpcap-1.1.0~60 X-Git-Url: https://git.tcpdump.org/libpcap/commitdiff_plain/05b4572af9326532e873b9f68cd9aa8c23687f22?ds=sidebyside 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. --- diff --git a/pcap/bpf.h b/pcap/bpf.h index cd61f83f..9df1011b 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 */