ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Ethereal-dev: [Ethereal-dev] debug a plugin

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Nina Pham <nina@xxxxxxxxxxx>
Date: Tue, 22 Mar 2005 12:31:05 -0800
I'm writing a plugin dll. Can I use any gui(say MSVC++) to debug that dll? I know that if I write a dissector(not a plugin) I can create a makefile project using MSVC++ to debug it, but I don't know how to debug a plugin. Thanks in advance