From 78a56f796c0120e2a974ba89dc685515824f3f70 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Sat, 8 Oct 2016 19:21:20 -0700 Subject: Note the registry for fec_vc_types_vals values and update it. Change-Id: I0514417895ccc86f51bf239d56005245fd875809 Reviewed-on: https://code.wireshark.org/review/18127 Reviewed-by: Guy Harris --- epan/dissectors/packet-ldp.c | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'epan/dissectors/packet-ldp.c') diff --git a/epan/dissectors/packet-ldp.c b/epan/dissectors/packet-ldp.c index ef668790aa..721a19a7d2 100644 --- a/epan/dissectors/packet-ldp.c +++ b/epan/dissectors/packet-ldp.c @@ -591,8 +591,15 @@ const value_string fec_types_vals[] = { }; +/* + * MPLS Pseudowire Types + * + * RFC 4446 + * + * http://www.iana.org/assignments/pwe3-parameters/pwe3-parameters.xhtml#pwe3-parameters-2 + */ const value_string fec_vc_types_vals[] = { - {0x0001, "Frame Relay DLCI"}, + {0x0001, "Frame Relay DLCI (Martini Mode)"}, {0x0002, "ATM AAL5 SDU VCC transport"}, {0x0003, "ATM transparent cell transport"}, {0x0004, "Ethernet VLAN"}, @@ -616,6 +623,7 @@ const value_string fec_vc_types_vals[] = { {0x0016, "TDMoIP basic mode"}, {0x0017, "CESoPSN TDM with CAS"}, {0x0018, "TDMoIP TDM with CAS"}, + {0x0019, "Frame Relay DLCI"}, {0, NULL} }; -- cgit v1.2.3