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 4136] Add the ability to open JPEG/JFIF files directly

Date: Thu, 22 Oct 2009 22:44:51 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4136





--- Comment #10 from Márton Németh <nm127@xxxxxxxxxxx>  2009-10-22 22:44:49 PDT ---
Created an attachment (id=3827)
 --> (https://bugs.wireshark.org/bugzilla/attachment.cgi?id=3827)
workaround: disable delayed_create_progres_dlg() call

> #11 0x080afe65 in delayed_create_progress_dlg (task_title=0x815e7a8
> "Processing", 
>     item_title=0x815b89d "Packet Details", terminate_is_stop=1,
> stop_flag=0xbfee9868, 
>     start_time=0xbfee9860, progress=0) at progress_dlg.c:299
> #12 0x08098a2a in packet_hex_print_common (bv=<value optimized out>,
> pd=0x81cb948 "..., 
>     len=26291, bstart=0, bend=26291, astart=0, aend=0, encoding=0) at
> main_proto_draw.c:1106

I tried to disable the delayed_create_progres_dlg() in function
packet_hex_print_common() at main_proto_draw.c. The result is that Wireshark
works correctly without any problem. I attached this workaround as a patch.

So this means for me that the problem was not introduced by the JPEG/JFIF
support patch.


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