From Neil Piercy via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3301 :
authormorriss <morriss@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 1 Dec 2010 23:12:46 +0000 (23:12 +0000)
committermorriss <morriss@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 1 Dec 2010 23:12:46 +0000 (23:12 +0000)
commit75c904bd762f2881d37bb94571f197d89ca50c0b
tree4623209fcb60da4d3b83dcfaa93acf1231fa0240
parentfd15cd2e6b8fe28dc12575a567232814ea0a9e43
From Neil Piercy via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3301 :

The packet-sccp.c has a bug in the declared valid ranges of the SSN and DPC
values in the user table used to match to a subdissector. The SSN range is 16
bits rather than 8 (not really an issue) but the DPC range is 16 bits rather
than 24 - so many traces cannot be matched by this table.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35097 f5534014-38df-0310-8fa8-9805f1628bb7
epan/dissectors/packet-sccp.c