aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gsm_ipa.c
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2017-12-19 23:22:23 +0100
committerAnders Broman <a.broman58@gmail.com>2018-04-21 22:46:50 +0000
commit265e81ca3c4a3706bb56317ab9f3fe7654abb92f (patch)
treebe994f6023059f9d3f4a3d41f2547bdc310d9677 /epan/dissectors/packet-gsm_ipa.c
parent47d3897194025f2ce83e31cdb5faacc35f0072b9 (diff)
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@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan/dissectors/packet-gsm_ipa.c')
-rw-r--r--epan/dissectors/packet-gsm_ipa.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/epan/dissectors/packet-gsm_ipa.c b/epan/dissectors/packet-gsm_ipa.c
index a8abece057..fcbb716e9b 100644
--- a/epan/dissectors/packet-gsm_ipa.c
+++ b/epan/dissectors/packet-gsm_ipa.c
@@ -59,7 +59,7 @@ void proto_reg_handoff_gsm_ipa(void);
* REGISTERED OR NOT. *
************************************************************************
*/
-#define IPA_TCP_PORTS "3002,3003,3006,4249,4250,5000"
+#define IPA_TCP_PORTS "3002,3003,3006,4222,4249,4250,5000"
static dissector_handle_t ipa_tcp_handle;
static dissector_handle_t ipa_udp_handle;
@@ -152,6 +152,7 @@ static const value_string ipa_osmo_proto_vals[] = {
{ 0x01, "MGCP" },
{ 0x02, "LAC" },
{ 0x03, "SMSC" },
+ { 0x05, "GSUP" },
{ 0, NULL }
};