Wireshark-commits: [Wireshark-commits] rev 33089: /trunk/ /trunk/asn1/ansi_tcap/: packet-ansi_tcap-
Date: Fri, 04 Jun 2010 19:28:42 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=33089

User: morriss
Date: 2010/06/04 12:28 PM

Log:
 tcaphash_context_t.oid is of size LENGTH_OID+1, not LENGTH_OID.  Just use sizeof(tcaphash_context_t.oid) instead of LENGTH_OID so we can use that last byte.  This allows us to retrieve the whole ACN when the ACN is LENGTH_OID bytes long.

Directory: /trunk/asn1/ansi_tcap/
  Changes    Path                           Action
  +1 -1      packet-ansi_tcap-template.c    Modified

Directory: /trunk/epan/dissectors/
  Changes    Path                  Action
  +1 -1      packet-ansi_tcap.c    Modified
  +8 -8      packet-tcap.c         Modified

Directory: /trunk/asn1/tcap/
  Changes    Path                      Action
  +8 -8      packet-tcap-template.c    Modified