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 20245: /trunk/epan/ /trunk/epan/: proto.c

Date: Sat, 30 Dec 2006 00:41:42 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=20245

User: sahlberg
Date: 2006/12/30 12:41 AM

Log:
 proto_tree_set_string() no longer needs an already_allocated parameter since it is now always FALSE.
 
 This should mean that all fvalue_set() for FT_STRING[Z] are always with already_copied==FALSE
 
 (funny that we never saw someone trying to g_free("[ Null ]") which might have happened before)

Directory: /trunk/epan/
  Changes    Path          Action
  +7 -8      proto.c       Modified