Troubleshooting Commands : tcpdump

tcpdump
Description
Use the tcpdump command to display packets on a network.
Syntax
tcpdump [<tcpdump options>]
Arguments
 
-A: Print each packet (minus its link level header) in ASCII. Handy for capturing web pages.
-c: Exit after receiving count packets.
-C: Before writing a raw packet to a savefile, check whether the file is currently larger than file_size and, if so, close the current savefile and open a new one. Savefiles after the first savefile will have the name specified with the -w flag, with a number after it, starting at 1 and continuing upward. The units of file_size are millions of bytes (1,000,000 bytes, not 1,048,576 bytes).
-d: Dump the compiled packet-matching code in a human readable form to standard output and stop.
-dd: Dump packet-matching code as a C program fragment.
-ddd: Dump packet-matching code as decimal numbers (preceded with a count).
-D: Print the list of the network interfaces available on the system and on which tcpdump can capture packets. For each network interface, a number and an interface name, possibly followed by a text description of the interface, is printed. The interface name or the number can be supplied to the -i flag to specify an interface on which to capture.
-e: Print the link-level header on each dump line.
-E: Use spi@ipaddr algo:secret for decrypting IPsec ESP packets that are addressed to addr and contain Security Parameter Index value spi. This combination may be repeated with comma or newline separation.

Note that setting the secret for IPv4 ESP packets is supported at this time.

Algorithms may be des-cbc, 3des-cbc, blowfish-cbc, rc3-cbc, cast128-cbc, or none. The default is des-cbc. The ability to decrypt packets is only present if tcpdump was compiled with cryptography enabled.

secret
is the ASCII text for ESP secret key. If preceded by 0x, then a hex value will be read.

The option assumes RFC2406 ESP, not RFC1827 ESP. The option is only for debugging purposes, and the use of this option with a true ‘secret’ key is discouraged. By presenting IPsec secret key onto command line you make it visible to others, via ps(1) and other occasions.

In addition to the above syntax, the syntax file name may be used to have tcpdump read the provided file in. The file is opened upon receiving the first ESP packet, so any special permissions that tcpdump may have been given should already have been given up.
-f: Print ‘foreign’ IPv4 addresses numerically rather than symbolically.
-F: Use file as input for the filter expression. An additional expression given on the command line is ignored.
-i: Listen on interface. If unspecified, tcpdump searches the system interface list for the lowest numbered, configured up interface (excluding loopback). Ties are broken by choosing the earliest match.
-l: Make stdout line buffered. Useful if you want to see the data while capturing it. For example,
tcpdump -l | tee dat or tcpdump -l > dat & tail -f dat
-L: List the known data link types for the interface and exit.
-m: Load SMI MIB module definitions from file module. This option can be used several times to load several MIB modules into tcp-dump.
-M: Use secret as a shared secret for validating the digests found in TCP segments with the TCP-MD5 option (RFC 2385), if present.
-n: Don’t convert host addresses to names. This can be used to avoid DNS lookups.
-nn: Don’t convert protocol and port numbers etc. to names either.
-N: Don’t print domain name qualification of host names. For example, if you give this flag then tcpdump will print nic instead of nic.ddn.mil.
-O: Do not run the packet-matching code optimizer. This is useful only if you suspect a bug in the optimizer.
-p: Don’t put the interface into promiscuous mode. Note that the interface might be in promiscuous mode for some other reason; hence, -p cannot be used as an abbreviation for ‘ether host {local-hw-addr} or ether broadcast’.
-q: Quick (quiet?) output. Print less protocol information so output lines are shorter.
-R: Assume ESP/AH packets to be based on old specification (RFC1825 to RFC1829). If specified, tcpdump will not print replay prevention field. Since there is no protocol version field in ESP/AH specification, tcpdump cannot deduce the version of ESP/AH protocol.
-r: Read packets from file (which was created with the -w option). Standard input is used if file is ‘’-’’.
-S: Print absolute, rather than relative, TCP sequence numbers.
-s: Snarf snaplen bytes of data from each packet rather than the default of 68 (with SunOS’s NIT, the minimum is actually 96). 68 bytes is adequate for IP, ICMP, TCP and UDP but may truncate protocol information from name server and NFS packets.Packets truncated because of a limited snapshot are indicated in the output with [|proto], where proto is the name of the protocol level at which the truncation has occurred.

Note that taking larger snapshots both increases the amount of time it takes to process packets and, effectively, decreases the amount of packet buffering. This may cause packets to be lost. You should limit snaplen to the smallest number that will capture the protocol information you’re interested in. Setting snaplen to 0 means use the required length to catch whole packets.
-T: Force packets selected by “expression” to be interpreted the specified type. Currently known types are:

aodv (Ad-hoc On-demand Distance Vector protocol),
cnfp (Cisco NetFlow protocol),
rpc (Remote Procedure Call),
rtp (Real-Time Applications protocol),
rtcp (Real-Time Applications control protocol),
snmp (Simple Network Management Protocol),
tftp (Trivial File Transfer Protocol),
vat (Visual Audio Tool), and
wb (distributed White Board).
-t: Don’t print a timestamp on each dump line.
-tt: Print an unformatted timestamp on each dump line.
-ttt: Print a delta (in micro-seconds) between current and previous line on each dump line.
-tttt: Print a timestamp in default format proceeded by date on each dump line.
-u: Print undecoded NFS handles.
-U: Make output saved via the -w option “packet-buffered”; that is, as each packet is saved, it will be written to the output file, rather than being written only when the output buffer fills.

The -U flag will not be supported if tcpdump was built with an older version of libpcap that lacks the pcap_dump_flush() function.
-v: When parsing and printing, produce (slightly more) verbose output. For example, the time to live, identification, total length and options in an IP packet are printed. Also enables additional packet integrity checks such as verifying the IP and ICMP header checksum.

When writing to a file with the -w option, report, every 10 seconds, the number of packets captured.
-vv: Even more verbose output. For example, additional fields are printed from NFS reply packets, and SMB packets are fully decoded.
-vvv: Even more verbose output. For example, telnet SB... SE options are printed in full. With -X Telnet options are printed in hex as well.
-w: Write the raw packets to file rather than parsing and printing them out. They can later be printed with the -r option. Standard output is used if file is “-”.
-W: Used in conjunction with the -C option, this will limit the number of files created to the specified number, and begin overwriting files from the beginning, thus creating a ‘rotating’ buffer. In addition, it will name the files with enough leading 0s to support the maximum number of files, allowing them to sort correctly.
-x: Print each packet (minus its link level header) in hex. The smaller of the entire packet or snaplen bytes will be printed. Note that this is the entire link-layer packet, so for link layers that pad (e.g. Ethernet), the padding bytes will also be printed when the higher layer packet is shorter than the required padding.
-xx: Print each packet, including its link level header, in hex.
-X: Print each packet (minus its link level header) in hex and ASCII. This is very handy for analyzing new protocols.
-XX: Print each packet, including its link level header, in hex and ASCII.
-y: Set the data link type to use while capturing packets to datalinktype.
-Z: Drops privileges (if root) and changes user ID to user and the group ID to the primary group of user.

This behavior can also be enabled by default at compile time.
Defaults
None.
Command Mode
Privileged EXEC Mode
Global Configuration Mode
See Also
See the following related commands:
n
n
n
n
n
n
Usage Guidelines
None.
Examples
None.

Please send comments or suggestions regarding user documentation to techpubs@silver-peak.com.