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

Date: Wed, 24 Sep 2008 13:41:50 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=26262

User: morriss
Date: 2008/09/24 06:41 AM

Log:
 Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2848 :
 Decode SUA GT digits.  This removes the (undecoded, raw BCD) FT_BYTES field
 sua.global_title_signals and adds an FT_STRING field sua.global_title_digits
 (like in SCCP).

Directory: /trunk/epan/dissectors/
  Changes    Path             Action
  +2 -7      packet-sccp.c    Modified
  +7 -0      packet-sccp.h    Modified
  +32 -3     packet-sua.c     Modified