Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] rev 35097: /trunk/epan/dissectors/ /trunk/epan/dissectors/:

Date: Wed, 01 Dec 2010 23:12:49 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=35097

User: morriss
Date: 2010/12/01 03:12 PM

Log:
 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.

Directory: /trunk/epan/dissectors/
  Changes    Path             Action
  +6 -6      packet-sccp.c    Modified