From 09acf94381fb924c8149eb97dd9ca6ae0edd1076 Mon Sep 17 00:00:00 2001 From: etxrab Date: Wed, 12 Jan 2011 07:18:57 +0000 Subject: TCAP- Application context name not been decoded correctly https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5573 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35498 f5534014-38df-0310-8fa8-9805f1628bb7 --- asn1/gsm_map/packet-gsm_map-template.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'asn1/gsm_map') diff --git a/asn1/gsm_map/packet-gsm_map-template.c b/asn1/gsm_map/packet-gsm_map-template.c index d48706704d..a4c3f0e4fd 100644 --- a/asn1/gsm_map/packet-gsm_map-template.c +++ b/asn1/gsm_map/packet-gsm_map-template.c @@ -2137,7 +2137,7 @@ void proto_reg_handoff_gsm_map(void) { register_ber_oid_dissector_handle("0.4.0.0.1.0.20.1", map_handle, proto_gsm_map,"shortMsgGatewayContext-v1" ); register_ber_oid_dissector_handle("0.4.0.0.1.0.21.3", map_handle, proto_gsm_map,"shortMsgMO-RelayContext-v3" ); register_ber_oid_dissector_handle("0.4.0.0.1.0.21.2", map_handle, proto_gsm_map,"shortMsgMO-RelayContext-v2" ); - register_ber_oid_dissector_handle("0.4.0.0.1.0.21.1", map_handle, proto_gsm_map,"shortMsgMO-RelayContext-v1" ); + register_ber_oid_dissector_handle("0.4.0.0.1.0.21.1", map_handle, proto_gsm_map,"shortMsgRelayContext-v1" ); register_ber_oid_dissector_handle("0.4.0.0.1.0.22.3", map_handle, proto_gsm_map,"subscriberDataModificationNotificationContext-v3" ); register_ber_oid_dissector_handle("0.4.0.0.1.0.23.2", map_handle, proto_gsm_map,"shortMsgAlertContext-v2" ); register_ber_oid_dissector_handle("0.4.0.0.1.0.23.1", map_handle, proto_gsm_map,"shortMsgAlertContext-v1" ); -- cgit v1.2.3