https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7995
--- Comment #2 from Anders Broman <anders.broman@xxxxxxxxxxxx> 2012-11-20 12:41:46 PST ---
Would it be possible to use
gchar *opt_comment; /**< NULL if not available */
} frame_data;
rather than adding a new variable in the packet store, per packet data
is costly in terms of memory usage. Perhaps showing the tooltip(comment)
when hovering over any of the columns in the commented row?
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.