Hi, i am trying to capture packets on a remote (windows)machine from my linux machine. please suggest me a tshark command to capture packets on a remote windows interface. asked 04 Feb '13, 01:50 anil1982 |
One Answer:
Please read the wiki about remote capturing. Quick hint: You need to start rpcapd (WinPcap install directory) on Windows
and then add "Remote Interfaces" in Wireshark.
Regards answered 05 Feb '13, 13:43 Kurt Knochner ♦ |