I just want to debug some part of my custom dissector with printf. But I don't know where the stdout is redirect, and the only answer that I found is to open a "debug console window", but I don't have this option in my wireshark. I need help. asked 20 Mar '11, 08:20 chronidev edited 20 Mar '11, 08:20 |
2 Answers:
From your comment I assume you don't run on Windows, that's good. As you said, output goes to stdout. So open up a console window and start Wireshark from there. I actually do that always, having setup a desktop file which opens a console first then launches Wireshark. answered 20 Mar '11, 08:45 Jaap ♦ |
In Wireshark do Edit ! Preferences and select "Always (debugging)" from the drop-down menu on the "Open a console window" preference. answered 20 Mar '11, 08:28 Bill Meier ♦♦ With the latest svn tree I don't have this option in the preference box. (20 Mar '11, 08:35) chronidev |
Thank you. I think it's because we are Sunday, I had forgotten to make the "make install". Sorry.