ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] rev 44560: /trunk/ /trunk/asn1/ansi_tcap/: packet-ansi_tcap-

Date: Sat, 18 Aug 2012 06:20:32 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=44560

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

Log:
 epan/dissectors/packet-ansi_tcap.c shouldn't be edited - it's generated
 from the files in asn1/ansi_tcap.  Update packet-ansi_tcap-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_tcap/
  Changes    Path                           Action
  +1 -4      packet-ansi_tcap-template.c    Modified

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