aboutsummaryrefslogtreecommitdiff
path: root/pcap.c
diff options
context:
space:
mode:
authorhannes <hannes>2005-01-12 09:02:55 +0000
committerhannes <hannes>2005-01-12 09:02:55 +0000
commit6e18a333d208810fb1daf5127d11ad603f6d08ab (patch)
tree49d56710d9a1f467c069310b54c086cc3ac1a117 /pcap.c
parent1a66ed9ea71f1d17601c562daeb70d1c433a5f45 (diff)
add gencode support for Juniper ML/LS PIC 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 404fcec9..b7728d2b 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.81 2004-12-19 20:02:45 guy Exp $ (LBL)";
+ "@(#) $Header: /tcpdump/master/libpcap/pcap.c,v 1.82 2005-01-12 09:02:55 hannes Exp $ (LBL)";
#endif
#ifdef HAVE_CONFIG_H
@@ -358,6 +358,7 @@ static struct dlt_choice dlt_choices[] = {
DLT_CHOICE(DLT_SYMANTEC_FIREWALL, "Symantec Firewall"),
DLT_CHOICE(DLT_JUNIPER_ATM1, "Juniper ATM1 PIC"),
DLT_CHOICE(DLT_JUNIPER_ATM2, "Juniper ATM2 PIC"),
+ DLT_CHOICE(DLT_JUNIPER_MLPPP, "Juniper ML/LS PIC"),
DLT_CHOICE(DLT_PPP_WITHDIRECTION, "PPP with direction"),
DLT_CHOICE(DLT_JUNIPER_PPPOE, "Juniper PPPoE"),
DLT_CHOICE(DLT_JUNIPER_PPPOE_ATM, "Juniper PPPoE/ATM"),