From 67d7a942376be1e4a86b4c50e94cd7f74b969777 Mon Sep 17 00:00:00 2001 From: Alexis La Goutte Date: Tue, 18 Apr 2017 14:57:15 +0200 Subject: MPLS: Add Support for identifying Entropy Label (RFC6790) Bug: 13605 Change-Id: I414cad63df92b17f34676364fb38815dba9020e2 Reviewed-on: https://code.wireshark.org/review/21186 Petri-Dish: Michael Mann Tested-by: Petri Dish Buildbot Reviewed-by: Michael Mann --- epan/dissectors/packet-mpls.c | 1 + 1 file changed, 1 insertion(+) (limited to 'epan/dissectors/packet-mpls.c') diff --git a/epan/dissectors/packet-mpls.c b/epan/dissectors/packet-mpls.c index bfe167fa0e..d164f756a1 100644 --- a/epan/dissectors/packet-mpls.c +++ b/epan/dissectors/packet-mpls.c @@ -89,6 +89,7 @@ const value_string special_labels[] = { {MPLS_LABEL_IMPLICIT_NULL, "Implicit-Null"}, {MPLS_LABEL_OAM_ALERT, "OAM Alert"}, {MPLS_LABEL_GACH, "Generic Associated Channel Label (GAL)"}, + {MPLS_LABEL_ELI, "Entropy Label Indicator (ELI)"}, {0, NULL } }; -- cgit v1.2.3