Wireshark-commits: [Wireshark-commits] master b1412ab: Add dissector for OsmoTRX	protocol
      
      
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=b1412ab11d010bed72af906a8ec46ec547cbace1
Submitter: "Dario Lombardo <lomato@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
b1412ab by Harald Welte (laforge@xxxxxxxxxxxx):
    Add dissector for OsmoTRX protocol
    
    This protocol is a non-standard, ad-hoc protocol to pass baseband GSM
    bursts between the modem (osmo-trx) and the encoder / decoder
    (osmo-bts-trx). Osmocom inherited this when forking OsmoTRX off the
    OpenBTS "Transceiver" program.
    
    Change-Id: I31f5071d08eff1731f1d602886e204c87eed107c
    Related: OS#4081 (https://osmocom.org/issues/4081)
    Bug: 14814
    Reviewed-on: https://code.wireshark.org/review/26796
    Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
    Reviewed-by: Dario Lombardo <lomato@xxxxxxxxx>
    
Actions performed:
    from  44fe925   GTPv2:Add dissection of new bit in IE 8.12 Indication.
     add  b1412ab   Add dissector for OsmoTRX protocol
Summary of changes:
 docbook/release-notes.adoc        |   1 +
 epan/dissectors/CMakeLists.txt    |   1 +
 epan/dissectors/packet-osmo_trx.c | 723 ++++++++++++++++++++++++++++++++++++++
 3 files changed, 725 insertions(+)
 create mode 100644 epan/dissectors/packet-osmo_trx.c