URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=32fa74c08ffdbd26b1e5f8ee9dad60af8b3f1c12
Submitter: "Pascal Quantin <pascal@xxxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
32fa74c by Harald Welte (laforge@xxxxxxxxxxxx):
GSUP: Add dissection of BSSMAP, RR and SM cause values
This is achieved by calling the respective dissector functions
from other dissectors, which requires them to be exported.
Change-Id: Ifd01da8e5ff4ac3f3f3179b842e3a7223629b234
Reviewed-on: https://code.wireshark.org/review/33121
Reviewed-by: fixeria <axilirator@xxxxxxxxx>
Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Pascal Quantin <pascal@xxxxxxxxxxxxx>
Actions performed:
from a521497 GSUP: add E-interface messages (Inter-MSC hand-over)
add 32fa74c GSUP: Add dissection of BSSMAP, RR and SM cause values
Summary of changes:
epan/dissectors/packet-gsm_a_bssmap.c | 7 ++++---
epan/dissectors/packet-gsm_a_common.h | 3 +++
epan/dissectors/packet-gsm_a_gm.c | 2 +-
epan/dissectors/packet-gsm_a_rr.c | 3 ++-
epan/dissectors/packet-gsm_gsup.c | 7 +++++++
5 files changed, 17 insertions(+), 5 deletions(-)