diff options
author | hannes <hannes> | 2004-10-20 14:28:49 +0000 |
---|---|---|
committer | hannes <hannes> | 2004-10-20 14:28:49 +0000 |
commit | 00384d8605d55b5988e1d95e573b92f62263e920 (patch) | |
tree | 7a74a6caa4ce8539f5c895a2e7f816b1bd22de84 /pcap-bpf.h | |
parent | 3bcf07168cf6ca0b0ca90bd054bcb4b55ac64fff (diff) |
allocate DLT_ and LINKTYPE_ 167,168 for Juniper Networks, Inc.
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.22 2004-08-18 14:25:01 hannes Exp $ (LBL) + * @(#) $Header: /tcpdump/master/libpcap/pcap-bpf.h,v 1.23 2004-10-20 14:28:49 hannes Exp $ (LBL) */ /* @@ -517,6 +517,15 @@ struct bpf_version { #define DLT_PPP_WITHDIRECTION 166 /* + * Juniper-private data link type, as per request from + * Hannes Gredler <hannes@juniper.net>. The DLT_s are used + * for passing on chassis-internal metainformation such as + * QOS profiles, cookies, etc.. + */ +#define DLT_JUNIPER_PPPOE 167 +#define DLT_JUNIPER_PPPOE_ATM 168 + +/* * The instruction encodings. */ /* instruction classes */ |