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

Date: Sat, 03 Nov 2012 17:34:28 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=45881

User: eapache
Date: 2012/11/03 10:34 AM

Log:
 Wmem stack implementation using the wmem slab implementation to allocate frames.

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
  +115 -0    wmem_stack.c       Added
  +74 -0     wmem_stack.h       Added