Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] rev 23413: /trunk/epan/ /trunk/epan/: packet.c

Date: Fri, 09 Nov 2007 06:07:32 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=23413

User: etxrab
Date: 2007/11/09 06:07 AM

Log:
 Apply yet another set of the optimization patches:
 move the case where pinfo->in_error_pkt is true in its own function:
 - it's not the common case.
 - it needs a TRY block. ==> slow volatile and big stack footprint.
 - call_dissector_work is called a lot and recursively.

Directory: /trunk/epan/
  Changes    Path          Action
  +119 -99   packet.c      Modified