http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=29435
User: krj
Date: 2009/08/15 07:13 AM
Log:
Inline a few checks in the add_packet_to_packet_list() function since it's called in tight loop. This will help us to avoid calling functions that simply returns. This is especially the case when we're dealing with the new packet list due to its dissect-on-demand nature where colour/column construction is delayed until the row becomes visible.
Directory: /trunk/
Changes Path Action
+8 -3 file.c Modified