Wireshark-commits: [Wireshark-commits] master fdbf443: Add dissector for the osmux protocol
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 30 Sep 2016 03:10:57 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=fdbf443d27130628918ac247c682d32bcb314b49
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

fdbf443 by Daniel Willmann (dwillmann@xxxxxxxxxxx):

    Add dissector for the osmux protocol
    
    The Osmux protocol bundles multiple AMR frames inside one UDP packet to avoid
    the overhead of having one IP/UDP/RTP packet per AMR frame. It is used by the
    osmocom project.
    
    Sponsored-by: On-Waves ehf
    Change-Id: I8fb21e54adec8d8bd7ac5ebd2154100a73ab71c9
    Reviewed-on: https://code.wireshark.org/review/16996
    Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  11da041   LLDP: Update column info according to PROFINET requirements
    adds  fdbf443   Add dissector for the osmux protocol


Summary of changes:
 docbook/release-notes.asciidoc                     |    1 +
 epan/dissectors/CMakeLists.txt                     |    1 +
 epan/dissectors/Makefile.am                        |    2 +
 epan/dissectors/packet-gsm_osmux.c                 |  309 ++++++++++++++++++++
 .../dissectors/packet-gsm_osmux.h                  |   23 +-
 5 files changed, 327 insertions(+), 9 deletions(-)
 create mode 100644 epan/dissectors/packet-gsm_osmux.c
 copy ui/gtk/lbm_uimflow_dlg.h => epan/dissectors/packet-gsm_osmux.h (79%)