Wireshark-commits: [Wireshark-commits] master b228b5a: Add Arinc 615A dissector

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 22 Aug 2020 17:10:40 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=b228b5a1b19bb70868abe6ecf1415ea723b2ff25
Submitter: "Pascal Quantin <pascal@xxxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

b228b5a by Roman-Koshelev (roman.koshelev@xxxxx):

    Add Arinc 615A dissector
    
    Bug: 16767
    Change-Id: I70a6672d46ac1ea6e495759a47a13b0b8b0c9f33
    Signed-off-by: Roman-Koshelev <roman.koshelev@xxxxx>
    Reviewed-on: https://code.wireshark.org/review/38112
    Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Pascal Quantin <pascal@xxxxxxxxxxxxx>
    

Actions performed:

    from  f91e653   lldp: show the Protocol Identity as bytes, not a text string.
     add  b228b5a   Add Arinc 615A dissector


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