aboutsummaryrefslogtreecommitdiff
path: root/pcap.c
diff options
context:
space:
mode:
authorhannes <hannes>2005-01-12 09:15:05 +0000
committerhannes <hannes>2005-01-12 09:15:05 +0000
commitf718fd183536a20efbd657e67db018b8ead2a048 (patch)
tree78fcc9fef398b141897d10c03487f0ec6cb1f07e /pcap.c
parent6e18a333d208810fb1daf5127d11ad603f6d08ab (diff)
add support for Juniper PIC Peer DLT_
Diffstat (limited to 'pcap.c')
-rw-r--r--pcap.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/pcap.c b/pcap.c
index b7728d2b..4d0a3ad1 100644
--- a/pcap.c
+++ b/pcap.c
@@ -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
};