aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/camel
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss.ws@gmail.com>2013-01-15 16:44:02 +0000
committerJeff Morriss <jeff.morriss.ws@gmail.com>2013-01-15 16:44:02 +0000
commit1a93ee33454a2fc9e55bec398efbeb9ad7901169 (patch)
tree1c77e6981dff4adb2b0dc262416a6f28f3c21acc /asn1/camel
parente00af44a363a4a672e34ea22d753faf0e987c147 (diff)
Based on http://ask.wireshark.org/questions/17661/tcap-decoding-bug :
Register the Camel dissector for SSN 146 instead of (GSM MAP's) SSN 6-9. Looks like the 6-9 list was a carryover from when this dissector was created based on the GSM MAP dissector. svn path=/trunk/; revision=47097
Diffstat (limited to 'asn1/camel')
-rw-r--r--asn1/camel/packet-camel-template.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/asn1/camel/packet-camel-template.c b/asn1/camel/packet-camel-template.c
index 4e5bad4727..6a6599442c 100644
--- a/asn1/camel/packet-camel-template.c
+++ b/asn1/camel/packet-camel-template.c
@@ -727,9 +727,9 @@ void proto_register_camel(void) {
"CAMEL Error (local opcode)",
FT_UINT32, BASE_HEX);
- /* Register our configuration options, particularly our ssn:s */
+ /* Register our configuration options, particularly our SSNs */
/* Set default SSNs */
- range_convert_str(&global_ssn_range, "6-9", MAX_SSN);
+ range_convert_str(&global_ssn_range, "146", MAX_SSN);
camel_module = prefs_register_protocol(proto_camel, proto_reg_handoff_camel);