dect
/
libpcap
Archived
13
0
Fork 0

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.
This commit is contained in:
Guy Harris 2009-11-25 11:50:11 -08:00
parent bdc25fca79
commit 05b4572af9
1 changed files with 0 additions and 3 deletions

View File

@ -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
*/