aboutsummaryrefslogtreecommitdiff
path: root/pcap-bpf.h
diff options
context:
space:
mode:
authorguy <guy>2004-06-07 20:00:08 +0000
committerguy <guy>2004-06-07 20:00:08 +0000
commit93306079a311d293e56d7bb81ded1716c7efc309 (patch)
treee81d03bc55b606b1869a77f22534b63f552b3a15 /pcap-bpf.h
parent8106848e48807d0914bcca3bb4ea1914d7e171b4 (diff)
Add a DLT_ value and LINKTYPE_ value for BACnet MS/TP.
Clean up some white space.
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 2e3f6861..49579887 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.20 2004-06-04 22:19:47 guy Exp $ (LBL)
+ * @(#) $Header: /tcpdump/master/libpcap/pcap-bpf.h,v 1.21 2004-06-07 20:00:08 guy Exp $ (LBL)
*/
/*
@@ -505,6 +505,11 @@ struct bpf_version {
#define DLT_JUNIPER_MONITOR 164
/*
+ * Reserved for BACnet MS/TP.
+ */
+#define DLT_BACNET_MS_TP 165
+
+/*
* The instruction encodings.
*/
/* instruction classes */