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 23424: /trunk/epan/dissectors/ /trunk/epan/dissectors/:

Date: Sat, 10 Nov 2007 17:06:53 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=23424

User: etxrab
Date: 2007/11/10 05:06 PM

Log:
 Apply yet another set of the optimization patches:
 move TRY block in its own function.
  __attribute__((noinline)) does not compile with MS VC 6
 nor does __declspec(noinline)
 Applied the patch without it.

Directory: /trunk/epan/dissectors/
  Changes    Path            Action
  +36 -21    packet-eth.c    Modified