Execute following commands on Mac OSX console.
Create fifo:
Source: http://serverfault.com/questions/362529/how-can-i-sniff-the-traffic-of-remote-machine-with-wireshark
Create fifo:
mkfifo /tmp/remoteRun wireshark:
wireshark -k -i /tmp/remoteAnd run tcpdump to this fifo over ssh:
ssh root@10.0.xxx.xxx "tcpdump -s 0 -U -n -w - -i eth1 -S" > /tmp/remoteWorks nice!
Source: http://serverfault.com/questions/362529/how-can-i-sniff-the-traffic-of-remote-machine-with-wireshark
No comments :
Post a Comment
Note: only a member of this blog may post a comment.