Comment # 10
on bug 12884
from Dario Lombardo
(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.