Wireshark-commits: [Wireshark-commits] rev 53076: /trunk/epan/ /trunk/epan/: epan.c proto.c proto.h

Date: Mon, 04 Nov 2013 14:13:00 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=53076

User: eapache
Date: 2013/11/04 02:13 PM

Log:
 Effectively remove the tree memory pool and port some of its behaviour to the
 pinfo memory pool, they have exactly the same scope. Simplification and minor
 performance win (one GHashTable we longer have to create/destroy on every
 packet).

Directory: /trunk/epan/
  Changes    Path          Action
  +18 -4     epan.c        Modified
  +0 -25     proto.c       Modified
  +1 -2      proto.h       Modified