dect
/
libpcap
Archived
13
0
Fork 0

Reserved a DLT_ and SAVEFILE_ value for PPI (Per Packet Info)

encapsulated packets. Requested by Gianluca Varenni.
This commit is contained in:
guy 2007-04-19 18:15:03 +00:00
parent 355a195db7
commit 08a7beca55
1 changed files with 7 additions and 1 deletions

View File

@ -37,7 +37,7 @@
*
* @(#)bpf.h 7.1 (Berkeley) 5/7/91
*
* @(#) $Header: /tcpdump/master/libpcap/pcap/bpf.h,v 1.6 2007-04-05 18:43:49 guy Exp $ (LBL)
* @(#) $Header: /tcpdump/master/libpcap/pcap/bpf.h,v 1.7 2007-04-19 18:15:03 guy Exp $ (LBL)
*/
/*
@ -675,6 +675,12 @@ struct bpf_version {
*/
#define DLT_IEEE802_15_4_LINUX 191
/*
* Per Packet Information encapsulated packets.
* DLT_ requested by Gianluca Varenni <gianluca.varenni@cacetech.com>.
*/
#define DLT_PPI 192
/*
* The instruction encodings.
*/