Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] master-2.6 465bc34: lapdm: Hand B4 frames into a dissector s

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 17 Apr 2018 14:26:31 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=465bc344458ee3e5f98f62b88e44fadd00b62602
Submitter: Pascal Quantin (pascal.quantin@xxxxxxxxx)
Changed: branch: master-2.6
Repository: wireshark

Commits:

465bc34 by Harald Welte (laforge@xxxxxxxxxxxx):

    lapdm: Hand B4 frames into a dissector supporting L2 pseudo-length
    
    B4 frames have no length octet at L2 level, but instead a L2 pseudo
    length octet at L3.  We must call the proper dissector for decoding
    them, and gsm_a_ccch supports L2 pseudo length.
    
    This addresses the LAPDm side of
    https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=14105
    
    Ping-Bug: 14105
    Change-Id: I5743dc6153a1adae60b8d9564f345861edc3fca4
    Reviewed-on: https://code.wireshark.org/review/26798
    Petri-Dish: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    (cherry picked from commit 3dab804250ad4c648438fb23a107d74b51f4480f)
    Reviewed-on: https://code.wireshark.org/review/26983
    

Actions performed:

    from  0ec408a   rsl: Fix treatment of SACCH FILL / SACCH INFO MODIFY
    adds  465bc34   lapdm: Hand B4 frames into a dissector supporting L2 pseudo-length


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