aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ldp.c
diff options
context:
space:
mode:
authorMartin Mathieson <martin.mathieson@keysight.com>2021-01-13 22:48:29 +0000
committerWireshark GitLab Utility <gerald+gitlab-utility@wireshark.org>2021-01-14 09:21:15 +0000
commit765ce11b3fb552f3b7a7a8ac307c8a207e61f6a9 (patch)
treed6d39e2850e2946f913992ef9cfaa0b8164f4ace /epan/dissectors/packet-ldp.c
parent26e4b84623ba519fb9aec6162cc38c09e866a6e1 (diff)
Fix value_string consecutive repeated strings
Detected by adding another check under ENABLE_CHECK_FILTER to look for consecutive labels likely to have been left as copy/paste errors. Change to proto.c probably too messy to merge.
Diffstat (limited to 'epan/dissectors/packet-ldp.c')
-rw-r--r--epan/dissectors/packet-ldp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/epan/dissectors/packet-ldp.c b/epan/dissectors/packet-ldp.c
index 45e8699c6d..3435bad1b8 100644
--- a/epan/dissectors/packet-ldp.c
+++ b/epan/dissectors/packet-ldp.c
@@ -561,7 +561,6 @@ static const value_string tlv_type_names[] = {
{ TLV_RSVP_TE_P2MP_LSP, "RSVP-TE P2MP LSP TLV" },
{ TLV_LDP_P2MP_LSP, "LDP P2MP LSP TLV" },
{ TLV_IP_MULTICAST_TUNNEL, "IP Multicast Tunnel TLV" },
- { TLV_IP_MULTICAST_TUNNEL, "IP Multicast Tunnel TLV" },
{ 0, NULL}
};