Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] master 44d5eca: Add GCSNA General Circuit Services Notificat

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 06 Nov 2018 17:02:31 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=44d5eca533034afd7a14be0de204aa3a64789fe7
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

44d5eca by Anders Broman (anders.broman@xxxxxxxxxxxx):

    Add GCSNA General Circuit Services Notification Application Protocol
    dissector.
    
    Change-Id: I8c29b827cd5bc875bc40ee7e9315b0525b0d3263
    Reviewed-on: https://code.wireshark.org/review/30520
    Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  04005c0   Add Secure Reliable Transport dissector
     add  44d5eca   Add GCSNA General Circuit Services Notification Application Protocol dissector.


Summary of changes:
 docbook/release-notes.asciidoc |   1 +
 epan/dissectors/CMakeLists.txt |   1 +
 epan/dissectors/packet-gcsna.c | 452 +++++++++++++++++++++++++++++++++++++++++
 3 files changed, 454 insertions(+)
 create mode 100644 epan/dissectors/packet-gcsna.c