Wireshark-commits: [Wireshark-commits] master 29614e0: gsmtap: Add support for dissecting GSM voice
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 12 Mar 2020 06:48:55 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=29614e007e497fb394a7b827ab2e0436789c541c
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

29614e0 by Harald Welte (laforge@xxxxxxxxxxx):

    gsmtap: Add support for dissecting GSM voice / user plane messages
    
    The GSMTAP Um interface type has so far only been used for transporting
    signaling messages.  Osmocom has recently introduced support for
    encapsulating user-plane data (voice codec frames) in virtphy and
    osmo-bts-virtual.  Let's catch up with this capability here.
    
    For the Osmcoom side, see:
    * https://gerrit.osmocom.org/c/osmocom-bb/+/17415
    * https://gerrit.osmocom.org/c/osmo-bts/+/17377
    
    Change-Id: Icceb524f0f47bab206ead8345d405ffea06ac109
    Reviewed-on: https://code.wireshark.org/review/36359
    Petri-Dish: Pascal Quantin <pascal@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Vadim Yanitskiy <axilirator@xxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  b6c50fe   Add bfd_echo "dissection"
     add  29614e0   gsmtap: Add support for dissecting GSM voice / user plane messages


Summary of changes:
 epan/dissectors/packet-gsmtap.c | 65 +++++++++++++++++++++++++++++++++++++++++
 epan/dissectors/packet-gsmtap.h |  2 ++
 2 files changed, 67 insertions(+)