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 b5fc985: GSM-R protocol dissector

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 28 Apr 2018 06:18:45 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=b5fc9857c724c5fef08487ce7311c81cdd6368a3
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

b5fc985 by Michail Koreshkov (drkor@xxxxx):

    GSM-R protocol dissector
    
    Dissector for GSM-R protocol. Specification ETSI TS 102 610.
    Trace example in https://wiki.wireshark.org/SampleCaptures [[attachment:gsm-r.uus1.pcap]]
    
    Change-Id: I7496bfa141d75b3460f7c3bdbb791e24d4810231
    Reviewed-on: https://code.wireshark.org/review/26929
    Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  f5a7ddf   Test: Quote our Python executable.
    adds  b5fc985   GSM-R protocol dissector


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