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 23401: /trunk/epan/ /trunk/epan/: tcap-persistentdata.c

Date: Thu, 08 Nov 2007 19:13:54 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=23401

User: morriss
Date: 2007/11/08 07:13 PM

Log:
 Don't cast pinfo->src.data to (const mtp3_addr_pc_t *) unless we *know* it's
 an MTP3 PC in there (else we get a bus error on SPARC systems).
 If we don't have MTP3 PC addresses hash on address_to_str(&pinfo->src).  This
 makes TCAP statistics work over SUA.

Directory: /trunk/epan/
  Changes    Path                     Action
  +144 -88   tcap-persistentdata.c    Modified