Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-bugs: [Wireshark-bugs] [Bug 4116] "VoIP Calls" & old E1 telephony protocols

Date: Thu, 3 Dec 2009 18:41:58 -0800 (PST)
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.