Forrest logo
back to context overview

snoop

List of commands for snoop:

  • snoop:tldr:8358c snoop: Display verbose protocol layer summary of packets from a file.
    $ snoop -V -i ${filename}
    try on your machine
    explain this command
  • snoop:tldr:93b4c snoop: Save captured packets in a file instead of displaying them.
    $ snoop -o ${filename}
    try on your machine
    explain this command
  • snoop:tldr:9f179 snoop: Capture network packets that come from a hostname and go to a given port.
    $ snoop to port ${port} from host ${hostname}
    try on your machine
    explain this command
  • snoop:tldr:bd10a snoop: Capture packets on a specific network interface.
    $ snoop -d ${e1000g0}
    try on your machine
    explain this command
  • snoop:tldr:d5cd9 snoop: Capture and show a hex-dump of network packets exchanged between two IP addresses.
    $ snoop -x0 -p4 ${ip1} ${ip2}
    try on your machine
    explain this command
back to context overview