http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=23285
User: etxrab
Date: 2007/10/27 02:44 PM
Log:
Apply yet another set of the optimization patches:
- Use a fast path for the most common use of tvb_get_xxx functions:
offset is >= 0 and tvb->real_data is set (this one is always true).
- match_strval() is a linear search, put the most common protocols
TCP/UDP/RDP first.
- fix gtk1 g_strlcat declaration Use g_strlcat
Directory: /trunk/epan/
Changes Path Action
+6 -10 column-utils.c Modified
+14 -16 ipproto.c Modified
+1 -1 strutil.c Modified
+1 -1 strutil.h Modified
+41 -10 tvbuff.c Modified