ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] rev 29435: /trunk/ /trunk/: file.c

Date: Sat, 15 Aug 2009 14:13:37 GMT
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