Wireshark-bugs: [Wireshark-bugs] [Bug 13146] Malformed Packet: BGP Update (withdraw) message

Date: Wed, 16 Nov 2016 22:37:04 +0000

changed bug 13146


What Removed Added
Status UNCONFIRMED IN_PROGRESS
CC   [email protected]
Ever confirmed   1

Comment # 1 on bug 13146 from
Error in parsing the second prefix (150.1.2.2/32).
Bug seems to be in decode_prefix4() function when adding the subtree:

---epan/dissectors/packet-bgp.c---
2224     prefix_tree = proto_tree_add_subtree_format(tree, tvb, offset,¬
2225             tlen != 0 ? tlen : 1 + length, ett_bgp_prefix, NULL,¬
2226             "%s/%u", address_to_str(wmem_packet_scope(), &addr), plen);¬
---


You are receiving this mail because:
  • You are watching all bug changes.