Wireshark-commits: [Wireshark-commits] rev 45389: /trunk/ /trunk/epan/: emem.c emem.h epan.c epan_d
Date: Mon, 08 Oct 2012 15:23:36 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=45389

User: eapache
Date: 2012/10/08 08:23 AM

Log:
 EDT structures now own their ep_ memory pools. This should finally clean
 up the last little bits of:
 - https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5284
 - https://www.wireshark.org/lists/wireshark-dev/201208/msg00128.html
 
 and possibly part of:
 - https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7775
 
 This is a fairly invasive change that required some funky work with linked
 lists to avoid changing any of the public ep_* APIs, so if something breaks
 blame me :)

Directory: /trunk/epan/
  Changes    Path              Action
  +57 -24    emem.c            Modified
  +5 -3      emem.h            Modified
  +15 -12    epan.c            Modified
  +15 -0     epan_dissect.h    Modified