Hi, I currently can capture remotley using the following syntax.
However now I would like to capture from 2 remote hosts at the same time and same window. I was wondering if it's possible , if yes, how should i proceed. thanks asked 29 Aug '14, 07:23 testertester edited 29 Aug '14, 07:25 |
One Answer:
You won't be able to do 2 remote hosts using the method you're currently using (tcpdump to a pipe). However, I think it would work if you use the rpcapd approach:
Note: I've never used the remote capture facility and thus I don't have a clue if this will really work. It's completely possible Wireshark doesn't support capturing from 2 remote interfaces at the same time but at a high level (read: not knowing the details) I don't see why it wouldn't. answered 29 Aug '14, 10:43 JeffMorriss ♦ |