summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-bgp.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2014-11-26 18:18:57 -0500
committerBill Meier <wmeier@newsguy.com>2014-11-26 23:27:31 +0000
commitc28f280c1d2cd9674d2d72e6ab3cf0257c69229e (patch)
tree8bdc12455b3b5888c310745c9024d2a1835e46fe /epan/dissectors/packet-bgp.c
parentcc893abb25cc568d17ae1afcb4822f521d1f9e30 (diff)
downloadwireshark-c28f280c1d2cd9674d2d72e6ab3cf0257c69229e.tar.gz
Fix a number of dup hf[] filter-names probably resulting from cut/paste errs.
Change-Id: I9242300b2ace3155c1506b584a90f073100a305e Reviewed-on: https://code.wireshark.org/review/5512 Reviewed-by: Bill Meier <wmeier@newsguy.com>
Diffstat (limited to 'epan/dissectors/packet-bgp.c')
-rw-r--r--epan/dissectors/packet-bgp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-bgp.c b/epan/dissectors/packet-bgp.c
index 93e0b8c24e..2a155779c2 100644
--- a/epan/dissectors/packet-bgp.c
+++ b/epan/dissectors/packet-bgp.c
@@ -7019,7 +7019,7 @@ proto_register_bgp(void)
{ "Withdrawn Routes Length", "bgp.update.withdrawn_routes.length", FT_UINT16, BASE_DEC,
NULL, 0x0, NULL, HFILL}},
{ &hf_bgp_update_withdrawn_routes,
- { "Withdrawn Routes", "bgp.update.withdrawn_routes.length", FT_NONE, BASE_NONE,
+ { "Withdrawn Routes", "bgp.update.withdrawn_routes", FT_NONE, BASE_NONE,
NULL, 0x0, NULL, HFILL}},
{ &hf_bgp_update_path_attribute_aggregator_as,