Wireshark-commits: [Wireshark-commits] master d963b31: DLT: Adding support for the DLT protocol

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 10 Sep 2019 03:56:34 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=d963b312d09a63f16fa507885eb6d1427268d2ec
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

d963b31 by Dr. Lars Völker (lars.voelker@xxxxxx):

    DLT: Adding support for the DLT protocol
    
    The Diagnostic Log and Trace protocol (DLT) is a commonly used and
    standardized protocol in the automotive industry used to retrieve
    log data. This patch adds the protocol to Wireshark. Keep in mind
    that ports have to be configured before the dissector can be used.
    
    Change-Id: I24592705476fb0c3bb83a1cc10b3dae8867523f4
    Signed-off-by: Dr. Lars Völker <lars.voelker@xxxxxx>
    Reviewed-on: https://code.wireshark.org/review/34462
    Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  3af946e   TDS: Improve handling of scale for TDS numeric and decimal fields.
     add  d963b31   DLT: Adding support for the DLT protocol


Summary of changes:
 docbook/release-notes.adoc     |    1 +
 epan/dissectors/CMakeLists.txt |    1 +
 epan/dissectors/packet-dlt.c   | 1372 ++++++++++++++++++++++++++++++++++++++++
 3 files changed, 1374 insertions(+)
 create mode 100644 epan/dissectors/packet-dlt.c