From: guy Date: Thu, 19 Apr 2007 18:15:03 +0000 (+0000) Subject: Reserved a DLT_ and SAVEFILE_ value for PPI (Per Packet Info) X-Git-Tag: libpcap-1.1.0~476 X-Git-Url: https://git.tcpdump.org/libpcap/commitdiff_plain/08a7beca5558fcdad40ded6916b0581075569975 Reserved a DLT_ and SAVEFILE_ value for PPI (Per Packet Info) encapsulated packets. Requested by Gianluca Varenni. --- diff --git a/pcap/bpf.h b/pcap/bpf.h index af090868..5eb51208 100644 --- a/pcap/bpf.h +++ b/pcap/bpf.h @@ -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 . + */ +#define DLT_PPI 192 + /* * The instruction encodings. */