Wireshark-commits: [Wireshark-commits] master aa8d948: 3GPP CBSP (Cell Broadcast Service Protocol)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=aa8d948cf436e9b44ee229febfe3b05fb04d6fb5
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
aa8d948 by Harald Welte (laforge@xxxxxxxxxxxx):
3GPP CBSP (Cell Broadcast Service Protocol) dissector
This protocol is spoken between the BSC (Base Station Controller) and
the CBC (Cell Broadcast Centre). It runs over TCP Port 48049 and is
specified in 3GPP TS 48.049.
Change-Id: I183e4741e2db5b9cc4dfe2b89f7920a32af67971
Reviewed-on: https://code.wireshark.org/review/29745
Reviewed-by: Dario Lombardo <lomato@xxxxxxxxx>
Petri-Dish: Dario Lombardo <lomato@xxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from f3a86c0 frame: increase EXCEPTION_TREE_ITEMS.
add aa8d948 3GPP CBSP (Cell Broadcast Service Protocol) dissector
Summary of changes:
docbook/release-notes.adoc | 1 +
epan/dissectors/CMakeLists.txt | 1 +
epan/dissectors/packet-gsm_cbsp.c | 935 ++++++++++++++++++++++++++++++++++++++
3 files changed, 937 insertions(+)
create mode 100644 epan/dissectors/packet-gsm_cbsp.c