Wireshark-commits: [Wireshark-commits] rev 52575: /trunk/epan/ /trunk/epan/: tvbuff.c

Date: Sat, 12 Oct 2013 23:41:56 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=52575

User: eapache
Date: 2013/10/12 11:41 PM

Log:
 Tweak/simplify some tvbuff length check functions slightly. In my benchmarks of
 dissecting without tree, they are costly because they now happen for every
 proto_tree_add_item call even if tree is NULL.

Directory: /trunk/epan/
  Changes    Path          Action
  +12 -24    tvbuff.c      Modified