URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=563a270019e7d5de2603953d8da7d2a64afb4eaa
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
563a270 by Alexis La Goutte (alexis.lagoutte@xxxxxxxxx):
BMP: Add Route Policy (draft-xu-grow-bmp-route-policy-attr-trace-04)
new BMP Message type (Section 2.1).
o Type = TBD: Route Policy and Attribute Trace Message. (100)
new TLV types for the Route Policy and Attribute Trace Message (Section 2.3).
o Type = TBD1 (2 Byte): VRF/Table TLV. (0)
o Type = TBD2 (2 Byte): Policy TLV. (1)
o Type = TBD3 (2 Byte): Pre Policy Attribute TLV. (2)
o Type = TBD4 (2 Byte): Post Policy Attribute TLV. (3)
o Type = TBD5 (2 Byte): String TLV. (4)
Bug: 16749
Change-Id: I9858c94fb8fe5a9f3341204646030e59e13509bf
Reviewed-on: https://code.wireshark.org/review/37911
Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Uli Heilmeier <openid@xxxxxxxxxxxx>
Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from 4569772 eap: fix which tokens we think contain mncNNN and mccNNN.
add 563a270 BMP: Add Route Policy (draft-xu-grow-bmp-route-policy-attr-trace-04)
Summary of changes:
epan/dissectors/packet-bgp.c | 2 +-
epan/dissectors/packet-bgp.h | 3 +
epan/dissectors/packet-bmp.c | 509 ++++++++++++++++++++++++++++++++++++++++++-
3 files changed, 511 insertions(+), 3 deletions(-)