Wireshark-commits: [Wireshark-commits] rev 46540: / /trunk/epan/: CMakeLists.txt /trunk/epan/wmem/:

Date: Sat, 15 Dec 2012 00:46:37 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=46540

User: eapache
Date: 2012/12/14 04:46 PM

Log:
 Basic wmem string-buffer. Not yet feature-equivalent to the emem version.

Directory: /trunk/epan/
  Changes    Path              Action
  +1 -0      CMakeLists.txt    Modified

Directory: /trunk/epan/wmem/
  Changes    Path               Action
  +2 -0      Makefile.common    Modified
  +1 -0      wmem.h             Modified
  +155 -0    wmem_strbuf.c      Added
  +69 -0     wmem_strbuf.h      Added