ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-bugs: [Wireshark-bugs] [Bug 6457] Wireshark crashes when using "Open Recent" 2 times i

Date: Thu, 13 Oct 2011 13:03:13 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6457

--- Comment #13 from Michael Mann <mmann78@xxxxxxxxxxxx> 2011-10-13 13:03:12 PDT ---
> What is the context of that source line?  1483 in the latest SVN revision  is a
> blank line, but the exact line you pasted above is now found at line 1542:
> void
> col_fill_in_frame_data(const frame_data *fd, column_info *cinfo, const gint
> col, const gboolean fill_col_exprs)
> {
>     switch (cinfo->col_fmt[col]) {
>     case COL_NUMBER:
>       guint32_to_str_buf(fd->num, cinfo->col_buf[col], COL_MAX_LEN);
>       cinfo->col_data[col] = cinfo->col_buf[col];
>       break;
>     case COL_CLS_TIME:
>     case COL_ABS_TIME:

>From my experience, line 1542 from the /trunk would be correct.

-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.