URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=265e81ca3c4a3706bb56317ab9f3fe7654abb92f
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
265e81c by Harald Welte (laforge@xxxxxxxxxxxx):
Dissector for the Osmocom GSUP Protocol
The Osmocom GSUP protocol is a light-weight alternative to the
classic GSM MAP protocol. It operates between (MSC|SGSN) and HLR.
Change-Id: I954c7e332dce3a8855f7f4ace0b878f66da6f02e
Reviewed-on: https://code.wireshark.org/review/25477
Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from 47d3897 radiotap: Warn that the HE-MU header dissector needs a new version.
adds 265e81c Dissector for the Osmocom GSUP Protocol
Summary of changes:
docbook/release-notes.asciidoc | 1 +
epan/dissectors/CMakeLists.txt | 1 +
epan/dissectors/packet-gsm_gsup.c | 448 ++++++++++++++++++++++++++++++++++++++
epan/dissectors/packet-gsm_ipa.c | 3 +-
4 files changed, 452 insertions(+), 1 deletion(-)
create mode 100644 epan/dissectors/packet-gsm_gsup.c