

The most simple use case is to invoke tcpdump without any options and filters: sudo tcpdump tcpdump: verbose output suppressed, use -v or -vv for full protocol decode

If you try to run the command as an unprivileged user, you’ll get an error saying: “You don’t have permission to capture on that device”. The filter expression defines which packets will be captured.

