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 43338: /trunk/ui/gtk/ /trunk/ui/gtk/: packet_list_store.

Date: Mon, 18 Jun 2012 19:35:35 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=43338

User: darkjames
Date: 2012/06/18 12:35 PM

Log:
 Change record->col_text_len type to unsigned short.
 
 Maximal length of column is defined as 256, for COL_INFO it's 4096, 
 so limiting it to 65535 bytes in GUI is OK.
 
 XXX To save memory more, we could make col_text_len[] member of PacketList, not PacketListRecord.

Directory: /trunk/ui/gtk/
  Changes    Path                   Action
  +10 -2     packet_list_store.c    Modified