diff options
author | hannes <hannes> | 2005-01-27 18:32:28 +0000 |
---|---|---|
committer | hannes <hannes> | 2005-01-27 18:32:28 +0000 |
commit | d6d37a1ad0b435abce1b643eb71130a233d0deb6 (patch) | |
tree | 901a32f35fd62dc9d6347ddeb0c9b01e440dd98b | |
parent | b82f83587c5527c8395a5cc6f56c6b8df1358cf8 (diff) |
remove duplicate Juniper ML-PPP DLT name
-rw-r--r-- | pcap.c | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -33,7 +33,7 @@ #ifndef lint static const char rcsid[] _U_ = - "@(#) $Header: /tcpdump/master/libpcap/pcap.c,v 1.84 2005-01-25 22:38:23 hannes Exp $ (LBL)"; + "@(#) $Header: /tcpdump/master/libpcap/pcap.c,v 1.85 2005-01-27 18:32:28 hannes Exp $ (LBL)"; #endif #ifdef HAVE_CONFIG_H @@ -358,7 +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_JUNIPER_MLPPP, "Juniper Multi-Link PPP"), DLT_CHOICE(DLT_PPP_WITHDIRECTION, "PPP with direction"), DLT_CHOICE(DLT_JUNIPER_PPPOE, "Juniper PPPoE"), DLT_CHOICE(DLT_JUNIPER_PPPOE_ATM, "Juniper PPPoE/ATM"), @@ -367,7 +367,6 @@ static struct dlt_choice dlt_choices[] = { DLT_CHOICE(DLT_GPF_F, "GPF-F"), DLT_CHOICE(DLT_JUNIPER_PIC_PEER, "Juniper PIC Peer"), DLT_CHOICE(DLT_JUNIPER_MLFR, "Juniper Multi-Link Frame Relay"), - DLT_CHOICE(DLT_JUNIPER_MLPPP, "Juniper Multi-Link PPP"), DLT_CHOICE_SENTINEL }; |