summaryrefslogtreecommitdiff
path: root/pcap-bpf.h
diff options
context:
space:
mode:
authorguy <guy>2003-12-03 21:34:21 +0000
committerguy <guy>2003-12-03 21:34:21 +0000
commit808a1fd8e1882b4cb46c8efb99cdbd903afa5f4d (patch)
treebc069d0c815568e9207134403aa9b1d6e6919b2d /pcap-bpf.h
parent4f9b1a623865d5e7dc21998dce6f1e9798c18f8f (diff)
downloadlibpcap-808a1fd8e1882b4cb46c8efb99cdbd903afa5f4d.tar.gz
Reserve two DLT_ values for IBM's use.
Diffstat (limited to 'pcap-bpf.h')
-rw-r--r--pcap-bpf.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/pcap-bpf.h b/pcap-bpf.h
index ae300831..153b3dcd 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.11 2003-11-18 21:06:50 guy Exp $ (LBL)
+ * @(#) $Header: /tcpdump/master/libpcap/pcap-bpf.h,v 1.12 2003-12-03 21:34:21 guy Exp $ (LBL)
*/
/*
@@ -421,6 +421,12 @@ struct bpf_version {
#define DLT_LINUX_IRDA 144
/*
+ * Reserved for IBM SP switch and IBM Next Federation switch.
+ */
+#define DLT_IBM_SP 145
+#define DLT_IBM_SN 146
+
+/*
* The instruction encodings.
*/
/* instruction classes */