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

Date: Sun, 20 Oct 2013 10:21:25 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=52706

User: darkjames
Date: 2013/10/20 10:21 AM

Log:
 Reintroduce back epan_dissect_reset(), proto_tree_reset()
 
 This time it makes more sense, cause for each dissection we need two wmem allocators.
 Reseting wmem allocator is much faster than destroy & create.

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