Wireshark-commits: [Wireshark-commits] master d508a9b: Add Ericsson A-bis P-GSL	dissector
      
      
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=d508a9bf4c268f817c9a52b9edc6455cbead35ee
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
d508a9b by Harald Welte (laforge@xxxxxxxxxxxx):
    Add Ericsson A-bis P-GSL dissector
    
    Ericsson uses a vendor-specific packetized PCU-CCU interface on their
    packetized A-bis, which can be encapsulated in their own variant of HDLC
    on top of L2TP.
    
    The new P-GSL dissector is called from packet-ehdlc.c, which in turn
    integrates with packet-l2tp.c.
    
    Change-Id: Ifca190577b1c9691209221d79e3ef034dc3ca650
    Reviewed-on: https://code.wireshark.org/review/16510
    Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    
Actions performed:
    from  c2ada3d   Replace strlen with NULL checks to pacify checkAPIs.pl
    adds  d508a9b   Add Ericsson A-bis P-GSL dissector
Summary of changes:
 docbook/release-notes.asciidoc         |    1 +
 epan/dissectors/CMakeLists.txt         |    1 +
 epan/dissectors/Makefile.am            |    1 +
 epan/dissectors/packet-ehdlc.c         |    4 +-
 epan/dissectors/packet-gsm_abis_pgsl.c |  412 ++++++++++++++++++++++++++++++++
 5 files changed, 418 insertions(+), 1 deletion(-)
 create mode 100644 epan/dissectors/packet-gsm_abis_pgsl.c