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 30601: /trunk/ /trunk/epan/dissectors/: packet-ros.c /tr

Date: Sun, 18 Oct 2009 20:13:59 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=30601

User: morriss
Date: 2009/10/18 01:13 PM

Log:
 Don't se_alloc() the conversation structure which contains pointers to two
 g_hash_tables that we then try to free in ros_reinit().  Instead, g_malloc()
 the conversation structure and free it (along with the hash tables) in the
 reinit function.

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

Directory: /trunk/asn1/ros/
  Changes    Path                     Action
  +27 -21    packet-ros-template.c    Modified