http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=50018
User: eapache
Date: 2013/06/18 02:42 PM
Log:
Resurrect wmem_memdup in its own misc. utilities group. Emem provides it, so we
need to provide an analogue at least for now.
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
+54 -0 wmem_miscutl.c Added
+77 -0 wmem_miscutl.h Added
+25 -0 wmem_test.c Modified