URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=3dab804250ad4c648438fb23a107d74b51f4480f
Submitter: Pascal Quantin (pascal.quantin@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
3dab804 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>
Actions performed:
from 91e0de1 rsl: Fix treatment of SACCH FILL / SACCH INFO MODIFY
adds 3dab804 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(+)