diff options
author | Guy Harris <guy@alum.mit.edu> | 2016-10-08 18:43:22 -0700 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2016-10-08 18:43:22 -0700 |
commit | 43587bee2e4f23249bfbe51e9025b94973d77ce3 (patch) | |
tree | 3925a8302f50a9f885a1468127c4a2697e59a0cd /l2vpn.c | |
parent | 9178fd8a959af7e6e5fb3a9d4cc23c76598e721e (diff) | |
download | tcpdump-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.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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"}, |