ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

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