Wireshark-commits: [Wireshark-commits] master b14e32c: New dissector Session Multiplex Protocol SMP
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 01 Feb 2018 02:01:38 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=b14e32cc77ded4a4db6f9cc6e207ce39f55637e9
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

b14e32c by Uli Heilmeier (uh@xxxxxxxxxxxx):

    New dissector Session Multiplex Protocol SMP
    
    Adding Session Multiplex Protocol SMP
    SMP is used by TDS when MARS in enabled.
    
    Bug: 14110
    Change-Id: Ia4113c627d107da6c3d51e4004265efb228a297b
    Reviewed-on: https://code.wireshark.org/review/25509
    Reviewed-by: Craig Jackson <cejackson51@xxxxxxxxx>
    Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  66af843   bacapp: make sure to NUL terminate bf_arr.
    adds  b14e32c   New dissector Session Multiplex Protocol SMP


Summary of changes:
 docbook/release-notes.asciidoc |   1 +
 epan/dissectors/CMakeLists.txt |   1 +
 epan/dissectors/Makefile.am    |   1 +
 epan/dissectors/packet-smp.c   | 266 +++++++++++++++++++++++++++++++++++++++++
 epan/dissectors/packet-tds.c   |  41 +++++--
 5 files changed, 303 insertions(+), 7 deletions(-)
 create mode 100644 epan/dissectors/packet-smp.c