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 44561: /trunk/ /trunk/asn1/ansi_map/: packet-ansi_map-te

Date: Sat, 18 Aug 2012 06:33:09 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=44561

User: guy
Date: 2012/08/17 11:33 PM

Log:
 epan/dissectors/packet-ansi_map.c shouldn't be edited - it's generated
 from the files in asn1/ansi_map.  Update packet-ansi_map-template.c to
 reflect the use of session-scope-allocated data for the saved invoke
 data, and regenerate the dissector - which means that
 TransactionId_table_cleanup() still exists, and is still used, it just
 frees only the hash table key, which is g_strdup()ed, not the value,
 which is automatically freed when the session-scope-allocated data is
 all freed.

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

Directory: /trunk/epan/dissectors/
  Changes    Path                 Action
  +4 -5      packet-ansi_map.c    Modified