Hi, We only need the max strlen don't we? E.g no need to store the length per frame?
I was thinking to use the renederer to get the max str_len, not perfect as Longer strings might not be rendered yet on the other hand you could resize Again when the width for something visible is to small, this would be fast I think. Regards Anders -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of [email protected] Sent: den 7 september 2009 13:34 To: [email protected] Subject: [Wireshark-commits] rev 29759: /trunk/ /trunk/epan/: frame_data.h /trunk/gtk/: packet_list_store.c /trunk/: file.c http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=29759 User: krj Date: 2009/09/07 04:33 AM Log: Track length of columns strings. We'll need this in order to resize columns quickly Directory: /trunk/epan/ Changes Path Action +1 -0 frame_data.h Modified Directory: /trunk/gtk/ Changes Path Action +9 -3 packet_list_store.c Modified Directory: /trunk/ Changes Path Action +1 -0 file.c Modified ________________________________________________________________________ ___ Sent via: Wireshark-commits mailing list <[email protected]> Archives: http://www.wireshark.org/lists/wireshark-commits Unsubscribe: https://wireshark.org/mailman/options/wireshark-commits mailto:[email protected]?subject=unsubscribe ___________________________________________________________________________ Sent via: Wireshark-dev mailing list <[email protected]> Archives: http://www.wireshark.org/lists/wireshark-dev Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev mailto:[email protected]?subject=unsubscribe
