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 36968: /trunk/gtk/ /trunk/gtk/: packet_list_store.h

Date: Tue, 03 May 2011 02:03:28 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=36968

User: guy
Date: 2011/05/02 07:03 PM

Log:
 One bit suffices for the "columnized" and "colorized" flags in the
 packet list store, and there's one PacketListRecord for every packet, so
 that can save some space...
 
 ...especially if we move them after all the pointers, rather than before
 the pointers, so they don't collectively take up 8 bytes on an LP64 or
 LLP64 platform due to pointers having to be 8-byte aligned.

Directory: /trunk/gtk/
  Changes    Path                   Action
  +5 -5      packet_list_store.h    Modified