https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4116
--- Comment #3 from Stephen Fisher <steve@xxxxxxxxxxxxxxxxxx> 2009-12-03 18:41:55 PST ---
(In reply to comment #1)
> My first task is going to be to investigate an anomaly that I'm seeing with the
> new packet list in the development version of Wireshark that I'm using. When I
> mouse over and/or click on rows, the information in some of the columns changes
> from what it was originally. This should not happen other than to update the
> time column and to resolve DNS names :). It seems like a dissector state
> tracking bug. If this is just a bug in the state handling that is displayed in
> the columns, then it wouldn't be there without using the new packet list (on
> versions such as the one you use: 1.2.x).
Ok, I (finally!) got around to working on this again. I fixed this problem by
simply changing col_set_str() to col_add_str() when setting COL_INFO so it will
make a copy of the string extracted from the tvbuff when putting it in the Info
column. This was fixed as of SVN revision 31168.
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.