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

Date: Sat, 12 Oct 2013 17:32:42 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=52568

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

Log:
 Use a wmem block allocator to allocate field_infos, proto_nodes and item_labels.
 Even without making use of free_all (which should be possible) this still
 results in ~8% speedup running "tshark -nVr" on a large file in my tests.

Directory: /trunk/epan/
  Changes    Path          Action
  +13 -7     proto.c       Modified