aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-bgp.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-bgp.c')
-rw-r--r--epan/dissectors/packet-bgp.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/epan/dissectors/packet-bgp.c b/epan/dissectors/packet-bgp.c
index 9506d0cdc9..d6a4966194 100644
--- a/epan/dissectors/packet-bgp.c
+++ b/epan/dissectors/packet-bgp.c
@@ -3140,12 +3140,6 @@ decode_MPLS_stack(tvbuff_t *tvb, gint offset, wmem_strbuf_t *stack_strbuf)
((label_entry & BGP_MPLS_BOTTOM_L_STACK) == 0) ? "," : " (bottom)");
indx += 3 ;
-
- if ((label_entry & BGP_MPLS_BOTTOM_L_STACK) == 0) {
- /* real MPLS multi-label stack in BGP? - maybe later; for now, it must be a bogus packet */
- wmem_strbuf_append(stack_strbuf, " (BOGUS: Bottom of Stack NOT set!)");
- break;
- }
}
return((indx - offset) / 3);