Tcpdump

From Dave-Wiki
Revision as of 19:02, 21 January 2025 by Dave (talk | contribs) (→‎Common Tasks)

Summary

tcpdump is a command-line packet analyzer (or packet sniffer) that allows users to capture and inspect network traffic in real time. It is commonly used for network troubleshooting, debugging, and security analysis. tcpdump works by intercepting and displaying the packets being transmitted or received over a network interface, giving users detailed information about network activity.

General

Common Tasks