diff options
author | guy <guy> | 2004-12-07 17:27:45 +0000 |
---|---|---|
committer | guy <guy> | 2004-12-07 17:27:45 +0000 |
commit | 1e5f231e7b4fbeabbfc2a319033ec4d83fc50055 (patch) | |
tree | 801826d0c25d3397424e5f039ed85510f6e19cd2 /pcap-bpf.h | |
parent | 0b2386c1f1155b60ca2809c059c78f6907df4d4a (diff) |
New link-layer header type for raw GPRS LLC frames, as per a request by
Marc Hermstein <mhermstein@yahoo.com>.
Diffstat (limited to 'pcap-bpf.h')
-rw-r--r-- | pcap-bpf.h | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -37,7 +37,7 @@ * * @(#)bpf.h 7.1 (Berkeley) 5/7/91 * - * @(#) $Header: /tcpdump/master/libpcap/pcap-bpf.h,v 1.25 2004-10-29 02:15:08 guy Exp $ (LBL) + * @(#) $Header: /tcpdump/master/libpcap/pcap-bpf.h,v 1.26 2004-12-07 17:27:45 guy Exp $ (LBL) */ /* @@ -526,6 +526,8 @@ struct bpf_version { #define DLT_JUNIPER_PPPOE 167 #define DLT_JUNIPER_PPPOE_ATM 168 +#define DLT_GPRS_LLC 169 /* GPRS LLC */ + /* * The instruction encodings. */ |