aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mpls.c
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2017-04-18 14:57:15 +0200
committerMichael Mann <mmann78@netscape.net>2017-04-18 17:47:15 +0000
commit67d7a942376be1e4a86b4c50e94cd7f74b969777 (patch)
tree0a73497f2cf0829a8832edd383180bb6b25c4830 /epan/dissectors/packet-mpls.c
parentea9d9dcb26dbd949350cd3f3b399c22582b4b5fb (diff)
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 <mmann78@netscape.net> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'epan/dissectors/packet-mpls.c')
-rw-r--r--epan/dissectors/packet-mpls.c1
1 files changed, 1 insertions, 0 deletions
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 }
};