Wireshark-commits: [Wireshark-commits] master 2f7cc1a: ISIS: Add SRv6 dissection (draft-bashandy-is
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 16 Feb 2019 18:48:14 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=2f7cc1ac334778857f8319ad4f2a0e8248ed9195
Submitter: "Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

2f7cc1a by Taisuke Sasaki (taisasak@xxxxxxxxx):

    ISIS: Add SRv6 dissection (draft-bashandy-isis-srv6-extensions-04)
    
    Here is the list of new TLVs:
    
    - SRv6 Capabilities sub-TLV
    - Node MSD sub-TLV (rfc8491)
    - IPv6 TE Router-ID (rfc5316)
    - SRv6 Locator TLV
    - SRv6 End SID sub-TLV
    - SRv6 End.X SID sub-TLV
    - SRv6 LAN End.X SID sub-TLV
    
    Change-Id: I49c09852d18d28ed7ef678c7e87b8eeef00da602
    Reviewed-on: https://code.wireshark.org/review/32040
    Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    

Actions performed:

    from  7770ad9   Don't allow NSIS or WiX installers if we aren't building Wireshark.
     add  2f7cc1a   ISIS: Add SRv6 dissection (draft-bashandy-isis-srv6-extensions-04)


Summary of changes:
 epan/dissectors/packet-isis-clv.h |   1 +
 epan/dissectors/packet-isis-lsp.c | 467 +++++++++++++++++++++++++++++++++++++-
 2 files changed, 464 insertions(+), 4 deletions(-)