Wireshark-commits: [Wireshark-commits] rev 29723: /trunk/gtk/ /trunk/gtk/: packet_list_store.c

Date: Sat, 05 Sep 2009 19:07:05 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=29723

User: krj
Date: 2009/09/05 12:07 PM

Log:
 Don't copy constant column strings. This reduces memory foot print because COL_PROTOCOL is usually a constant string. This saves us 3-4 bytes for each frame

Directory: /trunk/gtk/
  Changes    Path                   Action
  +20 -1     packet_list_store.c    Modified