Re: [Wireshark-dev] [Wireshark-commits] master b6d20a2: Optimize reseting epan_dissect_t when filtering.

2014-06-19 Thread Evan Huus
Another possible improvement, rather than g_mallocing the elements in the hash table, we could put them in the pinfo pool, which is always freed when proto_tree_reset or proto_tree_free are called... On Thu, Jun 19, 2014 at 4:33 PM, Wireshark code review < code-review-do-not-re...@wireshark.org>

Re: [Wireshark-dev] [Wireshark-commits] master b6d20a2: Optimize reseting epan_dissect_t when filtering.

2014-06-21 Thread Jakub Zawadzki
Hi Evan, On Thu, Jun 19, 2014 at 04:40:06PM -0700, Evan Huus wrote: > On Thu, Jun 19, 2014 at 4:33 PM, Wireshark code review > wrote: > > > URL: > > https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=b6d20a27a149c1b09f17561f972d0f45a41de992 > > Submitter: Anders Broman (a.broma