Wireshark-commits: [Wireshark-commits] rev 45879: /trunk/ /trunk/epan/: CMakeLists.txt epan.c /trun

Date: Sat, 03 Nov 2012 15:49:15 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=45879

User: eapache
Date: 2012/11/03 08:49 AM

Log:
 Add wmem scopes for packet and file lifetimes. The file lifetime scope isn't
 yet initialized because I can't figure out where the enter() and leave() calls
 should go - the obvious place in packet.c causes a lot of assertion errors.

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

Directory: /trunk/epan/wmem/
  Changes    Path               Action
  +2 -0      Makefile.common    Modified
  +1 -0      wmem.h             Modified
  +3 -10     wmem_core.c        Modified
  +0 -3      wmem_core.h        Modified
  +176 -0    wmem_scopes.c      Added
  +87 -0     wmem_scopes.h      Added