Wireshark-commits: [Wireshark-commits] master dcd65a4: gsmtap: Support dissection of non CS-1 (E)GP

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 20 Mar 2020 13:40:38 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=dcd65a4012b6af68b72cc44df6f4f6d1056e0df9
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

dcd65a4 by Pau Espin Pedrol (pespin@xxxxxxxxxxx):

    gsmtap: Support dissection of non CS-1 (E)GPRS data blocks
    
    Work based on current code from epan/dissectors/packet-gsm_abis_pgsl.c,
    as well as on initial patch from Holger Hans Peter Freyther [1].
    
    Tested with one downlink MCS1 data block generated by osmo-pcu.
    
    [1] https://osmocom.org/issues/1542
    
    Change-Id: I01a8bd1cdb78d1c236a451fbee37854eb688fa14
    Reviewed-on: https://code.wireshark.org/review/36489
    Reviewed-by: Harald Welte <laforge@xxxxxxxxxxxx>
    Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  378ecc2   CMake: FindGLIB2 depends on FindWSLibrary module
     add  dcd65a4   gsmtap: Support dissection of non CS-1 (E)GPRS data blocks


Summary of changes:
 epan/dissectors/packet-gsmtap.c | 218 +++++++++++++++++++++++++++++++++++++++-
 1 file changed, 217 insertions(+), 1 deletion(-)