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

Date: Sat, 12 Oct 2013 17:57:51 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=52569

User: eapache
Date: 2013/10/12 05:57 PM

Log:
 Use wmem_free_all on the tree pool rather than freeing each node, label and
 field_info separately. We still have to walk the tree in order to free certain
 fvalues, but that's not a big deal. Another ~11% speed-up running "tshark -nVr"
 on a large capture.

Directory: /trunk/epan/
  Changes    Path          Action
  +3 -17     proto.c       Modified