]> The Tcpdump Group git mirrors - libpcap/commitdiff
Reserved a DLT_ and SAVEFILE_ value for PPI (Per Packet Info)
authorguy <guy>
Thu, 19 Apr 2007 18:15:03 +0000 (18:15 +0000)
committerguy <guy>
Thu, 19 Apr 2007 18:15:03 +0000 (18:15 +0000)
encapsulated packets. Requested by Gianluca Varenni.

pcap/bpf.h

index af09086899f07add288f2039354e4a81bbf9f132..5eb512084410daf982fc9e49063ed8bd8afd37d1 100644 (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 <[email protected]>.
+ */
+#define DLT_PPI                        192
+
 /*
  * The instruction encodings.
  */