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 4056] NewPacketList:; Hex pane display issue after startup

Date: Mon, 1 Feb 2010 11:42:14 -0800 (PST)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4056

--- Comment #4 from didier gautheron <dgautheron@xxxxxxxx> 2010-02-01 11:42:12 PST ---
(In reply to comment #3)
>
> In my understanding the problem is with cfile.pd and wtap_seek_read() in
> packet_list_store.c:packet_list_dissect_and_cache_record(), it clobbers the
> data source for the first tab bytes view.

It's worse, packet_list_dissect_and_cache_record() also clobbers ep memory and
I can kill wireshark while filtering, 100% reproducible.

Replacing ep_ functions with se_ ones in packet.c:add_new_data_source() and
get_data_source_name() 'solve' it.

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