Wireshark-commits: [Wireshark-commits] master 09a8d1a: rsl: Add support for non-standard RSL_MSG_TY

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 09 Sep 2019 18:58:11 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=09a8d1aa68306e9ebb98be2b2ab43dbd0f9b7c12
Submitter: "Pascal Quantin <pascal@xxxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

09a8d1a by Harald Welte (laforge@xxxxxxxxxxxx):

    rsl: Add support for non-standard RSL_MSG_TYPE_OSMO_ETWS_CMD
    
    3GPP sadly has forgotten to specify how the ETWS Primary Notification
    is to be communicated over Abis to the BTS.  Osmocom has introduced
    a non-standard RSL message type "RSL_MSG_TYPE_OSMO_ETWS_CMD" for this
    purpose to the OsmoBTS and OsmoBSC implementations.
    
    It contains a single Information Element which in turn contains the
    56-byte primary notification of the Earthquake and Tsunami Warning
    system.
    
    This patch adds wireshark dissector support to it.
    
    Change-Id: Icce5b06bfd00c0a7ef0f21283cc57473fa34f034
    Reviewed-on: https://code.wireshark.org/review/34464
    Petri-Dish: Pascal Quantin <pascal@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Pascal Quantin <pascal@xxxxxxxxxxxxx>
    

Actions performed:

    from  6cf3878   Kafka: Fix Dead Store
     add  09a8d1a   rsl: Add support for non-standard RSL_MSG_TYPE_OSMO_ETWS_CMD


Summary of changes:
 epan/dissectors/packet-rsl.c | 50 +++++++++++++++++++++++++++++++++++++++++++-
 1 file changed, 49 insertions(+), 1 deletion(-)