diff options
author | guy <guy> | 2003-11-13 01:35:47 +0000 |
---|---|---|
committer | guy <guy> | 2003-11-13 01:35:47 +0000 |
commit | 84217ae06cb15f517f6e1b98e2d536cfb9810bb1 (patch) | |
tree | 17854966de4fc7eb27aeb77f162a1225b7bd985c /pcap-bpf.h | |
parent | d8ccb0422bffa2d6550707b362b79c5714546a5b (diff) |
Add a DLT_ value for DOCSIS frames.
Note in "pcap-bpf.h" that DLT_ values 139 through 142 are reserved for
SS7.
Diffstat (limited to 'pcap-bpf.h')
-rw-r--r-- | pcap-bpf.h | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -37,7 +37,7 @@ * * @(#)bpf.h 7.1 (Berkeley) 5/7/91 * - * @(#) $Header: /tcpdump/master/libpcap/pcap-bpf.h,v 1.9 2003-06-27 07:59:20 guy Exp $ (LBL) + * @(#) $Header: /tcpdump/master/libpcap/pcap-bpf.h,v 1.10 2003-11-13 01:35:47 guy Exp $ (LBL) */ /* @@ -395,6 +395,15 @@ struct bpf_version { #define DLT_APPLE_IP_OVER_IEEE1394 138 /* + * 139 through 142 are reserved for SS7. + */ + +/* + * DOCSIS MAC frames. + */ +#define DLT_DOCSIS 143 + +/* * The instruction encodings. */ /* instruction classes */ |