powerful command-line packet analyzer
tcpdump - a powerful command-line packet analyzer; that uses libpcap, a portable C/C++ library for network traffic capture.
It allows the user to intercept and display TCP/IP and other packets being transmitted or received over a network to which the computer is attached. Distributed under the BSD license, tcpdump is free software.
Tcpdump works on most Unix-like operating systems: Linux, Solaris, BSD, OS X, HP-UX and AIX among others. In those systems, tcpdump uses the libpcap library to capture packets.
Source: [HP] - tcpdump | [Wikipedia] - tcpdump | man tcpdump