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

Wireshark-dev: Re: [Wireshark-dev] Status of Bug4037 (Automatically scrolling up)

From: Graham Bloice <graham.bloice@xxxxxxxxxxxxx>
Date: Thu, 17 Dec 2009 09:58:48 +0000
On 17/12/2009 09:14, Josef Frühwirth wrote:
Hi,

I just wanted to know if anybody is working on this bug:

https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4037

This erroneous behavior of Wireshark makes it impossible to inspect
packages while capture is going on.
You always have to stop capture before inspecting a certain package.


If none is working on it, could you recommend a way to debug this issue?
Is there a Visual Studio project for wireshark available to use Visual
Studio debug infrastructure?
  

You don't need a VS project or solution.  Make sure you are running WS from the build (usually wireshark-gtk2) and then in VS select the Tools menu and then "Attach to Process..." (or use Ctrl + Alt + P).  Select wireshark.exe from the resulting dialog.

To set a breakpoint, open the source file using the File menu and place the breakpoint as required.

-- 
Regards,

Graham Bloice