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 3640] crash when loading a profile

Date: Sun, 11 Oct 2009 14:55:24 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3640





--- Comment #6 from Stig Bjørlykke <stig@xxxxxxxxxxxxx>  2009-10-11 14:55:23 PDT ---
(In reply to comment #5)
> Looks like the problem with profiles still exists.  

I suppose this is a new crash and is caused by our recent changes in the packet
list.

The problem occurs because we don't recreate the new packet list when changing
profile (main.c:3473).  The value in cfile.cinfo.num_cols does not match the
values in prefs.col_list, and get_column_format() fails.  I will have a look at
and fix get_column_format() so it will never crash.

This problem will be fixed when we implement the posibility to change the
column layout with the new packet list.


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