http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=27872
User: gerald
Date: 2009/03/27 04:05 PM
Log:
Add initial support for string buffers - ep_allocated, growable strings
similar to GLib's GStrings. Use them to create the list of TCP flags.
Directory: /trunk/epan/dissectors/
Changes Path Action
+9 -11 packet-tcp.c Modified
Directory: /trunk/doc/
Changes Path Action
+9 -2 README.developer Modified
+12 -0 README.malloc Modified
Directory: /trunk/epan/
Changes Path Action
+153 -0 emem.c Modified
+82 -0 emem.h Modified
+7 -0 libwireshark.def Modified