aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gsm_ipa.c
diff options
context:
space:
mode:
authorChris Maynard <Christopher.Maynard@GTECH.COM>2013-09-09 21:55:57 +0000
committerChris Maynard <Christopher.Maynard@GTECH.COM>2013-09-09 21:55:57 +0000
commit0c41507bada0800c5e56475a576059900c2d76ae (patch)
tree0a632f4340c2e715a01e7863c7e628b8ec56e447 /epan/dissectors/packet-gsm_ipa.c
parent408b498a1268bd1c397b27102f934cc3b2fa95bf (diff)
Change some internal dissector table UI names so it's clear which protocol they pertain to and it's easier to find in the list.
svn path=/trunk/; revision=51904
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 2de31bc8cd..305107f8bb 100644
--- a/epan/dissectors/packet-gsm_ipa.c
+++ b/epan/dissectors/packet-gsm_ipa.c
@@ -443,7 +443,8 @@ void proto_register_ipa(void)
/* Register table for subdissectors */
osmo_dissector_table = register_dissector_table("ipa.osmo.protocol",
- "ip.access Protocol", FT_UINT8, BASE_DEC);
+ "GSM over IP ip.access Protocol",
+ FT_UINT8, BASE_DEC);
range_convert_str(&global_ipa_tcp_ports, IPA_TCP_PORTS, MAX_TCP_PORT);