Wireshark-bugs: [Wireshark-bugs] [Bug 7995] Add a tooltip for a pkt_comment column to show packe
Date: Tue, 20 Nov 2012 12:41:47 -0800 (PST)
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.