aboutsummaryrefslogtreecommitdiffstats
path: root/pcap
diff options
context:
space:
mode:
authorhannes <hannes>2007-09-10 20:17:18 +0000
committerhannes <hannes>2007-09-10 20:17:18 +0000
commit18341fc1b5de422210f1c1792cdccdc05428195f (patch)
tree7d747132c365ff26b2b065ffd1f869f4c407ae44 /pcap
parent266b20f3d4bc6ae55ea9742eadb8fbe40c6b7750 (diff)
allocate DLT_JUNIPER_ST as per request from Hannes Gredler <hannes@juniper.net>
Diffstat (limited to 'pcap')
-rw-r--r--pcap/bpf.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/pcap/bpf.h b/pcap/bpf.h
index 3e1238c..89691be 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.15 2007-08-14 20:56:01 guy Exp $ (LBL)
+ * @(#) $Header: /tcpdump/master/libpcap/pcap/bpf.h,v 1.16 2007-09-10 20:17:18 hannes Exp $ (LBL)
*/
/*
@@ -728,6 +728,13 @@ struct bpf_version {
*/
#define DLT_IPMB 199
+/*
+ * Juniper-private data link type, as per request from
+ * Hannes Gredler <hannes@juniper.net>.
+ * The DLT_ is used for capturing data on a secure tunnel interface.
+ */
+#define DLT_JUNIPER_ST 200
+
/*
* The instruction encodings.