ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] master-2.4 56c182a: lapdm: Hand B4 frames into a dissector s

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

Commits:

56c182a 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/26984
    

Actions performed:

    from  5222e5f   rsl: Fix treatment of SACCH FILL / SACCH INFO MODIFY
    adds  56c182a   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(+)