Hello Everyone, i have a new configuration where i try to capture my linux machines and display the traffic with wireshark on windows. On windows i'm using cygwin to receive the data from my linux machines via ssh
So far everything is working quite well. My problem occurs when i try to capture the pipe. When i try to capture in the same manner on ubuntu everything works well. asked 07 Aug '13, 06:54 ALKA converted to question 07 Aug '13, 08:42 grahamb ♦ |
One Answer:
Please use plink on windows and pipe the binary output of tcpdump directly to Wireshark, instead of trying to create named pipes with Cygwin (as it looks like in your example).
Regards answered 08 Aug '13, 07:12 Kurt Knochner ♦ Thanks a lot! The named pipes in cygwin were the problem. plink works fine (12 Aug '13, 02:08) ALKA |
I presume you're using a regular windows version of Wireshark, not some unknown Cygwin version. If so, are Cygwin pipes compatible with Windows programs?