diff options
author | hannes <hannes> | 2005-01-12 09:15:05 +0000 |
---|---|---|
committer | hannes <hannes> | 2005-01-12 09:15:05 +0000 |
commit | f718fd183536a20efbd657e67db018b8ead2a048 (patch) | |
tree | 78fcc9fef398b141897d10c03487f0ec6cb1f07e /pcap.c | |
parent | 6e18a333d208810fb1daf5127d11ad603f6d08ab (diff) |
add support for Juniper PIC Peer DLT_
Diffstat (limited to 'pcap.c')
-rw-r--r-- | pcap.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -33,7 +33,7 @@ #ifndef lint static const char rcsid[] _U_ = - "@(#) $Header: /tcpdump/master/libpcap/pcap.c,v 1.82 2005-01-12 09:02:55 hannes Exp $ (LBL)"; + "@(#) $Header: /tcpdump/master/libpcap/pcap.c,v 1.83 2005-01-12 09:15:05 hannes Exp $ (LBL)"; #endif #ifdef HAVE_CONFIG_H @@ -365,6 +365,7 @@ static struct dlt_choice dlt_choices[] = { DLT_CHOICE(DLT_GPRS_LLC, "GPRS LLC"), DLT_CHOICE(DLT_GPF_T, "GPF-T"), DLT_CHOICE(DLT_GPF_F, "GPF-F"), + DLT_CHOICE(DLT_JUNIPER_PIC_PEER, "Juniper PIC Peer"), DLT_CHOICE_SENTINEL }; |