Wireshark-commits: [Wireshark-commits] master a521497: GSUP: add E-interface messages (Inter-MSC ha

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 10 May 2019 07:17:54 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=a521497fa44e7cf9fa84393e34bf80a8eb20f8a3
Submitter: "Pascal Quantin <pascal@xxxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

a521497 by Neels Hofmeyr (neels@xxxxxxxxxx):

    GSUP: add E-interface messages (Inter-MSC hand-over)
    
    The Osmocom GSUP protocol was recently extended with additional
    message types and information elements to support the use case
    at the GSM "E Interface", which is the signaling interface between two
    MSCs during Inter-MSC-Handover procedures.
    
    This patch adds the bulk of the E interface decoding, leaving only
    the dissection of RR/BSSAP/SM cause values for follow-up patches,
    as this requires modifications to those respective dissectors.
    
    Change-Id: I0ef2fe4eac108de6804ede152cddac8551d4918e
    Reviewed-on: https://code.wireshark.org/review/33120
    Petri-Dish: Pascal Quantin <pascal@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Pascal Quantin <pascal@xxxxxxxxxxxxx>
    

Actions performed:

    from  fd2f439   Revert "Windows: upgrade Npcap to 0.994"
     add  a521497   GSUP: add E-interface messages (Inter-MSC hand-over)


Summary of changes:
 epan/dissectors/packet-gsm_gsup.c | 186 ++++++++++++++++++++++++++++++++++++++
 1 file changed, 186 insertions(+)