diff options
author | guy <guy> | 2004-06-07 20:00:08 +0000 |
---|---|---|
committer | guy <guy> | 2004-06-07 20:00:08 +0000 |
commit | 93306079a311d293e56d7bb81ded1716c7efc309 (patch) | |
tree | e81d03bc55b606b1869a77f22534b63f552b3a15 /pcap-bpf.h | |
parent | 8106848e48807d0914bcca3bb4ea1914d7e171b4 (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.h | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -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 */ |