Wireshark-commits: [Wireshark-commits] master 99ecab4: New dissector: Dynamic Link Exchange Protoco
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 28 Apr 2020 06:13:18 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=99ecab4122970d1d9f5591ab4dc1a7360123e0e9
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

99ecab4 by Uli Heilmeier (uh@xxxxxxxxxxxx):

    New dissector: Dynamic Link Exchange Protocol
    
    Code based on https://github.com/mit-ll/dlep-wireshark-dissector
    authored by Jeffrey Wildman <jeffrey.wildman@xxxxxxxxxx>
    
    Updated types according to
    https://www.iana.org/assignments/dlep-parameters/dlep-parameters.xhtml
    
    Changed:
    * removed some tvb_get_*() calls
    * updated expert info handling
    * changed registering the dissector
    
    Sample capture:
    https://wiki.wireshark.org/SampleCaptures#Dynamic_Link_Exchange_Protocol_.28DLEP.29
    
    Change-Id: I13e0c918f46af036c1be4acf34acab838aeaf342
    Reviewed-on: https://code.wireshark.org/review/36901
    Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  e4aeb1d   Clean up the encoding value definitions.
     add  99ecab4   New dissector: Dynamic Link Exchange Protocol


Summary of changes:
 AUTHORS.src                    |    1 +
 debian/libwireshark0.symbols   |    1 +
 docbook/release-notes.adoc     |    1 +
 epan/dissectors/CMakeLists.txt |    3 +-
 epan/dissectors/packet-dlep.c  | 1213 ++++++++++++++++++++++++++++++++++++++++
 epan/tfs.c                     |    1 +
 epan/tfs.h                     |    1 +
 7 files changed, 1220 insertions(+), 1 deletion(-)
 create mode 100644 epan/dissectors/packet-dlep.c