summaryrefslogtreecommitdiff
path: root/l2vpn.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2016-10-08 18:43:22 -0700
committerGuy Harris <guy@alum.mit.edu>2016-10-08 18:43:22 -0700
commit43587bee2e4f23249bfbe51e9025b94973d77ce3 (patch)
tree3925a8302f50a9f885a1468127c4a2697e59a0cd /l2vpn.c
parent9178fd8a959af7e6e5fb3a9d4cc23c76598e721e (diff)
downloadtcpdump-43587bee2e4f23249bfbe51e9025b94973d77ce3.tar.gz
Fix some names for MPLS PW types, and use that table for LDP.
Diffstat (limited to 'l2vpn.c')
-rw-r--r--l2vpn.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/l2vpn.c b/l2vpn.c
index 156139ba..47d6a4c8 100644
--- a/l2vpn.c
+++ b/l2vpn.c
@@ -60,8 +60,8 @@ const struct tok l2vpn_encaps_values[] = {
*/
const struct tok mpls_pw_types_values[] = {
{ 0x0000, "Reserved"},
- { 0x0001, "Frame Relay"},
- { 0x0002, "ATM AAL5 VCC transport"},
+ { 0x0001, "Frame Relay DLCI (Martini Mode)"},
+ { 0x0002, "ATM AAL5 SDU VCC transport"},
{ 0x0003, "ATM transparent cell transport"},
{ 0x0004, "Ethernet VLAN"},
{ 0x0005, "Ethernet"},