Wireshark-commits: [Wireshark-commits] master 916550d: TECMP: Adding support for the TECMP protocol

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 2 Jul 2020 06:20:41 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=916550de96ac8c1dd94d9a62af8846fbe9967e90
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

916550d by Dr. Lars Völker (lars.voelker@xxxxxxxxxxxxxxxxxxxxxxx):

    TECMP: Adding support for the TECMP protocol
    
    The Technically Enhanced Capture Module Protocol (TECMP) allows the
    transport of data recorded on different technologies (e.g. Ethernet,
    CAN, LIN, FlexRay). A typical usage scenario is data recording in
    vehicles, e.g. for validating and testing autonomous driving.
    
    Bug: 16661
    Change-Id: If7c08529049cc1d30d9a5640b4216eac83546800
    Reviewed-on: https://code.wireshark.org/review/37610
    Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  39b4d2e   A-bis/RSL: fix dissection of Mobile Allocation in CHANnel ACTIVation
     add  916550d   TECMP: Adding support for the TECMP protocol


Summary of changes:
 docbook/release-notes.adoc         |    1 +
 epan/dissectors/CMakeLists.txt     |    1 +
 epan/dissectors/packet-ethertype.c |    1 +
 epan/dissectors/packet-tecmp.c     | 1557 ++++++++++++++++++++++++++++++++++++
 epan/etypes.h                      |    4 +
 5 files changed, 1564 insertions(+)
 create mode 100644 epan/dissectors/packet-tecmp.c