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

Date: Wed, 13 Jun 2007 13:39:11 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=22090

User: morriss
Date: 2007/06/13 01:39 PM

Log:
 Stop using switch statements on the GTI when decoding GT's: the values are
 not unique between ANSI and ITU so we end up with incorrect behavior.  In
 particular:
   - In non-ANSI if GTI==0x1, don't try to decode TT, NP, and ES.
   - In ANSI don't decode the O/E indicator on GTI==0x1.
   - In non-ANSI don't decode NAI on GTI==0x1 or 0x4.

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