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

Wireshark-bugs: [Wireshark-bugs] [Bug 12884] sshdump only captures a few packets

Date: Tue, 13 Sep 2016 12:58:10 +0000

Comment # 10 on bug 12884 from
(In reply to Graham Bloice from comment #9)
> So what is a suitable value for the --fifo parameter?

I used c:\windows\temp\sshdump and it worked.

The problem why you can't see anything is that g_debug doesn't work on windows.
I monkey patched the code to debug adding

#undef g_debug
#define g_debug printf
#undef g_warning
#define g_warning printf

after the #includes in sshdump.c and ssh-base.c. Try it and you will see the
output. From my windows machine I can run remotely dumpcap and tcpdump, but I
can't read any capture file. I'll add Roland to help.


You are receiving this mail because:
  • You are watching all bug changes.