summaryrefslogtreecommitdiff
path: root/pcap-bpf.h
diff options
context:
space:
mode:
authorhannes <hannes>2004-02-11 22:06:58 +0000
committerhannes <hannes>2004-02-11 22:06:58 +0000
commit673ea44790cb2dd7904d6515c25181b1b32ad914 (patch)
treee309070b97490125cc9f5c8e6f7c2877e186bccb /pcap-bpf.h
parent7d3d1094ecc5be6016f8cb3bacb5bbcfaf018aab (diff)
downloadlibpcap-673ea44790cb2dd7904d6515c25181b1b32ad914.tar.gz
assign DLT_ and LINKTYPE_ 164 to Juniper Networks Inc.
Diffstat (limited to 'pcap-bpf.h')
-rw-r--r--pcap-bpf.h10
1 files changed, 9 insertions, 1 deletions
diff --git a/pcap-bpf.h b/pcap-bpf.h
index 6b6add93..ef222e22 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.14 2004-01-29 10:36:44 guy Exp $ (LBL)
+ * @(#) $Header: /tcpdump/master/libpcap/pcap-bpf.h,v 1.15 2004-02-11 22:06:58 hannes Exp $ (LBL)
*/
/*
@@ -480,6 +480,14 @@ struct bpf_version {
#define DLT_IEEE802_11_RADIO_AVS 163 /* 802.11 plus AVS radio header */
/*
+ * juniper-private data link type, as per request from
+ * Hannes Gredler <hannes@juniper.net> the DLT_s are used
+ * for passing on chassis-internal metainformation like
+ * QOS profiles etc.
+ */
+#define DLT_JUNIPER_MONITOR 164
+
+/*
* The instruction encodings.
*/
/* instruction classes */