URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=a75a21fb31207ec724554363e2251b935380cd17
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
a75a21f by S. Shapira (sswsdev@xxxxxxxxx):
Added Heuristic dissectors for the following UMTS FP channels:
DCH (Downlink and Uplink), FACH, RACH and PCH
Note that the existing heuristic dissection function does not correctly dissect any of the above and, frankly, I'm not sure which cases it covers.
Change-Id: I832bfdccc9ae760a42a4c6537052ee2fee9262b4
Reviewed-on: https://code.wireshark.org/review/20439
Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from d448d77 ZigBee NWK: Add zero length beacon checks to avoid assert.
adds a75a21f Added Heuristic dissectors for the following UMTS FP channels: DCH (Downlink and Uplink), FACH, RACH and PCH Note that the existing heuristic dissection function does not correctly dissect any of the above and, frankly, I'm not sure which cases it covers.
Summary of changes:
AUTHORS.src | 4 +
epan/dissectors/packet-umts_fp.c | 681 ++++++++++++++++++++++++++++++++++++--
epan/dissectors/packet-umts_fp.h | 3 +-
3 files changed, 668 insertions(+), 20 deletions(-)