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

Date: Sat, 15 Jun 2013 10:40:57 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=49945

User: eapache
Date: 2013/06/15 03:40 AM

Log:
 Most of a red-black tree implementation for wmem, based heavily on the emem
 version.
 
 One plane trip's worth of work.

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
  +105 -1    wmem_test.c        Modified
  +681 -0    wmem_tree.c        Added
  +177 -0    wmem_tree.h        Added