aboutsummaryrefslogtreecommitdiff
path: root/pcap-bpf.h
diff options
context:
space:
mode:
authorhannes <hannes>2005-12-13 13:41:39 +0000
committerhannes <hannes>2005-12-13 13:41:39 +0000
commit98a1d8cfbd094112ecbc35719bdb12c25b535203 (patch)
treed29e57364737460ded3df89dfd3a2082cb7f964d /pcap-bpf.h
parent8fe5fce9e47e2520d99c00dacb0eb94134d7aff9 (diff)
add DLT/LINKTYPE for carrying FRF.16 Multi-link Frame Relay
Diffstat (limited to 'pcap-bpf.h')
-rw-r--r--pcap-bpf.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/pcap-bpf.h b/pcap-bpf.h
index 04ac48a5..e91b2f59 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.40 2005-08-12 19:23:31 hannes Exp $ (LBL)
+ * @(#) $Header: /tcpdump/master/libpcap/pcap-bpf.h,v 1.41 2005-12-13 13:41:39 hannes Exp $ (LBL)
*/
/*
@@ -606,6 +606,11 @@ struct bpf_version {
#define DLT_JUNIPER_CHDLC 181
/*
+ * Multi Link Frame Relay (FRF.16)
+ */
+#define DLT_MFR 182
+
+/*
* The instruction encodings.
*/
/* instruction classes */