to capture all packets to and from “192.168.5.182” and save the conversation in “snoopy.log”
snoop -d e1000g2 -o snoopy.log -v 192.168.5.182
to view the output
snoop -vi snoopy.log
some Unix notes
to capture all packets to and from “192.168.5.182” and save the conversation in “snoopy.log”
snoop -d e1000g2 -o snoopy.log -v 192.168.5.182
to view the output
snoop -vi snoopy.log