2008-11-10 07:35:03 +08:00
|
|
|
.\" @(#) $Header: /tcpdump/master/tcpdump/tcpdump.1.in,v 1.2 2008-11-09 23:35:03 mcr Exp $ (LBL)
|
2003-11-16 17:41:29 +08:00
|
|
|
.\"
|
2003-03-31 13:13:35 +08:00
|
|
|
.\" $NetBSD: tcpdump.8,v 1.9 2003/03/31 00:18:17 perry Exp $
|
1999-10-08 07:47:09 +08:00
|
|
|
.\"
|
|
|
|
.\" Copyright (c) 1987, 1988, 1989, 1990, 1991, 1992, 1994, 1995, 1996, 1997
|
|
|
|
.\" The Regents of the University of California. All rights reserved.
|
|
|
|
.\" All rights reserved.
|
|
|
|
.\"
|
|
|
|
.\" Redistribution and use in source and binary forms, with or without
|
|
|
|
.\" modification, are permitted provided that: (1) source code distributions
|
|
|
|
.\" retain the above copyright notice and this paragraph in its entirety, (2)
|
|
|
|
.\" distributions including binary code include the above copyright notice and
|
|
|
|
.\" this paragraph in its entirety in the documentation or other materials
|
|
|
|
.\" provided with the distribution, and (3) all advertising materials mentioning
|
|
|
|
.\" features or use of this software display the following acknowledgement:
|
|
|
|
.\" ``This product includes software developed by the University of California,
|
|
|
|
.\" Lawrence Berkeley Laboratory and its contributors.'' Neither the name of
|
|
|
|
.\" the University nor the names of its contributors may be used to endorse
|
|
|
|
.\" or promote products derived from this software without specific prior
|
|
|
|
.\" written permission.
|
|
|
|
.\" THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED
|
|
|
|
.\" WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
|
|
|
|
.\" MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
|
|
|
|
.\"
|
2009-03-05 17:01:29 +08:00
|
|
|
.TH TCPDUMP 1 "05 March 2009"
|
1999-10-08 07:47:09 +08:00
|
|
|
.SH NAME
|
|
|
|
tcpdump \- dump traffic on a network
|
|
|
|
.SH SYNOPSIS
|
|
|
|
.na
|
|
|
|
.B tcpdump
|
|
|
|
[
|
2010-08-24 06:30:56 +08:00
|
|
|
.B \-AbdDefhIJKlLnNOpqRStuUvxX
|
2008-04-07 01:41:44 +08:00
|
|
|
] [
|
|
|
|
.B \-B
|
|
|
|
.I buffer_size
|
1999-10-08 07:47:09 +08:00
|
|
|
] [
|
|
|
|
.B \-c
|
|
|
|
.I count
|
2001-10-03 15:41:31 +08:00
|
|
|
]
|
|
|
|
.br
|
|
|
|
.ti +8
|
|
|
|
[
|
|
|
|
.B \-C
|
2001-10-04 00:45:55 +08:00
|
|
|
.I file_size
|
1999-10-08 07:47:09 +08:00
|
|
|
] [
|
2006-03-24 01:33:01 +08:00
|
|
|
.B \-G
|
|
|
|
.I rotate_seconds
|
|
|
|
] [
|
1999-10-08 07:47:09 +08:00
|
|
|
.B \-F
|
|
|
|
.I file
|
|
|
|
]
|
|
|
|
.br
|
|
|
|
.ti +8
|
|
|
|
[
|
|
|
|
.B \-i
|
|
|
|
.I interface
|
1999-12-14 02:06:13 +08:00
|
|
|
]
|
|
|
|
[
|
2010-08-24 06:30:56 +08:00
|
|
|
.B \-j
|
|
|
|
.I tstamp_type
|
|
|
|
]
|
|
|
|
[
|
1999-12-14 02:06:13 +08:00
|
|
|
.B \-m
|
|
|
|
.I module
|
|
|
|
]
|
|
|
|
[
|
2004-03-23 15:15:36 +08:00
|
|
|
.B \-M
|
|
|
|
.I secret
|
|
|
|
]
|
2004-06-12 16:51:23 +08:00
|
|
|
.br
|
|
|
|
.ti +8
|
2004-03-23 15:15:36 +08:00
|
|
|
[
|
1999-10-08 07:47:09 +08:00
|
|
|
.B \-r
|
|
|
|
.I file
|
|
|
|
]
|
|
|
|
[
|
|
|
|
.B \-s
|
|
|
|
.I snaplen
|
|
|
|
]
|
|
|
|
[
|
|
|
|
.B \-T
|
|
|
|
.I type
|
|
|
|
]
|
|
|
|
[
|
|
|
|
.B \-w
|
|
|
|
.I file
|
|
|
|
]
|
1999-12-14 02:06:13 +08:00
|
|
|
.br
|
|
|
|
.ti +8
|
1999-10-08 07:47:09 +08:00
|
|
|
[
|
From Chris Cogdon <chris@cogdon.org>:
Fix a segfault with the -C option when the number of files grows
to 1000. Limit has been increased to 1,000,000, and the code
will check for exceeding this.
Also, add a -W option which will limit the number of files
created before 'wrapping around' and writing to the first file
again, creating a 'loop tape'. Very useful if you want to have
this running permanently to capture traffic up to a irregular
event.
Change the way that output files with -C are numbered. -C alone
goes <none>, 1, 2, 3.... -C with -W will number 0, 1, 2 ... or
00, 01, 02 ... etc, depending on the value of -W. I.e., it
sorts properly. (Old behaviour was to go <none>, 2, 3...)
Close the current capture file before trying to allocate the buffer for
the new file's name, so that if that allocation fails we've at least
written out all of the previous file.
Make some variables for command-line arguments, and some functions not
used outside tcpdump.c, static.
2004-01-26 10:05:17 +08:00
|
|
|
.B \-W
|
|
|
|
.I filecount
|
2005-11-23 12:24:32 +08:00
|
|
|
]
|
2004-06-12 16:51:23 +08:00
|
|
|
.br
|
|
|
|
.ti +8
|
From Chris Cogdon <chris@cogdon.org>:
Fix a segfault with the -C option when the number of files grows
to 1000. Limit has been increased to 1,000,000, and the code
will check for exceeding this.
Also, add a -W option which will limit the number of files
created before 'wrapping around' and writing to the first file
again, creating a 'loop tape'. Very useful if you want to have
this running permanently to capture traffic up to a irregular
event.
Change the way that output files with -C are numbered. -C alone
goes <none>, 1, 2, 3.... -C with -W will number 0, 1, 2 ... or
00, 01, 02 ... etc, depending on the value of -W. I.e., it
sorts properly. (Old behaviour was to go <none>, 2, 3...)
Close the current capture file before trying to allocate the buffer for
the new file's name, so that if that allocation fails we've at least
written out all of the previous file.
Make some variables for command-line arguments, and some functions not
used outside tcpdump.c, static.
2004-01-26 10:05:17 +08:00
|
|
|
[
|
2000-01-15 15:54:15 +08:00
|
|
|
.B \-E
|
2003-02-27 02:58:04 +08:00
|
|
|
.I spi@ipaddr algo:secret,...
|
2000-01-15 15:54:15 +08:00
|
|
|
]
|
2003-02-27 02:58:04 +08:00
|
|
|
.br
|
|
|
|
.ti +8
|
2000-01-15 15:54:15 +08:00
|
|
|
[
|
2002-12-22 08:15:26 +08:00
|
|
|
.B \-y
|
|
|
|
.I datalinktype
|
|
|
|
]
|
2004-01-22 17:35:50 +08:00
|
|
|
[
|
2006-03-24 01:33:01 +08:00
|
|
|
.B \-z
|
|
|
|
.I postrotate-command
|
|
|
|
]
|
|
|
|
[
|
2004-01-22 17:35:50 +08:00
|
|
|
.B \-Z
|
|
|
|
.I user
|
|
|
|
]
|
2002-12-22 08:15:26 +08:00
|
|
|
.ti +8
|
|
|
|
[
|
1999-10-08 07:47:09 +08:00
|
|
|
.I expression
|
|
|
|
]
|
|
|
|
.br
|
|
|
|
.ad
|
|
|
|
.SH DESCRIPTION
|
|
|
|
.LP
|
2005-11-24 16:15:09 +08:00
|
|
|
\fITcpdump\fP prints out a description of the contents of packets on a
|
|
|
|
network interface that match the boolean \fIexpression\fP. It can also
|
|
|
|
be run with the
|
2001-07-06 06:58:29 +08:00
|
|
|
.B \-w
|
|
|
|
flag, which causes it to save the packet data to a file for later
|
|
|
|
analysis, and/or with the
|
2002-06-17 05:51:31 +08:00
|
|
|
.B \-r
|
2001-07-06 06:58:29 +08:00
|
|
|
flag, which causes it to read from a saved packet file rather than to
|
|
|
|
read packets from a network interface. In all cases, only packets that
|
|
|
|
match
|
|
|
|
.I expression
|
|
|
|
will be processed by
|
|
|
|
.IR tcpdump .
|
1999-10-08 07:47:09 +08:00
|
|
|
.LP
|
2001-07-06 06:58:29 +08:00
|
|
|
.I Tcpdump
|
|
|
|
will, if not run with the
|
|
|
|
.B \-c
|
|
|
|
flag, continue capturing packets until it is interrupted by a SIGINT
|
|
|
|
signal (generated, for example, by typing your interrupt character,
|
|
|
|
typically control-C) or a SIGTERM signal (typically generated with the
|
|
|
|
.BR kill (1)
|
|
|
|
command); if run with the
|
|
|
|
.B \-c
|
|
|
|
flag, it will capture packets until it is interrupted by a SIGINT or
|
|
|
|
SIGTERM signal or the specified number of packets have been processed.
|
|
|
|
.LP
|
|
|
|
When
|
1999-10-08 07:47:09 +08:00
|
|
|
.I tcpdump
|
2001-07-06 06:58:29 +08:00
|
|
|
finishes capturing packets, it will report counts of:
|
|
|
|
.IP
|
2003-11-16 17:39:21 +08:00
|
|
|
packets ``captured'' (this is the number of packets that
|
|
|
|
.I tcpdump
|
|
|
|
has received and processed);
|
|
|
|
.IP
|
2001-07-06 06:58:29 +08:00
|
|
|
packets ``received by filter'' (the meaning of this depends on the OS on
|
|
|
|
which you're running
|
|
|
|
.IR tcpdump ,
|
|
|
|
and possibly on the way the OS was configured - if a filter was
|
|
|
|
specified on the command line, on some OSes it counts packets regardless
|
2003-11-16 17:39:21 +08:00
|
|
|
of whether they were matched by the filter expression and, even if they
|
|
|
|
were matched by the filter expression, regardless of whether
|
|
|
|
.I tcpdump
|
|
|
|
has read and processed them yet, on other OSes it counts only packets that were
|
|
|
|
matched by the filter expression regardless of whether
|
|
|
|
.I tcpdump
|
|
|
|
has read and processed them yet, and on other OSes it counts only
|
|
|
|
packets that were matched by the filter expression and were processed by
|
2001-07-06 06:58:29 +08:00
|
|
|
.IR tcpdump );
|
|
|
|
.IP
|
|
|
|
packets ``dropped by kernel'' (this is the number of packets that were
|
|
|
|
dropped, due to a lack of buffer space, by the packet capture mechanism
|
|
|
|
in the OS on which
|
|
|
|
.I tcpdump
|
|
|
|
is running, if the OS reports that information to applications; if not,
|
|
|
|
it will be reported as 0).
|
|
|
|
.LP
|
Note that Mac OS X, as one of the BSDs, has SIGINFO; note that
Digital/Tru64 UNIX has it as well (although the tty(7) man page doesn't
mention VSTATUS - stty(1) mentions "status", however, and signal(4)
mentions SIGINFO, and some Tru64->HP-UX transition pages mention SIGINFO
as a feature available in Tru64 but not HP-UX).
Note that on some systems (e.g., Mac OS X), you might have to set your
"status" character as it defaults, on those systems, to "not set".
Get rid of the reference to "traffic(1C)" (it's not referred to in the
man page, and about the only connection it has with tcpdump is that they
both watch network traffic; traffic(1C) is a SunOS 4.x-ism, not present
on other platforms), and add a reference to pfconfig(8) for
Digital/Tru64 (it *is* referred to, in the section of what privileges
you need in order to capture traffic).
2004-01-08 06:50:40 +08:00
|
|
|
On platforms that support the SIGINFO signal, such as most BSDs
|
|
|
|
(including Mac OS X) and Digital/Tru64 UNIX, it will report those counts
|
|
|
|
when it receives a SIGINFO signal (generated, for example, by typing
|
|
|
|
your ``status'' character, typically control-T, although on some
|
|
|
|
platforms, such as Mac OS X, the ``status'' character is not set by
|
|
|
|
default, so you must set it with
|
|
|
|
.BR stty (1)
|
|
|
|
in order to use it) and will continue capturing packets.
|
2001-07-06 06:58:29 +08:00
|
|
|
.LP
|
|
|
|
Reading packets from a network interface may require that you have
|
2008-04-10 10:00:40 +08:00
|
|
|
special privileges; see the
|
|
|
|
.B pcap (3PCAP)
|
|
|
|
man page for details. Reading a saved packet file doesn't require
|
|
|
|
special privileges.
|
1999-10-08 07:47:09 +08:00
|
|
|
.SH OPTIONS
|
|
|
|
.TP
|
2002-04-24 14:55:54 +08:00
|
|
|
.B \-A
|
|
|
|
Print each packet (minus its link level header) in ASCII. Handy for
|
|
|
|
capturing web pages.
|
2002-08-06 12:32:32 +08:00
|
|
|
.TP
|
2010-02-08 18:22:10 +08:00
|
|
|
.B \-b
|
|
|
|
Print the AS number in BGP packets in ASDOT notation rather than ASPLAIN
|
|
|
|
notation.
|
|
|
|
.TP
|
2008-04-07 01:41:44 +08:00
|
|
|
.B \-B
|
|
|
|
Set the operating system capture buffer size to \fIbuffer_size\fP.
|
|
|
|
.TP
|
1999-10-08 07:47:09 +08:00
|
|
|
.B \-c
|
|
|
|
Exit after receiving \fIcount\fP packets.
|
|
|
|
.TP
|
2001-10-03 15:41:31 +08:00
|
|
|
.B \-C
|
|
|
|
Before writing a raw packet to a savefile, check whether the file is
|
2001-10-04 00:45:55 +08:00
|
|
|
currently larger than \fIfile_size\fP and, if so, close the current
|
|
|
|
savefile and open a new one. Savefiles after the first savefile will
|
|
|
|
have the name specified with the
|
2001-10-03 15:41:31 +08:00
|
|
|
.B \-w
|
From Chris Cogdon <chris@cogdon.org>:
Fix a segfault with the -C option when the number of files grows
to 1000. Limit has been increased to 1,000,000, and the code
will check for exceeding this.
Also, add a -W option which will limit the number of files
created before 'wrapping around' and writing to the first file
again, creating a 'loop tape'. Very useful if you want to have
this running permanently to capture traffic up to a irregular
event.
Change the way that output files with -C are numbered. -C alone
goes <none>, 1, 2, 3.... -C with -W will number 0, 1, 2 ... or
00, 01, 02 ... etc, depending on the value of -W. I.e., it
sorts properly. (Old behaviour was to go <none>, 2, 3...)
Close the current capture file before trying to allocate the buffer for
the new file's name, so that if that allocation fails we've at least
written out all of the previous file.
Make some variables for command-line arguments, and some functions not
used outside tcpdump.c, static.
2004-01-26 10:05:17 +08:00
|
|
|
flag, with a number after it, starting at 1 and continuing upward.
|
2001-10-04 00:45:55 +08:00
|
|
|
The units of \fIfile_size\fP are millions of bytes (1,000,000 bytes,
|
2001-10-03 15:41:31 +08:00
|
|
|
not 1,048,576 bytes).
|
|
|
|
.TP
|
1999-10-08 07:47:09 +08:00
|
|
|
.B \-d
|
|
|
|
Dump the compiled packet-matching code in a human readable form to
|
|
|
|
standard output and stop.
|
|
|
|
.TP
|
|
|
|
.B \-dd
|
|
|
|
Dump packet-matching code as a
|
|
|
|
.B C
|
|
|
|
program fragment.
|
|
|
|
.TP
|
|
|
|
.B \-ddd
|
|
|
|
Dump packet-matching code as decimal numbers (preceded with a count).
|
|
|
|
.TP
|
2002-08-05 16:27:07 +08:00
|
|
|
.B \-D
|
2002-08-06 12:30:55 +08:00
|
|
|
Print the list of the network interfaces available on the system and on
|
2002-08-05 16:27:07 +08:00
|
|
|
which
|
|
|
|
.I 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
|
|
|
|
.B \-i
|
|
|
|
flag to specify an interface on which to capture.
|
|
|
|
.IP
|
2002-08-06 12:30:55 +08:00
|
|
|
This can be useful on systems that don't have a command to list them
|
|
|
|
(e.g., Windows systems, or UNIX systems lacking
|
|
|
|
.BR "ifconfig \-a" );
|
|
|
|
the number can be useful on Windows 2000 and later systems, where the
|
|
|
|
interface name is a somewhat complex string.
|
|
|
|
.IP
|
2002-08-05 16:27:07 +08:00
|
|
|
The
|
|
|
|
.B \-D
|
|
|
|
flag will not be supported if
|
|
|
|
.I tcpdump
|
|
|
|
was built with an older version of
|
|
|
|
.I libpcap
|
|
|
|
that lacks the
|
|
|
|
.B pcap_findalldevs()
|
|
|
|
function.
|
|
|
|
.TP
|
1999-10-08 07:47:09 +08:00
|
|
|
.B \-e
|
|
|
|
Print the link-level header on each dump line.
|
|
|
|
.TP
|
2000-01-15 15:54:15 +08:00
|
|
|
.B \-E
|
2003-02-27 02:58:04 +08:00
|
|
|
Use \fIspi@ipaddr algo:secret\fP for decrypting IPsec ESP packets that
|
|
|
|
are addressed to \fIaddr\fP and contain Security Parameter Index value
|
2010-06-05 11:10:07 +08:00
|
|
|
\fIspi\fP. This combination may be repeated with comma or newline separation.
|
2003-02-27 02:58:04 +08:00
|
|
|
.IP
|
|
|
|
Note that setting the secret for IPv4 ESP packets is supported at this time.
|
|
|
|
.IP
|
2001-06-25 11:23:19 +08:00
|
|
|
Algorithms may be
|
|
|
|
\fBdes-cbc\fP,
|
|
|
|
\fB3des-cbc\fP,
|
|
|
|
\fBblowfish-cbc\fP,
|
|
|
|
\fBrc3-cbc\fP,
|
|
|
|
\fBcast128-cbc\fP, or
|
2000-07-25 14:09:32 +08:00
|
|
|
\fBnone\fP.
|
|
|
|
The default is \fBdes-cbc\fP.
|
|
|
|
The ability to decrypt packets is only present if \fItcpdump\fP was compiled
|
2000-01-15 15:54:15 +08:00
|
|
|
with cryptography enabled.
|
2003-02-27 02:58:04 +08:00
|
|
|
.IP
|
|
|
|
\fIsecret\fP is the ASCII text for ESP secret key.
|
2010-06-05 11:10:07 +08:00
|
|
|
If preceded by 0x, then a hex value will be read.
|
2003-02-27 02:58:04 +08:00
|
|
|
.IP
|
2000-01-15 15:54:15 +08:00
|
|
|
The option assumes RFC2406 ESP, not RFC1827 ESP.
|
|
|
|
The option is only for debugging purposes, and
|
2003-02-27 02:58:04 +08:00
|
|
|
the use of this option with a true `secret' key is discouraged.
|
2000-01-15 15:54:15 +08:00
|
|
|
By presenting IPsec secret key onto command line
|
2000-07-25 14:09:32 +08:00
|
|
|
you make it visible to others, via
|
|
|
|
.IR ps (1)
|
|
|
|
and other occasions.
|
2003-02-27 02:58:04 +08:00
|
|
|
.IP
|
|
|
|
In addition to the above syntax, the syntax \fIfile name\fP 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.
|
2000-01-15 15:54:15 +08:00
|
|
|
.TP
|
1999-10-08 07:47:09 +08:00
|
|
|
.B \-f
|
2002-09-07 05:42:30 +08:00
|
|
|
Print `foreign' IPv4 addresses numerically rather than symbolically
|
1999-10-08 07:47:09 +08:00
|
|
|
(this option is intended to get around serious brain damage in
|
2002-09-07 05:42:30 +08:00
|
|
|
Sun's NIS server \(em usually it hangs forever translating non-local
|
1999-10-08 07:47:09 +08:00
|
|
|
internet numbers).
|
2002-09-07 05:42:30 +08:00
|
|
|
.IP
|
|
|
|
The test for `foreign' IPv4 addresses is done using the IPv4 address and
|
|
|
|
netmask of the interface on which capture is being done. If that
|
|
|
|
address or netmask are not available, available, either because the
|
|
|
|
interface on which capture is being done has no address or netmask or
|
|
|
|
because the capture is being done on the Linux "any" interface, which
|
|
|
|
can capture on more than one interface, this option will not work
|
|
|
|
correctly.
|
1999-10-08 07:47:09 +08:00
|
|
|
.TP
|
|
|
|
.B \-F
|
|
|
|
Use \fIfile\fP as input for the filter expression.
|
|
|
|
An additional expression given on the command line is ignored.
|
|
|
|
.TP
|
2005-10-20 15:43:51 +08:00
|
|
|
.B \-G
|
|
|
|
If specified, rotates the dump file specified with the
|
|
|
|
.B \-w
|
2005-12-06 04:10:58 +08:00
|
|
|
option every \fIrotate_seconds\fP seconds.
|
|
|
|
Savefiles will have the name specified by
|
2005-10-20 15:43:51 +08:00
|
|
|
.B \-w
|
|
|
|
which should include a time format as defined by
|
2005-11-23 12:24:32 +08:00
|
|
|
.BR strftime (3).
|
|
|
|
If no time format is specified, each new file will overwrite the previous.
|
|
|
|
.IP
|
2005-10-20 15:43:51 +08:00
|
|
|
If used in conjunction with the
|
|
|
|
.B \-C
|
|
|
|
option, filenames will take the form of `\fIfile\fP<count>'.
|
|
|
|
.TP
|
2010-05-28 14:58:01 +08:00
|
|
|
.B \-h
|
|
|
|
Attempt to detect 802.11s draft mesh headers.
|
|
|
|
.TP
|
1999-10-08 07:47:09 +08:00
|
|
|
.B \-i
|
|
|
|
Listen on \fIinterface\fP.
|
|
|
|
If unspecified, \fItcpdump\fP searches the system interface list for the
|
|
|
|
lowest numbered, configured up interface (excluding loopback).
|
|
|
|
Ties are broken by choosing the earliest match.
|
2001-01-18 12:37:23 +08:00
|
|
|
.IP
|
|
|
|
On Linux systems with 2.2 or later kernels, an
|
|
|
|
.I interface
|
2001-06-25 11:18:27 +08:00
|
|
|
argument of ``any'' can be used to capture packets from all interfaces.
|
2001-01-18 12:37:23 +08:00
|
|
|
Note that captures on the ``any'' device will not be done in promiscuous
|
|
|
|
mode.
|
2002-08-05 16:27:07 +08:00
|
|
|
.IP
|
|
|
|
If the
|
|
|
|
.B \-D
|
|
|
|
flag is supported, an interface number as printed by that flag can be
|
|
|
|
used as the
|
|
|
|
.I interface
|
|
|
|
argument.
|
1999-10-08 07:47:09 +08:00
|
|
|
.TP
|
2008-04-07 01:41:44 +08:00
|
|
|
.B \-I
|
|
|
|
Put the interface in "monitor mode"; this is supported only on IEEE
|
|
|
|
802.11 Wi-Fi interfaces, and supported only on some operating systems.
|
|
|
|
.IP
|
|
|
|
Note that in monitor mode the adapter might disassociate from the
|
|
|
|
network with which it's associated, so that you will not be able to use
|
|
|
|
any wireless networks with that adapter. This could prevent accessing
|
|
|
|
files on a network server, or resolving host names or network addresses,
|
|
|
|
if you are capturing in monitor mode and are not connected to another
|
|
|
|
network with another adapter.
|
2009-02-05 03:30:57 +08:00
|
|
|
.IP
|
|
|
|
This flag will affect the output of the
|
|
|
|
.B \-L
|
|
|
|
flag. If
|
|
|
|
.B \-I
|
|
|
|
isn't specified, only those link-layer types available when not in
|
|
|
|
monitor mode will be shown; if
|
|
|
|
.B \-I
|
|
|
|
is specified, only those link-layer types available when in monitor mode
|
|
|
|
will be shown.
|
2008-04-07 01:41:44 +08:00
|
|
|
.TP
|
2010-08-24 06:30:56 +08:00
|
|
|
.B \-j
|
2010-08-24 06:38:56 +08:00
|
|
|
Set the time stamp type for the capture to \fItstamp_type\fP. The names
|
|
|
|
to use for the time stamp types are given in
|
|
|
|
.BR pcap-tstamp-type (@MAN_MISC_INFO@);
|
|
|
|
not all the types listed there will necessarily be valid for any given
|
|
|
|
interface.
|
2010-08-24 06:30:56 +08:00
|
|
|
.TP
|
|
|
|
.B \-J
|
|
|
|
List the supported time stamp types for the interface and exit. If the
|
|
|
|
time stamp type cannot be set for the interface, no time stamp types are
|
|
|
|
listed.
|
|
|
|
.TP
|
2006-05-06 07:13:00 +08:00
|
|
|
.B \-K
|
2009-03-05 17:17:53 +08:00
|
|
|
Don't attempt to verify IP, TCP, or UDP checksums. This is useful for
|
|
|
|
interfaces that perform some or all of those checksum calculation in
|
|
|
|
hardware; otherwise, all outgoing TCP checksums will be flagged as bad.
|
2006-05-06 07:13:00 +08:00
|
|
|
.TP
|
1999-10-08 07:47:09 +08:00
|
|
|
.B \-l
|
2001-06-25 11:18:27 +08:00
|
|
|
Make stdout line buffered.
|
|
|
|
Useful if you want to see the data
|
|
|
|
while capturing it.
|
|
|
|
E.g.,
|
1999-10-08 07:47:09 +08:00
|
|
|
.br
|
|
|
|
``tcpdump\ \ \-l\ \ |\ \ tee dat'' or
|
|
|
|
``tcpdump\ \ \-l \ \ > dat\ \ &\ \ tail\ \ \-f\ \ dat''.
|
|
|
|
.TP
|
2002-12-22 08:15:26 +08:00
|
|
|
.B \-L
|
2009-02-05 03:30:57 +08:00
|
|
|
List the known data link types for the interface, in the specified mode,
|
|
|
|
and exit. The list of known data link types may be dependent on the
|
|
|
|
specified mode; for example, on some platforms, a Wi-Fi interface might
|
|
|
|
support one set of data link types when not in monitor mode (for
|
|
|
|
example, it might support only fake Ethernet headers, or might support
|
|
|
|
802.11 headers but not support 802.11 headers with radio information)
|
|
|
|
and another set of data link types when in monitor mode (for example, it
|
|
|
|
might support 802.11 headers, or 802.11 headers with radio information,
|
|
|
|
only in monitor mode).
|
2002-12-22 08:15:26 +08:00
|
|
|
.TP
|
2001-10-27 16:18:44 +08:00
|
|
|
.B \-m
|
|
|
|
Load SMI MIB module definitions from file \fImodule\fR.
|
|
|
|
This option
|
|
|
|
can be used several times to load several MIB modules into \fItcpdump\fP.
|
|
|
|
.TP
|
2004-03-23 15:15:36 +08:00
|
|
|
.B \-M
|
|
|
|
Use \fIsecret\fP as a shared secret for validating the digests found in
|
2008-11-10 07:35:03 +08:00
|
|
|
TCP segments with the TCP-MD5 option (RFC 2385), if present.
|
2004-03-23 15:15:36 +08:00
|
|
|
.TP
|
1999-10-08 07:47:09 +08:00
|
|
|
.B \-n
|
|
|
|
Don't convert addresses (i.e., host addresses, port numbers, etc.) to names.
|
|
|
|
.TP
|
|
|
|
.B \-N
|
2001-06-25 11:18:27 +08:00
|
|
|
Don't print domain name qualification of host names.
|
|
|
|
E.g.,
|
1999-10-08 07:47:09 +08:00
|
|
|
if you give this flag then \fItcpdump\fP will print ``nic''
|
|
|
|
instead of ``nic.ddn.mil''.
|
|
|
|
.TP
|
|
|
|
.B \-O
|
2001-06-25 11:18:27 +08:00
|
|
|
Do not run the packet-matching code optimizer.
|
|
|
|
This is useful only
|
1999-10-08 07:47:09 +08:00
|
|
|
if you suspect a bug in the optimizer.
|
|
|
|
.TP
|
|
|
|
.B \-p
|
|
|
|
\fIDon't\fP put the interface
|
2001-06-25 11:18:27 +08:00
|
|
|
into promiscuous mode.
|
|
|
|
Note that the interface might be in promiscuous
|
1999-10-08 07:47:09 +08:00
|
|
|
mode for some other reason; hence, `-p' cannot be used as an abbreviation for
|
|
|
|
`ether host {local-hw-addr} or ether broadcast'.
|
|
|
|
.TP
|
|
|
|
.B \-q
|
2001-06-25 11:18:27 +08:00
|
|
|
Quick (quiet?) output.
|
|
|
|
Print less protocol information so output
|
1999-10-08 07:47:09 +08:00
|
|
|
lines are shorter.
|
|
|
|
.TP
|
2001-10-27 16:18:44 +08:00
|
|
|
.B \-R
|
|
|
|
Assume ESP/AH packets to be based on old specification (RFC1825 to RFC1829).
|
|
|
|
If specified, \fItcpdump\fP will not print replay prevention field.
|
|
|
|
Since there is no protocol version field in ESP/AH specification,
|
|
|
|
\fItcpdump\fP cannot deduce the version of ESP/AH protocol.
|
|
|
|
.TP
|
1999-10-08 07:47:09 +08:00
|
|
|
.B \-r
|
2002-12-22 08:15:26 +08:00
|
|
|
Read packets from \fIfile\fR (which was created with the
|
|
|
|
.B \-w
|
|
|
|
option).
|
1999-10-08 07:47:09 +08:00
|
|
|
Standard input is used if \fIfile\fR is ``-''.
|
|
|
|
.TP
|
2001-10-27 16:18:44 +08:00
|
|
|
.B \-S
|
|
|
|
Print absolute, rather than relative, TCP sequence numbers.
|
|
|
|
.TP
|
1999-10-08 07:47:09 +08:00
|
|
|
.B \-s
|
|
|
|
Snarf \fIsnaplen\fP bytes of data from each packet rather than the
|
2009-03-05 17:01:29 +08:00
|
|
|
default of 65535 bytes.
|
2001-06-25 11:18:27 +08:00
|
|
|
Packets truncated because of a limited snapshot
|
1999-10-08 07:47:09 +08:00
|
|
|
are indicated in the output with ``[|\fIproto\fP]'', where \fIproto\fP
|
|
|
|
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,
|
2001-06-25 11:18:27 +08:00
|
|
|
decreases the amount of packet buffering.
|
|
|
|
This may cause packets to be
|
|
|
|
lost.
|
|
|
|
You should limit \fIsnaplen\fP to the smallest number that will
|
|
|
|
capture the protocol information you're interested in.
|
|
|
|
Setting
|
2009-03-05 17:01:29 +08:00
|
|
|
\fIsnaplen\fP to 0 sets it to the default of 65535,
|
|
|
|
for backwards compatibility with recent older versions of
|
|
|
|
.IR tcpdump .
|
1999-10-08 07:47:09 +08:00
|
|
|
.TP
|
|
|
|
.B \-T
|
|
|
|
Force packets selected by "\fIexpression\fP" to be interpreted the
|
2001-06-25 11:18:27 +08:00
|
|
|
specified \fItype\fR.
|
|
|
|
Currently known types are
|
2003-11-16 17:39:21 +08:00
|
|
|
\fBaodv\fR (Ad-hoc On-demand Distance Vector protocol),
|
2000-04-27 18:07:05 +08:00
|
|
|
\fBcnfp\fR (Cisco NetFlow protocol),
|
1999-10-08 07:47:09 +08:00
|
|
|
\fBrpc\fR (Remote Procedure Call),
|
|
|
|
\fBrtp\fR (Real-Time Applications protocol),
|
|
|
|
\fBrtcp\fR (Real-Time Applications control protocol),
|
1999-12-14 02:06:13 +08:00
|
|
|
\fBsnmp\fR (Simple Network Management Protocol),
|
2003-05-11 14:01:16 +08:00
|
|
|
\fBtftp\fR (Trivial File Transfer Protocol),
|
1999-10-08 07:47:09 +08:00
|
|
|
\fBvat\fR (Visual Audio Tool),
|
|
|
|
and
|
1999-10-30 13:11:06 +08:00
|
|
|
\fBwb\fR (distributed White Board).
|
|
|
|
.TP
|
1999-10-08 07:47:09 +08:00
|
|
|
.B \-t
|
|
|
|
\fIDon't\fP print a timestamp on each dump line.
|
|
|
|
.TP
|
|
|
|
.B \-tt
|
|
|
|
Print an unformatted timestamp on each dump line.
|
|
|
|
.TP
|
2001-03-04 08:17:28 +08:00
|
|
|
.B \-ttt
|
2005-12-13 16:37:22 +08:00
|
|
|
Print a delta (micro-second resolution) between current and previous line
|
2001-03-04 08:17:28 +08:00
|
|
|
on each dump line.
|
|
|
|
.TP
|
|
|
|
.B \-tttt
|
|
|
|
Print a timestamp in default format proceeded by date on each dump line.
|
2002-05-07 12:00:09 +08:00
|
|
|
.TP
|
2005-12-13 16:37:22 +08:00
|
|
|
.B \-ttttt
|
|
|
|
Print a delta (micro-second resolution) between current and first line
|
|
|
|
on each dump line.
|
|
|
|
.TP
|
2001-10-27 16:18:44 +08:00
|
|
|
.B \-u
|
|
|
|
Print undecoded NFS handles.
|
2001-03-04 08:17:28 +08:00
|
|
|
.TP
|
2002-12-22 08:15:26 +08:00
|
|
|
.B \-U
|
|
|
|
Make output saved via the
|
|
|
|
.B \-w
|
|
|
|
option ``packet-buffered''; i.e., as each packet is saved, it will be
|
|
|
|
written to the output file, rather than being written only when the
|
|
|
|
output buffer fills.
|
|
|
|
.IP
|
|
|
|
The
|
|
|
|
.B \-U
|
|
|
|
flag will not be supported if
|
|
|
|
.I tcpdump
|
|
|
|
was built with an older version of
|
|
|
|
.I libpcap
|
|
|
|
that lacks the
|
|
|
|
.B pcap_dump_flush()
|
|
|
|
function.
|
|
|
|
.TP
|
1999-10-08 07:47:09 +08:00
|
|
|
.B \-v
|
2004-01-16 03:53:48 +08:00
|
|
|
When parsing and printing, produce (slightly more) verbose output.
|
2001-06-25 11:18:27 +08:00
|
|
|
For example, the time to live,
|
2000-07-29 14:06:27 +08:00
|
|
|
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.
|
2004-01-16 03:55:56 +08:00
|
|
|
.IP
|
2004-01-16 03:53:48 +08:00
|
|
|
When writing to a file with the
|
|
|
|
.B \-w
|
|
|
|
option, report, every 10 seconds, the number of packets captured.
|
1999-10-08 07:47:09 +08:00
|
|
|
.TP
|
|
|
|
.B \-vv
|
2001-06-25 11:18:27 +08:00
|
|
|
Even more verbose output.
|
|
|
|
For example, additional fields are
|
2001-02-21 03:28:02 +08:00
|
|
|
printed from NFS reply packets, and SMB packets are fully decoded.
|
1999-10-08 07:47:09 +08:00
|
|
|
.TP
|
1999-12-22 23:44:09 +08:00
|
|
|
.B \-vvv
|
2001-06-25 11:18:27 +08:00
|
|
|
Even more verbose output.
|
|
|
|
For example,
|
1999-12-22 23:44:09 +08:00
|
|
|
telnet \fBSB\fP ... \fBSE\fP options
|
2001-06-25 11:18:27 +08:00
|
|
|
are printed in full.
|
|
|
|
With
|
1999-12-22 23:44:09 +08:00
|
|
|
.B \-X
|
2002-12-19 13:44:47 +08:00
|
|
|
Telnet options are printed in hex as well.
|
1999-12-22 23:44:09 +08:00
|
|
|
.TP
|
1999-10-08 07:47:09 +08:00
|
|
|
.B \-w
|
|
|
|
Write the raw packets to \fIfile\fR rather than parsing and printing
|
2001-06-25 11:18:27 +08:00
|
|
|
them out.
|
|
|
|
They can later be printed with the \-r option.
|
1999-10-08 07:47:09 +08:00
|
|
|
Standard output is used if \fIfile\fR is ``-''.
|
2008-10-28 05:12:48 +08:00
|
|
|
See
|
|
|
|
.BR pcap-savefile (@MAN_FILE_FORMATS@)
|
|
|
|
for a description of the file format.
|
1999-10-08 07:47:09 +08:00
|
|
|
.TP
|
From Chris Cogdon <chris@cogdon.org>:
Fix a segfault with the -C option when the number of files grows
to 1000. Limit has been increased to 1,000,000, and the code
will check for exceeding this.
Also, add a -W option which will limit the number of files
created before 'wrapping around' and writing to the first file
again, creating a 'loop tape'. Very useful if you want to have
this running permanently to capture traffic up to a irregular
event.
Change the way that output files with -C are numbered. -C alone
goes <none>, 1, 2, 3.... -C with -W will number 0, 1, 2 ... or
00, 01, 02 ... etc, depending on the value of -W. I.e., it
sorts properly. (Old behaviour was to go <none>, 2, 3...)
Close the current capture file before trying to allocate the buffer for
the new file's name, so that if that allocation fails we've at least
written out all of the previous file.
Make some variables for command-line arguments, and some functions not
used outside tcpdump.c, static.
2004-01-26 10:05:17 +08:00
|
|
|
.B \-W
|
|
|
|
Used in conjunction with the
|
2005-12-06 04:10:58 +08:00
|
|
|
.B \-C
|
From Chris Cogdon <chris@cogdon.org>:
Fix a segfault with the -C option when the number of files grows
to 1000. Limit has been increased to 1,000,000, and the code
will check for exceeding this.
Also, add a -W option which will limit the number of files
created before 'wrapping around' and writing to the first file
again, creating a 'loop tape'. Very useful if you want to have
this running permanently to capture traffic up to a irregular
event.
Change the way that output files with -C are numbered. -C alone
goes <none>, 1, 2, 3.... -C with -W will number 0, 1, 2 ... or
00, 01, 02 ... etc, depending on the value of -W. I.e., it
sorts properly. (Old behaviour was to go <none>, 2, 3...)
Close the current capture file before trying to allocate the buffer for
the new file's name, so that if that allocation fails we've at least
written out all of the previous file.
Make some variables for command-line arguments, and some functions not
used outside tcpdump.c, static.
2004-01-26 10:05:17 +08:00
|
|
|
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.
|
2005-12-06 04:10:58 +08:00
|
|
|
.IP
|
2005-10-20 15:43:51 +08:00
|
|
|
Used in conjunction with the
|
2005-12-06 04:10:58 +08:00
|
|
|
.B \-G
|
2005-10-20 15:43:51 +08:00
|
|
|
option, this will limit the number of rotated dump files that get
|
2005-12-06 04:10:58 +08:00
|
|
|
created, exiting with status 0 when reaching the limit. If used with
|
|
|
|
.B \-C
|
|
|
|
as well, the behavior will result in cyclical files per timeslice.
|
From Chris Cogdon <chris@cogdon.org>:
Fix a segfault with the -C option when the number of files grows
to 1000. Limit has been increased to 1,000,000, and the code
will check for exceeding this.
Also, add a -W option which will limit the number of files
created before 'wrapping around' and writing to the first file
again, creating a 'loop tape'. Very useful if you want to have
this running permanently to capture traffic up to a irregular
event.
Change the way that output files with -C are numbered. -C alone
goes <none>, 1, 2, 3.... -C with -W will number 0, 1, 2 ... or
00, 01, 02 ... etc, depending on the value of -W. I.e., it
sorts properly. (Old behaviour was to go <none>, 2, 3...)
Close the current capture file before trying to allocate the buffer for
the new file's name, so that if that allocation fails we've at least
written out all of the previous file.
Make some variables for command-line arguments, and some functions not
used outside tcpdump.c, static.
2004-01-26 10:05:17 +08:00
|
|
|
.TP
|
1999-10-08 07:47:09 +08:00
|
|
|
.B \-x
|
2005-11-23 13:16:15 +08:00
|
|
|
When parsing and printing,
|
|
|
|
in addition to printing the headers of each packet, print the data of
|
|
|
|
each packet (minus its link level header) in hex.
|
1999-10-08 07:47:09 +08:00
|
|
|
The smaller of the entire packet or
|
|
|
|
.I snaplen
|
2002-06-25 05:06:23 +08:00
|
|
|
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.
|
1999-12-22 23:44:09 +08:00
|
|
|
.TP
|
2002-12-19 13:44:47 +08:00
|
|
|
.B \-xx
|
2005-11-23 13:16:15 +08:00
|
|
|
When parsing and printing,
|
|
|
|
in addition to printing the headers of each packet, print the data of
|
|
|
|
each packet,
|
2002-12-19 13:44:47 +08:00
|
|
|
.I including
|
|
|
|
its link level header, in hex.
|
|
|
|
.TP
|
1999-12-22 23:44:09 +08:00
|
|
|
.B \-X
|
2005-11-23 13:16:15 +08:00
|
|
|
When parsing and printing,
|
|
|
|
in addition to printing the headers of each packet, print the data of
|
|
|
|
each packet (minus its link level header) in hex and ASCII.
|
1999-12-22 23:44:09 +08:00
|
|
|
This is very handy for analysing new protocols.
|
2002-12-19 13:44:47 +08:00
|
|
|
.TP
|
|
|
|
.B \-XX
|
2005-11-23 13:16:15 +08:00
|
|
|
When parsing and printing,
|
|
|
|
in addition to printing the headers of each packet, print the data of
|
|
|
|
each packet,
|
2002-12-19 13:44:47 +08:00
|
|
|
.I including
|
|
|
|
its link level header, in hex and ASCII.
|
2002-12-22 08:15:26 +08:00
|
|
|
.TP
|
|
|
|
.B \-y
|
|
|
|
Set the data link type to use while capturing packets to \fIdatalinktype\fP.
|
2004-01-22 17:35:50 +08:00
|
|
|
.TP
|
2006-03-24 01:33:01 +08:00
|
|
|
.B \-z
|
|
|
|
Used in conjunction with the
|
|
|
|
.B -C
|
|
|
|
or
|
|
|
|
.B -G
|
|
|
|
options, this will make
|
|
|
|
.I tcpdump
|
|
|
|
run "
|
|
|
|
.I command file
|
|
|
|
" where
|
|
|
|
.I file
|
|
|
|
is the savefile being closed after each rotation. For example, specifying
|
|
|
|
.B \-z gzip
|
|
|
|
or
|
|
|
|
.B \-z bzip2
|
|
|
|
will compress each savefile using gzip or bzip2.
|
|
|
|
.IP
|
|
|
|
Note that tcpdump will run the command in parallel to the capture, using
|
|
|
|
the lowest priority so that this doesn't disturb the capture process.
|
|
|
|
.IP
|
|
|
|
And in case you would like to use a command that itself takes flags or
|
|
|
|
different arguments, you can always write a shell script that will take the
|
|
|
|
savefile name as the only argument, make the flags & arguments arrangements
|
|
|
|
and execute the command that you want.
|
|
|
|
.TP
|
2004-01-22 17:35:50 +08:00
|
|
|
.B \-Z
|
|
|
|
Drops privileges (if root) and changes user ID to
|
|
|
|
.I user
|
|
|
|
and the group ID to the primary group of
|
|
|
|
.IR user .
|
2004-01-22 17:51:30 +08:00
|
|
|
.IP
|
|
|
|
This behavior can also be enabled by default at compile time.
|
1999-10-08 07:47:09 +08:00
|
|
|
.IP "\fI expression\fP"
|
|
|
|
.RS
|
2001-06-25 11:18:27 +08:00
|
|
|
selects which packets will be dumped.
|
|
|
|
If no \fIexpression\fP
|
|
|
|
is given, all packets on the net will be dumped.
|
|
|
|
Otherwise,
|
1999-10-08 07:47:09 +08:00
|
|
|
only packets for which \fIexpression\fP is `true' will be dumped.
|
|
|
|
.LP
|
2008-01-07 08:16:06 +08:00
|
|
|
For the \fIexpression\fP syntax, see
|
2008-10-28 05:12:48 +08:00
|
|
|
.BR pcap-filter (@MAN_MISC_INFO@).
|
1999-10-08 07:47:09 +08:00
|
|
|
.LP
|
2000-07-25 14:09:32 +08:00
|
|
|
Expression arguments can be passed to \fItcpdump\fP as either a single
|
|
|
|
argument or as multiple arguments, whichever is more convenient.
|
1999-10-08 07:47:09 +08:00
|
|
|
Generally, if the expression contains Shell metacharacters, it is
|
|
|
|
easier to pass it as a single, quoted argument.
|
|
|
|
Multiple arguments are concatenated with spaces before being parsed.
|
|
|
|
.SH EXAMPLES
|
|
|
|
.LP
|
|
|
|
To print all packets arriving at or departing from \fIsundown\fP:
|
|
|
|
.RS
|
|
|
|
.nf
|
|
|
|
\fBtcpdump host sundown\fP
|
|
|
|
.fi
|
|
|
|
.RE
|
|
|
|
.LP
|
|
|
|
To print traffic between \fIhelios\fR and either \fIhot\fR or \fIace\fR:
|
|
|
|
.RS
|
|
|
|
.nf
|
|
|
|
\fBtcpdump host helios and \\( hot or ace \\)\fP
|
|
|
|
.fi
|
|
|
|
.RE
|
|
|
|
.LP
|
|
|
|
To print all IP packets between \fIace\fR and any host except \fIhelios\fR:
|
|
|
|
.RS
|
|
|
|
.nf
|
|
|
|
\fBtcpdump ip host ace and not helios\fP
|
|
|
|
.fi
|
|
|
|
.RE
|
|
|
|
.LP
|
|
|
|
To print all traffic between local hosts and hosts at Berkeley:
|
|
|
|
.RS
|
|
|
|
.nf
|
|
|
|
.B
|
|
|
|
tcpdump net ucb-ether
|
|
|
|
.fi
|
|
|
|
.RE
|
|
|
|
.LP
|
|
|
|
To print all ftp traffic through internet gateway \fIsnup\fP:
|
|
|
|
(note that the expression is quoted to prevent the shell from
|
|
|
|
(mis-)interpreting the parentheses):
|
|
|
|
.RS
|
|
|
|
.nf
|
|
|
|
.B
|
|
|
|
tcpdump 'gateway snup and (port ftp or ftp-data)'
|
|
|
|
.fi
|
|
|
|
.RE
|
|
|
|
.LP
|
|
|
|
To print traffic neither sourced from nor destined for local hosts
|
|
|
|
(if you gateway to one other net, this stuff should never make it
|
|
|
|
onto your local net).
|
|
|
|
.RS
|
|
|
|
.nf
|
|
|
|
.B
|
|
|
|
tcpdump ip and not net \fIlocalnet\fP
|
|
|
|
.fi
|
|
|
|
.RE
|
|
|
|
.LP
|
|
|
|
To print the start and end packets (the SYN and FIN packets) of each
|
|
|
|
TCP conversation that involves a non-local host.
|
|
|
|
.RS
|
|
|
|
.nf
|
|
|
|
.B
|
2001-02-25 09:00:25 +08:00
|
|
|
tcpdump 'tcp[tcpflags] & (tcp-syn|tcp-fin) != 0 and not src and dst net \fIlocalnet\fP'
|
1999-10-08 07:47:09 +08:00
|
|
|
.fi
|
|
|
|
.RE
|
|
|
|
.LP
|
2004-11-26 08:17:26 +08:00
|
|
|
To print all IPv4 HTTP packets to and from port 80, i.e. print only
|
|
|
|
packets that contain data, not, for example, SYN and FIN packets and
|
|
|
|
ACK-only packets. (IPv6 is left as an exercise for the reader.)
|
|
|
|
.RS
|
|
|
|
.nf
|
|
|
|
.B
|
|
|
|
tcpdump 'tcp port 80 and (((ip[2:2] - ((ip[0]&0xf)<<2)) - ((tcp[12]&0xf0)>>2)) != 0)'
|
|
|
|
.fi
|
|
|
|
.RE
|
|
|
|
.LP
|
1999-10-08 07:47:09 +08:00
|
|
|
To print IP packets longer than 576 bytes sent through gateway \fIsnup\fP:
|
|
|
|
.RS
|
|
|
|
.nf
|
|
|
|
.B
|
|
|
|
tcpdump 'gateway snup and ip[2:2] > 576'
|
|
|
|
.fi
|
|
|
|
.RE
|
|
|
|
.LP
|
|
|
|
To print IP broadcast or multicast packets that were
|
|
|
|
.I not
|
2004-09-24 09:14:20 +08:00
|
|
|
sent via Ethernet broadcast or multicast:
|
1999-10-08 07:47:09 +08:00
|
|
|
.RS
|
|
|
|
.nf
|
|
|
|
.B
|
|
|
|
tcpdump 'ether[0] & 1 = 0 and ip[16] >= 224'
|
|
|
|
.fi
|
|
|
|
.RE
|
|
|
|
.LP
|
|
|
|
To print all ICMP packets that are not echo requests/replies (i.e., not
|
|
|
|
ping packets):
|
|
|
|
.RS
|
|
|
|
.nf
|
|
|
|
.B
|
2001-02-25 09:00:25 +08:00
|
|
|
tcpdump 'icmp[icmptype] != icmp-echo and icmp[icmptype] != icmp-echoreply'
|
1999-10-08 07:47:09 +08:00
|
|
|
.fi
|
|
|
|
.RE
|
|
|
|
.SH OUTPUT FORMAT
|
|
|
|
.LP
|
2001-06-25 11:18:27 +08:00
|
|
|
The output of \fItcpdump\fP is protocol dependent.
|
|
|
|
The following
|
1999-10-08 07:47:09 +08:00
|
|
|
gives a brief description and examples of most of the formats.
|
|
|
|
.de HD
|
|
|
|
.sp 1.5
|
|
|
|
.B
|
|
|
|
..
|
|
|
|
.HD
|
|
|
|
Link Level Headers
|
|
|
|
.LP
|
|
|
|
If the '-e' option is given, the link level header is printed out.
|
2004-09-24 09:14:20 +08:00
|
|
|
On Ethernets, the source and destination addresses, protocol,
|
1999-10-08 07:47:09 +08:00
|
|
|
and packet length are printed.
|
|
|
|
.LP
|
|
|
|
On FDDI networks, the '-e' option causes \fItcpdump\fP to print
|
|
|
|
the `frame control' field, the source and destination addresses,
|
2001-06-25 11:18:27 +08:00
|
|
|
and the packet length.
|
|
|
|
(The `frame control' field governs the
|
|
|
|
interpretation of the rest of the packet.
|
|
|
|
Normal packets (such
|
1999-10-08 07:47:09 +08:00
|
|
|
as those containing IP datagrams) are `async' packets, with a priority
|
2001-06-25 11:18:27 +08:00
|
|
|
value between 0 and 7; for example, `\fBasync4\fR'.
|
|
|
|
Such packets
|
1999-10-08 07:47:09 +08:00
|
|
|
are assumed to contain an 802.2 Logical Link Control (LLC) packet;
|
|
|
|
the LLC header is printed if it is \fInot\fR an ISO datagram or a
|
|
|
|
so-called SNAP packet.
|
|
|
|
.LP
|
2000-07-25 14:09:32 +08:00
|
|
|
On Token Ring networks, the '-e' option causes \fItcpdump\fP to print
|
|
|
|
the `access control' and `frame control' fields, the source and
|
2001-06-25 11:18:27 +08:00
|
|
|
destination addresses, and the packet length.
|
|
|
|
As on FDDI networks,
|
|
|
|
packets are assumed to contain an LLC packet.
|
|
|
|
Regardless of whether
|
2000-07-25 14:09:32 +08:00
|
|
|
the '-e' option is specified or not, the source routing information is
|
|
|
|
printed for source-routed packets.
|
|
|
|
.LP
|
2002-08-08 16:41:56 +08:00
|
|
|
On 802.11 networks, the '-e' option causes \fItcpdump\fP to print
|
|
|
|
the `frame control' fields, all of the addresses in the 802.11 header,
|
|
|
|
and the packet length.
|
|
|
|
As on FDDI networks,
|
|
|
|
packets are assumed to contain an LLC packet.
|
|
|
|
.LP
|
1999-10-08 07:47:09 +08:00
|
|
|
\fI(N.B.: The following description assumes familiarity with
|
|
|
|
the SLIP compression algorithm described in RFC-1144.)\fP
|
|
|
|
.LP
|
|
|
|
On SLIP links, a direction indicator (``I'' for inbound, ``O'' for outbound),
|
|
|
|
packet type, and compression information are printed out.
|
|
|
|
The packet type is printed first.
|
|
|
|
The three types are \fIip\fP, \fIutcp\fP, and \fIctcp\fP.
|
|
|
|
No further link information is printed for \fIip\fR packets.
|
|
|
|
For TCP packets, the connection identifier is printed following the type.
|
|
|
|
If the packet is compressed, its encoded header is printed out.
|
|
|
|
The special cases are printed out as
|
|
|
|
\fB*S+\fIn\fR and \fB*SA+\fIn\fR, where \fIn\fR is the amount by which
|
|
|
|
the sequence number (or sequence number and ack) has changed.
|
|
|
|
If it is not a special case,
|
|
|
|
zero or more changes are printed.
|
|
|
|
A change is indicated by U (urgent pointer), W (window), A (ack),
|
|
|
|
S (sequence number), and I (packet ID), followed by a delta (+n or -n),
|
|
|
|
or a new value (=n).
|
|
|
|
Finally, the amount of data in the packet and compressed header length
|
|
|
|
are printed.
|
|
|
|
.LP
|
|
|
|
For example, the following line shows an outbound compressed TCP packet,
|
|
|
|
with an implicit connection identifier; the ack has changed by 6,
|
|
|
|
the sequence number by 49, and the packet ID by 6; there are 3 bytes of
|
|
|
|
data and 6 bytes of compressed header:
|
|
|
|
.RS
|
|
|
|
.nf
|
|
|
|
\fBO ctcp * A+6 S+49 I+6 3 (6)\fP
|
|
|
|
.fi
|
|
|
|
.RE
|
|
|
|
.HD
|
|
|
|
ARP/RARP Packets
|
|
|
|
.LP
|
2001-06-25 11:18:27 +08:00
|
|
|
Arp/rarp output shows the type of request and its arguments.
|
|
|
|
The
|
1999-10-08 07:47:09 +08:00
|
|
|
format is intended to be self explanatory.
|
|
|
|
Here is a short sample taken from the start of an `rlogin' from
|
|
|
|
host \fIrtsg\fP to host \fIcsam\fP:
|
|
|
|
.RS
|
|
|
|
.nf
|
|
|
|
.sp .5
|
|
|
|
\f(CWarp who-has csam tell rtsg
|
2000-07-13 14:36:57 +08:00
|
|
|
arp reply csam is-at CSAM\fR
|
1999-10-08 07:47:09 +08:00
|
|
|
.sp .5
|
|
|
|
.fi
|
|
|
|
.RE
|
|
|
|
The first line says that rtsg sent an arp packet asking
|
2004-09-24 09:14:20 +08:00
|
|
|
for the Ethernet address of internet host csam.
|
2001-06-25 11:18:27 +08:00
|
|
|
Csam
|
2004-09-24 09:14:20 +08:00
|
|
|
replies with its Ethernet address (in this example, Ethernet addresses
|
1999-10-08 07:47:09 +08:00
|
|
|
are in caps and internet addresses in lower case).
|
|
|
|
.LP
|
2001-07-06 06:58:29 +08:00
|
|
|
This would look less redundant if we had done \fItcpdump \-n\fP:
|
1999-10-08 07:47:09 +08:00
|
|
|
.RS
|
|
|
|
.nf
|
|
|
|
.sp .5
|
|
|
|
\f(CWarp who-has 128.3.254.6 tell 128.3.254.68
|
|
|
|
arp reply 128.3.254.6 is-at 02:07:01:00:01:c4\fP
|
|
|
|
.fi
|
|
|
|
.RE
|
|
|
|
.LP
|
2001-07-06 06:58:29 +08:00
|
|
|
If we had done \fItcpdump \-e\fP, the fact that the first packet is
|
1999-10-08 07:47:09 +08:00
|
|
|
broadcast and the second is point-to-point would be visible:
|
|
|
|
.RS
|
|
|
|
.nf
|
|
|
|
.sp .5
|
|
|
|
\f(CWRTSG Broadcast 0806 64: arp who-has csam tell rtsg
|
2000-07-13 14:36:57 +08:00
|
|
|
CSAM RTSG 0806 64: arp reply csam is-at CSAM\fR
|
1999-10-08 07:47:09 +08:00
|
|
|
.sp .5
|
|
|
|
.fi
|
|
|
|
.RE
|
2004-09-24 09:14:20 +08:00
|
|
|
For the first packet this says the Ethernet source address is RTSG, the
|
|
|
|
destination is the Ethernet broadcast address, the type field
|
1999-10-08 07:47:09 +08:00
|
|
|
contained hex 0806 (type ETHER_ARP) and the total length was 64 bytes.
|
|
|
|
.HD
|
|
|
|
TCP Packets
|
|
|
|
.LP
|
|
|
|
\fI(N.B.:The following description assumes familiarity with
|
2001-06-25 11:18:27 +08:00
|
|
|
the TCP protocol described in RFC-793.
|
|
|
|
If you are not familiar
|
2000-07-25 14:09:32 +08:00
|
|
|
with the protocol, neither this description nor \fItcpdump\fP will
|
1999-10-08 07:47:09 +08:00
|
|
|
be of much use to you.)\fP
|
|
|
|
.LP
|
|
|
|
The general format of a tcp protocol line is:
|
|
|
|
.RS
|
|
|
|
.nf
|
|
|
|
.sp .5
|
|
|
|
\fIsrc > dst: flags data-seqno ack window urgent options\fP
|
|
|
|
.sp .5
|
|
|
|
.fi
|
|
|
|
.RE
|
|
|
|
\fISrc\fP and \fIdst\fP are the source and destination IP
|
2001-06-25 11:18:27 +08:00
|
|
|
addresses and ports.
|
|
|
|
\fIFlags\fP are some combination of S (SYN),
|
2010-06-05 11:10:07 +08:00
|
|
|
F (FIN), P (PUSH), R (RST), U (URG), W (ECN CWR), E (ECN-Echo) or
|
|
|
|
`.' (ACK), or `none' if no flags are set.
|
1999-10-08 07:47:09 +08:00
|
|
|
\fIData-seqno\fP describes the portion of sequence space covered
|
|
|
|
by the data in this packet (see example below).
|
|
|
|
\fIAck\fP is sequence number of the next data expected the other
|
|
|
|
direction on this connection.
|
|
|
|
\fIWindow\fP is the number of bytes of receive buffer space available
|
|
|
|
the other direction on this connection.
|
|
|
|
\fIUrg\fP indicates there is `urgent' data in the packet.
|
|
|
|
\fIOptions\fP are tcp options enclosed in angle brackets (e.g., <mss 1024>).
|
|
|
|
.LP
|
2001-06-25 11:18:27 +08:00
|
|
|
\fISrc, dst\fP and \fIflags\fP are always present.
|
|
|
|
The other fields
|
1999-10-08 07:47:09 +08:00
|
|
|
depend on the contents of the packet's tcp protocol header and
|
|
|
|
are output only if appropriate.
|
|
|
|
.LP
|
|
|
|
Here is the opening portion of an rlogin from host \fIrtsg\fP to
|
|
|
|
host \fIcsam\fP.
|
|
|
|
.RS
|
|
|
|
.nf
|
|
|
|
.sp .5
|
|
|
|
\s-2\f(CWrtsg.1023 > csam.login: S 768512:768512(0) win 4096 <mss 1024>
|
|
|
|
csam.login > rtsg.1023: S 947648:947648(0) ack 768513 win 4096 <mss 1024>
|
|
|
|
rtsg.1023 > csam.login: . ack 1 win 4096
|
|
|
|
rtsg.1023 > csam.login: P 1:2(1) ack 1 win 4096
|
|
|
|
csam.login > rtsg.1023: . ack 2 win 4096
|
|
|
|
rtsg.1023 > csam.login: P 2:21(19) ack 1 win 4096
|
|
|
|
csam.login > rtsg.1023: P 1:2(1) ack 21 win 4077
|
|
|
|
csam.login > rtsg.1023: P 2:3(1) ack 21 win 4077 urg 1
|
2000-07-13 14:36:57 +08:00
|
|
|
csam.login > rtsg.1023: P 3:4(1) ack 21 win 4077 urg 1\fR\s+2
|
1999-10-08 07:47:09 +08:00
|
|
|
.sp .5
|
|
|
|
.fi
|
|
|
|
.RE
|
|
|
|
The first line says that tcp port 1023 on rtsg sent a packet
|
|
|
|
to port \fIlogin\fP
|
2001-06-25 11:18:27 +08:00
|
|
|
on csam.
|
|
|
|
The \fBS\fP indicates that the \fISYN\fP flag was set.
|
1999-10-08 07:47:09 +08:00
|
|
|
The packet sequence number was 768512 and it contained no data.
|
|
|
|
(The notation is `first:last(nbytes)' which means `sequence
|
|
|
|
numbers \fIfirst\fP
|
|
|
|
up to but not including \fIlast\fP which is \fInbytes\fP bytes of user data'.)
|
|
|
|
There was no piggy-backed ack, the available receive window was 4096
|
|
|
|
bytes and there was a max-segment-size option requesting an mss of
|
|
|
|
1024 bytes.
|
|
|
|
.LP
|
|
|
|
Csam replies with a similar packet except it includes a piggy-backed
|
2001-06-25 11:18:27 +08:00
|
|
|
ack for rtsg's SYN.
|
|
|
|
Rtsg then acks csam's SYN.
|
2010-06-05 11:10:07 +08:00
|
|
|
The `.' means the ACK flag was set.
|
1999-10-08 07:47:09 +08:00
|
|
|
The packet contained no data so there is no data sequence number.
|
|
|
|
Note that the ack sequence
|
2001-06-25 11:18:27 +08:00
|
|
|
number is a small integer (1).
|
|
|
|
The first time \fItcpdump\fP sees a
|
1999-10-08 07:47:09 +08:00
|
|
|
tcp `conversation', it prints the sequence number from the packet.
|
|
|
|
On subsequent packets of the conversation, the difference between
|
|
|
|
the current packet's sequence number and this initial sequence number
|
2001-06-25 11:18:27 +08:00
|
|
|
is printed.
|
|
|
|
This means that sequence numbers after the
|
1999-10-08 07:47:09 +08:00
|
|
|
first can be interpreted
|
|
|
|
as relative byte positions in the conversation's data stream (with the
|
2001-06-25 11:18:27 +08:00
|
|
|
first data byte each direction being `1').
|
|
|
|
`-S' will override this
|
1999-10-08 07:47:09 +08:00
|
|
|
feature, causing the original sequence numbers to be output.
|
|
|
|
.LP
|
|
|
|
On the 6th line, rtsg sends csam 19 bytes of data (bytes 2 through 20
|
|
|
|
in the rtsg \(-> csam side of the conversation).
|
|
|
|
The PUSH flag is set in the packet.
|
|
|
|
On the 7th line, csam says it's received data sent by rtsg up to
|
2001-06-25 11:18:27 +08:00
|
|
|
but not including byte 21.
|
|
|
|
Most of this data is apparently sitting in the
|
1999-10-08 07:47:09 +08:00
|
|
|
socket buffer since csam's receive window has gotten 19 bytes smaller.
|
|
|
|
Csam also sends one byte of data to rtsg in this packet.
|
|
|
|
On the 8th and 9th lines,
|
|
|
|
csam sends two bytes of urgent, pushed data to rtsg.
|
|
|
|
.LP
|
2000-07-25 14:09:32 +08:00
|
|
|
If the snapshot was small enough that \fItcpdump\fP didn't capture
|
1999-10-08 07:47:09 +08:00
|
|
|
the full TCP header, it interprets as much of the header as it can
|
|
|
|
and then reports ``[|\fItcp\fP]'' to indicate the remainder could not
|
2001-06-25 11:18:27 +08:00
|
|
|
be interpreted.
|
|
|
|
If the header contains a bogus option (one with a length
|
2000-07-25 14:09:32 +08:00
|
|
|
that's either too small or beyond the end of the header), \fItcpdump\fP
|
|
|
|
reports it as ``[\fIbad opt\fP]'' and does not interpret any further
|
2001-06-25 11:18:27 +08:00
|
|
|
options (since it's impossible to tell where they start).
|
|
|
|
If the header
|
2000-07-25 14:09:32 +08:00
|
|
|
length indicates options are present but the IP datagram length is not
|
|
|
|
long enough for the options to actually be there, \fItcpdump\fP reports
|
|
|
|
it as ``[\fIbad hdr length\fP]''.
|
1999-10-08 07:47:09 +08:00
|
|
|
.HD
|
2000-06-12 00:51:09 +08:00
|
|
|
.B Capturing TCP packets with particular flag combinations (SYN-ACK, URG-ACK, etc.)
|
|
|
|
.PP
|
2001-10-20 04:03:08 +08:00
|
|
|
There are 8 bits in the control bits section of the TCP header:
|
2000-06-12 00:51:09 +08:00
|
|
|
.IP
|
2001-10-20 04:03:08 +08:00
|
|
|
.I CWR | ECE | URG | ACK | PSH | RST | SYN | FIN
|
2000-06-12 00:51:09 +08:00
|
|
|
.PP
|
|
|
|
Let's assume that we want to watch packets used in establishing
|
2001-06-25 11:18:27 +08:00
|
|
|
a TCP connection.
|
|
|
|
Recall that TCP uses a 3-way handshake protocol
|
2000-06-12 00:51:09 +08:00
|
|
|
when it initializes a new connection; the connection sequence with
|
|
|
|
regard to the TCP control bits is
|
|
|
|
.PP
|
|
|
|
.RS
|
|
|
|
1) Caller sends SYN
|
|
|
|
.RE
|
|
|
|
.RS
|
|
|
|
2) Recipient responds with SYN, ACK
|
|
|
|
.RE
|
|
|
|
.RS
|
|
|
|
3) Caller sends ACK
|
|
|
|
.RE
|
|
|
|
.PP
|
|
|
|
Now we're interested in capturing packets that have only the
|
2001-06-25 11:18:27 +08:00
|
|
|
SYN bit set (Step 1).
|
|
|
|
Note that we don't want packets from step 2
|
|
|
|
(SYN-ACK), just a plain initial SYN.
|
|
|
|
What we need is a correct filter
|
2000-07-25 14:09:32 +08:00
|
|
|
expression for \fItcpdump\fP.
|
2000-06-12 00:51:09 +08:00
|
|
|
.PP
|
|
|
|
Recall the structure of a TCP header without options:
|
|
|
|
.PP
|
|
|
|
.nf
|
|
|
|
0 15 31
|
|
|
|
-----------------------------------------------------------------
|
|
|
|
| source port | destination port |
|
|
|
|
-----------------------------------------------------------------
|
|
|
|
| sequence number |
|
|
|
|
-----------------------------------------------------------------
|
|
|
|
| acknowledgment number |
|
|
|
|
-----------------------------------------------------------------
|
2001-10-20 04:03:08 +08:00
|
|
|
| HL | rsvd |C|E|U|A|P|R|S|F| window size |
|
2000-06-12 00:51:09 +08:00
|
|
|
-----------------------------------------------------------------
|
|
|
|
| TCP checksum | urgent pointer |
|
|
|
|
-----------------------------------------------------------------
|
|
|
|
.fi
|
|
|
|
.PP
|
|
|
|
A TCP header usually holds 20 octets of data, unless options are
|
2001-06-25 11:18:27 +08:00
|
|
|
present.
|
2001-10-20 04:03:08 +08:00
|
|
|
The first line of the graph contains octets 0 - 3, the
|
2000-06-12 00:51:09 +08:00
|
|
|
second line shows octets 4 - 7 etc.
|
|
|
|
.PP
|
|
|
|
Starting to count with 0, the relevant TCP control bits are contained
|
|
|
|
in octet 13:
|
|
|
|
.PP
|
|
|
|
.nf
|
|
|
|
0 7| 15| 23| 31
|
|
|
|
----------------|---------------|---------------|----------------
|
2001-10-20 04:03:08 +08:00
|
|
|
| HL | rsvd |C|E|U|A|P|R|S|F| window size |
|
2000-06-12 00:51:09 +08:00
|
|
|
----------------|---------------|---------------|----------------
|
|
|
|
| | 13th octet | | |
|
|
|
|
.fi
|
|
|
|
.PP
|
|
|
|
Let's have a closer look at octet no. 13:
|
|
|
|
.PP
|
|
|
|
.nf
|
|
|
|
| |
|
|
|
|
|---------------|
|
2001-10-20 04:03:08 +08:00
|
|
|
|C|E|U|A|P|R|S|F|
|
2000-06-12 00:51:09 +08:00
|
|
|
|---------------|
|
|
|
|
|7 5 3 0|
|
|
|
|
.fi
|
|
|
|
.PP
|
2001-10-20 04:03:08 +08:00
|
|
|
These are the TCP control bits we are interested
|
2001-06-25 11:18:27 +08:00
|
|
|
in.
|
|
|
|
We have numbered the bits in this octet from 0 to 7, right to
|
2000-06-12 00:51:09 +08:00
|
|
|
left, so the PSH bit is bit number 3, while the URG bit is number 5.
|
|
|
|
.PP
|
|
|
|
Recall that we want to capture packets with only SYN set.
|
|
|
|
Let's see what happens to octet 13 if a TCP datagram arrives
|
|
|
|
with the SYN bit set in its header:
|
|
|
|
.PP
|
|
|
|
.nf
|
2001-10-20 04:03:08 +08:00
|
|
|
|C|E|U|A|P|R|S|F|
|
2000-06-12 00:51:09 +08:00
|
|
|
|---------------|
|
|
|
|
|0 0 0 0 0 0 1 0|
|
|
|
|
|---------------|
|
|
|
|
|7 6 5 4 3 2 1 0|
|
|
|
|
.fi
|
|
|
|
.PP
|
2001-06-25 11:18:27 +08:00
|
|
|
Looking at the
|
2000-06-12 00:51:09 +08:00
|
|
|
control bits section we see that only bit number 1 (SYN) is set.
|
|
|
|
.PP
|
|
|
|
Assuming that octet number 13 is an 8-bit unsigned integer in
|
|
|
|
network byte order, the binary value of this octet is
|
|
|
|
.IP
|
|
|
|
00000010
|
|
|
|
.PP
|
|
|
|
and its decimal representation is
|
|
|
|
.PP
|
|
|
|
.nf
|
|
|
|
7 6 5 4 3 2 1 0
|
|
|
|
0*2 + 0*2 + 0*2 + 0*2 + 0*2 + 0*2 + 1*2 + 0*2 = 2
|
|
|
|
.fi
|
|
|
|
.PP
|
|
|
|
We're almost done, because now we know that if only SYN is set,
|
|
|
|
the value of the 13th octet in the TCP header, when interpreted
|
|
|
|
as a 8-bit unsigned integer in network byte order, must be exactly 2.
|
|
|
|
.PP
|
|
|
|
This relationship can be expressed as
|
|
|
|
.RS
|
|
|
|
.B
|
|
|
|
tcp[13] == 2
|
|
|
|
.RE
|
|
|
|
.PP
|
2000-07-25 14:09:32 +08:00
|
|
|
We can use this expression as the filter for \fItcpdump\fP in order
|
2000-06-12 00:51:09 +08:00
|
|
|
to watch packets which have only SYN set:
|
|
|
|
.RS
|
|
|
|
.B
|
|
|
|
tcpdump -i xl0 tcp[13] == 2
|
|
|
|
.RE
|
|
|
|
.PP
|
|
|
|
The expression says "let the 13th octet of a TCP datagram have
|
|
|
|
the decimal value 2", which is exactly what we want.
|
|
|
|
.PP
|
|
|
|
Now, let's assume that we need to capture SYN packets, but we
|
|
|
|
don't care if ACK or any other TCP control bit is set at the
|
2001-06-25 11:18:27 +08:00
|
|
|
same time.
|
|
|
|
Let's see what happens to octet 13 when a TCP datagram
|
2000-06-12 00:51:09 +08:00
|
|
|
with SYN-ACK set arrives:
|
|
|
|
.PP
|
|
|
|
.nf
|
2001-10-20 04:03:08 +08:00
|
|
|
|C|E|U|A|P|R|S|F|
|
2000-06-12 00:51:09 +08:00
|
|
|
|---------------|
|
|
|
|
|0 0 0 1 0 0 1 0|
|
|
|
|
|---------------|
|
|
|
|
|7 6 5 4 3 2 1 0|
|
|
|
|
.fi
|
|
|
|
.PP
|
2001-06-25 11:18:27 +08:00
|
|
|
Now bits 1 and 4 are set in the 13th octet.
|
|
|
|
The binary value of
|
2000-06-12 00:51:09 +08:00
|
|
|
octet 13 is
|
|
|
|
.IP
|
|
|
|
00010010
|
|
|
|
.PP
|
|
|
|
which translates to decimal
|
|
|
|
.PP
|
|
|
|
.nf
|
|
|
|
7 6 5 4 3 2 1 0
|
|
|
|
0*2 + 0*2 + 0*2 + 1*2 + 0*2 + 0*2 + 1*2 + 0*2 = 18
|
|
|
|
.fi
|
|
|
|
.PP
|
2000-07-25 14:09:32 +08:00
|
|
|
Now we can't just use 'tcp[13] == 18' in the \fItcpdump\fP filter
|
|
|
|
expression, because that would select only those packets that have
|
2001-06-25 11:18:27 +08:00
|
|
|
SYN-ACK set, but not those with only SYN set.
|
|
|
|
Remember that we don't care
|
2000-06-12 00:51:09 +08:00
|
|
|
if ACK or any other control bit is set as long as SYN is set.
|
|
|
|
.PP
|
|
|
|
In order to achieve our goal, we need to logically AND the
|
|
|
|
binary value of octet 13 with some other value to preserve
|
2001-06-25 11:18:27 +08:00
|
|
|
the SYN bit.
|
|
|
|
We know that we want SYN to be set in any case,
|
2000-06-12 00:51:09 +08:00
|
|
|
so we'll logically AND the value in the 13th octet with
|
|
|
|
the binary value of a SYN:
|
|
|
|
.PP
|
|
|
|
.nf
|
|
|
|
|
|
|
|
00010010 SYN-ACK 00000010 SYN
|
|
|
|
AND 00000010 (we want SYN) AND 00000010 (we want SYN)
|
|
|
|
-------- --------
|
|
|
|
= 00000010 = 00000010
|
|
|
|
.fi
|
|
|
|
.PP
|
|
|
|
We see that this AND operation delivers the same result
|
|
|
|
regardless whether ACK or another TCP control bit is set.
|
|
|
|
The decimal representation of the AND value as well as
|
|
|
|
the result of this operation is 2 (binary 00000010),
|
|
|
|
so we know that for packets with SYN set the following
|
|
|
|
relation must hold true:
|
|
|
|
.IP
|
|
|
|
( ( value of octet 13 ) AND ( 2 ) ) == ( 2 )
|
|
|
|
.PP
|
2000-07-25 14:09:32 +08:00
|
|
|
This points us to the \fItcpdump\fP filter expression
|
2000-06-12 00:51:09 +08:00
|
|
|
.RS
|
|
|
|
.B
|
|
|
|
tcpdump -i xl0 'tcp[13] & 2 == 2'
|
|
|
|
.RE
|
|
|
|
.PP
|
2010-01-27 07:46:37 +08:00
|
|
|
Some offsets and field values may be expressed as names
|
|
|
|
rather than as numeric values. For example tcp[13] may
|
|
|
|
be replaced with tcp[tcpflags]. The following TCP flag
|
|
|
|
field values are also available: tcp-fin, tcp-syn, tcp-rst,
|
|
|
|
tcp-push, tcp-act, tcp-urg.
|
|
|
|
.PP
|
|
|
|
This can be demonstrated as:
|
|
|
|
.RS
|
|
|
|
.B
|
|
|
|
tcpdump -i xl0 'tcp[tcpflags] & tcp-push != 0'
|
|
|
|
.RE
|
|
|
|
.PP
|
2000-06-12 00:51:09 +08:00
|
|
|
Note that you should use single quotes or a backslash
|
|
|
|
in the expression to hide the AND ('&') special character
|
|
|
|
from the shell.
|
|
|
|
.HD
|
1999-10-08 07:47:09 +08:00
|
|
|
.B
|
|
|
|
UDP Packets
|
|
|
|
.LP
|
|
|
|
UDP format is illustrated by this rwho packet:
|
|
|
|
.RS
|
|
|
|
.nf
|
|
|
|
.sp .5
|
|
|
|
\f(CWactinide.who > broadcast.who: udp 84\fP
|
|
|
|
.sp .5
|
|
|
|
.fi
|
|
|
|
.RE
|
|
|
|
This says that port \fIwho\fP on host \fIactinide\fP sent a udp
|
|
|
|
datagram to port \fIwho\fP on host \fIbroadcast\fP, the Internet
|
2001-06-25 11:18:27 +08:00
|
|
|
broadcast address.
|
|
|
|
The packet contained 84 bytes of user data.
|
1999-10-08 07:47:09 +08:00
|
|
|
.LP
|
|
|
|
Some UDP services are recognized (from the source or destination
|
|
|
|
port number) and the higher level protocol information printed.
|
|
|
|
In particular, Domain Name service requests (RFC-1034/1035) and Sun
|
|
|
|
RPC calls (RFC-1050) to NFS.
|
|
|
|
.HD
|
|
|
|
UDP Name Server Requests
|
|
|
|
.LP
|
|
|
|
\fI(N.B.:The following description assumes familiarity with
|
2001-06-25 11:18:27 +08:00
|
|
|
the Domain Service protocol described in RFC-1035.
|
|
|
|
If you are not familiar
|
1999-10-08 07:47:09 +08:00
|
|
|
with the protocol, the following description will appear to be written
|
|
|
|
in greek.)\fP
|
|
|
|
.LP
|
|
|
|
Name server requests are formatted as
|
|
|
|
.RS
|
|
|
|
.nf
|
|
|
|
.sp .5
|
|
|
|
\fIsrc > dst: id op? flags qtype qclass name (len)\fP
|
|
|
|
.sp .5
|
2000-07-13 14:36:57 +08:00
|
|
|
\f(CWh2opolo.1538 > helios.domain: 3+ A? ucbvax.berkeley.edu. (37)\fR
|
1999-10-08 07:47:09 +08:00
|
|
|
.sp .5
|
|
|
|
.fi
|
|
|
|
.RE
|
|
|
|
Host \fIh2opolo\fP asked the domain server on \fIhelios\fP for an
|
|
|
|
address record (qtype=A) associated with the name \fIucbvax.berkeley.edu.\fP
|
2001-06-25 11:18:27 +08:00
|
|
|
The query id was `3'.
|
|
|
|
The `+' indicates the \fIrecursion desired\fP flag
|
|
|
|
was set.
|
|
|
|
The query length was 37 bytes, not including the UDP and
|
|
|
|
IP protocol headers.
|
|
|
|
The query operation was the normal one, \fIQuery\fP,
|
|
|
|
so the op field was omitted.
|
|
|
|
If the op had been anything else, it would
|
1999-10-08 07:47:09 +08:00
|
|
|
have been printed between the `3' and the `+'.
|
|
|
|
Similarly, the qclass was the normal one,
|
2001-06-25 11:18:27 +08:00
|
|
|
\fIC_IN\fP, and omitted.
|
|
|
|
Any other qclass would have been printed
|
1999-10-08 07:47:09 +08:00
|
|
|
immediately after the `A'.
|
|
|
|
.LP
|
|
|
|
A few anomalies are checked and may result in extra fields enclosed in
|
2002-01-04 15:37:49 +08:00
|
|
|
square brackets: If a query contains an answer, authority records or
|
|
|
|
additional records section,
|
1999-10-08 07:47:09 +08:00
|
|
|
.IR ancount ,
|
|
|
|
.IR nscount ,
|
|
|
|
or
|
|
|
|
.I arcount
|
|
|
|
are printed as `[\fIn\fPa]', `[\fIn\fPn]' or `[\fIn\fPau]' where \fIn\fP
|
|
|
|
is the appropriate count.
|
|
|
|
If any of the response bits are set (AA, RA or rcode) or any of the
|
|
|
|
`must be zero' bits are set in bytes two and three, `[b2&3=\fIx\fP]'
|
|
|
|
is printed, where \fIx\fP is the hex value of header bytes two and three.
|
|
|
|
.HD
|
|
|
|
UDP Name Server Responses
|
|
|
|
.LP
|
|
|
|
Name server responses are formatted as
|
|
|
|
.RS
|
|
|
|
.nf
|
|
|
|
.sp .5
|
|
|
|
\fIsrc > dst: id op rcode flags a/n/au type class data (len)\fP
|
|
|
|
.sp .5
|
|
|
|
\f(CWhelios.domain > h2opolo.1538: 3 3/3/7 A 128.32.137.3 (273)
|
2000-07-13 14:36:57 +08:00
|
|
|
helios.domain > h2opolo.1537: 2 NXDomain* 0/1/0 (97)\fR
|
1999-10-08 07:47:09 +08:00
|
|
|
.sp .5
|
|
|
|
.fi
|
|
|
|
.RE
|
|
|
|
In the first example, \fIhelios\fP responds to query id 3 from \fIh2opolo\fP
|
2002-01-04 15:37:49 +08:00
|
|
|
with 3 answer records, 3 name server records and 7 additional records.
|
1999-10-08 07:47:09 +08:00
|
|
|
The first answer record is type A (address) and its data is internet
|
2001-06-25 11:18:27 +08:00
|
|
|
address 128.32.137.3.
|
|
|
|
The total size of the response was 273 bytes,
|
|
|
|
excluding UDP and IP headers.
|
|
|
|
The op (Query) and response code
|
1999-10-08 07:47:09 +08:00
|
|
|
(NoError) were omitted, as was the class (C_IN) of the A record.
|
|
|
|
.LP
|
|
|
|
In the second example, \fIhelios\fP responds to query 2 with a
|
|
|
|
response code of non-existent domain (NXDomain) with no answers,
|
2001-06-25 11:18:27 +08:00
|
|
|
one name server and no authority records.
|
|
|
|
The `*' indicates that
|
|
|
|
the \fIauthoritative answer\fP bit was set.
|
|
|
|
Since there were no
|
1999-10-08 07:47:09 +08:00
|
|
|
answers, no type, class or data were printed.
|
|
|
|
.LP
|
|
|
|
Other flag characters that might appear are `\-' (recursion available,
|
2001-06-25 11:18:27 +08:00
|
|
|
RA, \fInot\fP set) and `|' (truncated message, TC, set).
|
|
|
|
If the
|
1999-10-08 07:47:09 +08:00
|
|
|
`question' section doesn't contain exactly one entry, `[\fIn\fPq]'
|
|
|
|
is printed.
|
|
|
|
|
1999-11-21 23:57:50 +08:00
|
|
|
.HD
|
|
|
|
SMB/CIFS decoding
|
|
|
|
.LP
|
2000-07-25 14:09:32 +08:00
|
|
|
\fItcpdump\fP now includes fairly extensive SMB/CIFS/NBT decoding for data
|
2001-06-25 11:18:27 +08:00
|
|
|
on UDP/137, UDP/138 and TCP/139.
|
|
|
|
Some primitive decoding of IPX and
|
|
|
|
NetBEUI SMB data is also done.
|
1999-11-21 23:57:50 +08:00
|
|
|
|
|
|
|
By default a fairly minimal decode is done, with a much more detailed
|
2001-06-25 11:18:27 +08:00
|
|
|
decode done if -v is used.
|
|
|
|
Be warned that with -v a single SMB packet
|
1999-11-21 23:57:50 +08:00
|
|
|
may take up a page or more, so only use -v if you really want all the
|
|
|
|
gory details.
|
|
|
|
|
|
|
|
For information on SMB packet formats and what all te fields mean see
|
2003-03-31 13:13:35 +08:00
|
|
|
www.cifs.org or the pub/samba/specs/ directory on your favorite
|
2001-06-25 11:18:27 +08:00
|
|
|
samba.org mirror site.
|
|
|
|
The SMB patches were written by Andrew Tridgell
|
1999-11-21 23:57:50 +08:00
|
|
|
(tridge@samba.org).
|
|
|
|
|
1999-10-08 07:47:09 +08:00
|
|
|
.HD
|
|
|
|
NFS Requests and Replies
|
|
|
|
.LP
|
|
|
|
Sun NFS (Network File System) requests and replies are printed as:
|
|
|
|
.RS
|
|
|
|
.nf
|
|
|
|
.sp .5
|
|
|
|
\fIsrc.xid > dst.nfs: len op args\fP
|
|
|
|
\fIsrc.nfs > dst.xid: reply stat len op results\fP
|
|
|
|
.sp .5
|
|
|
|
\f(CW
|
|
|
|
sushi.6709 > wrl.nfs: 112 readlink fh 21,24/10.73165
|
|
|
|
wrl.nfs > sushi.6709: reply ok 40 readlink "../var"
|
|
|
|
sushi.201b > wrl.nfs:
|
|
|
|
144 lookup fh 9,74/4096.6878 "xcolors"
|
|
|
|
wrl.nfs > sushi.201b:
|
|
|
|
reply ok 128 lookup fh 9,74/4134.3150
|
2000-07-13 14:36:57 +08:00
|
|
|
\fR
|
1999-10-08 07:47:09 +08:00
|
|
|
.sp .5
|
|
|
|
.fi
|
|
|
|
.RE
|
|
|
|
In the first line, host \fIsushi\fP sends a transaction with id \fI6709\fP
|
|
|
|
to \fIwrl\fP (note that the number following the src host is a
|
2001-06-25 11:18:27 +08:00
|
|
|
transaction id, \fInot\fP the source port).
|
|
|
|
The request was 112 bytes,
|
|
|
|
excluding the UDP and IP headers.
|
|
|
|
The operation was a \fIreadlink\fP
|
1999-10-08 07:47:09 +08:00
|
|
|
(read symbolic link) on file handle (\fIfh\fP) 21,24/10.731657119.
|
|
|
|
(If one is lucky, as in this case, the file handle can be interpreted
|
|
|
|
as a major,minor device number pair, followed by the inode number and
|
|
|
|
generation number.)
|
|
|
|
\fIWrl\fP replies `ok' with the contents of the link.
|
|
|
|
.LP
|
|
|
|
In the third line, \fIsushi\fP asks \fIwrl\fP to lookup the name
|
2001-06-25 11:18:27 +08:00
|
|
|
`\fIxcolors\fP' in directory file 9,74/4096.6878.
|
|
|
|
Note that the data printed
|
|
|
|
depends on the operation type.
|
|
|
|
The format is intended to be self
|
1999-10-08 07:47:09 +08:00
|
|
|
explanatory if read in conjunction with
|
|
|
|
an NFS protocol spec.
|
|
|
|
.LP
|
|
|
|
If the \-v (verbose) flag is given, additional information is printed.
|
|
|
|
For example:
|
|
|
|
.RS
|
|
|
|
.nf
|
|
|
|
.sp .5
|
|
|
|
\f(CW
|
|
|
|
sushi.1372a > wrl.nfs:
|
|
|
|
148 read fh 21,11/12.195 8192 bytes @ 24576
|
|
|
|
wrl.nfs > sushi.1372a:
|
|
|
|
reply ok 1472 read REG 100664 ids 417/0 sz 29388
|
|
|
|
\fP
|
|
|
|
.sp .5
|
|
|
|
.fi
|
|
|
|
.RE
|
2000-07-29 14:06:27 +08:00
|
|
|
(\-v also prints the IP header TTL, ID, length, and fragmentation fields,
|
1999-10-08 07:47:09 +08:00
|
|
|
which have been omitted from this example.) In the first line,
|
|
|
|
\fIsushi\fP asks \fIwrl\fP to read 8192 bytes from file 21,11/12.195,
|
2001-06-25 11:18:27 +08:00
|
|
|
at byte offset 24576.
|
|
|
|
\fIWrl\fP replies `ok'; the packet shown on the
|
1999-10-08 07:47:09 +08:00
|
|
|
second line is the first fragment of the reply, and hence is only 1472
|
|
|
|
bytes long (the other bytes will follow in subsequent fragments, but
|
|
|
|
these fragments do not have NFS or even UDP headers and so might not be
|
2001-06-25 11:18:27 +08:00
|
|
|
printed, depending on the filter expression used).
|
|
|
|
Because the \-v flag
|
1999-10-08 07:47:09 +08:00
|
|
|
is given, some of the file attributes (which are returned in addition
|
|
|
|
to the file data) are printed: the file type (``REG'', for regular file),
|
|
|
|
the file mode (in octal), the uid and gid, and the file size.
|
|
|
|
.LP
|
|
|
|
If the \-v flag is given more than once, even more details are printed.
|
|
|
|
.LP
|
|
|
|
Note that NFS requests are very large and much of the detail won't be printed
|
2001-06-25 11:18:27 +08:00
|
|
|
unless \fIsnaplen\fP is increased.
|
|
|
|
Try using `\fB\-s 192\fP' to watch
|
1999-10-08 07:47:09 +08:00
|
|
|
NFS traffic.
|
|
|
|
.LP
|
2001-06-25 11:18:27 +08:00
|
|
|
NFS reply packets do not explicitly identify the RPC operation.
|
|
|
|
Instead,
|
1999-10-08 07:47:09 +08:00
|
|
|
\fItcpdump\fP keeps track of ``recent'' requests, and matches them to the
|
2001-06-25 11:18:27 +08:00
|
|
|
replies using the transaction ID.
|
|
|
|
If a reply does not closely follow the
|
1999-10-08 07:47:09 +08:00
|
|
|
corresponding request, it might not be parsable.
|
2000-01-28 07:53:49 +08:00
|
|
|
.HD
|
2000-07-13 14:36:57 +08:00
|
|
|
AFS Requests and Replies
|
2000-01-28 07:53:49 +08:00
|
|
|
.LP
|
|
|
|
Transarc AFS (Andrew File System) requests and replies are printed
|
|
|
|
as:
|
|
|
|
.HD
|
|
|
|
.RS
|
|
|
|
.nf
|
|
|
|
.sp .5
|
|
|
|
\fIsrc.sport > dst.dport: rx packet-type\fP
|
|
|
|
\fIsrc.sport > dst.dport: rx packet-type service call call-name args\fP
|
|
|
|
\fIsrc.sport > dst.dport: rx packet-type service reply call-name args\fP
|
|
|
|
.sp .5
|
|
|
|
\f(CW
|
|
|
|
elvis.7001 > pike.afsfs:
|
|
|
|
rx data fs call rename old fid 536876964/1/1 ".newsrc.new"
|
|
|
|
new fid 536876964/1/1 ".newsrc"
|
|
|
|
pike.afsfs > elvis.7001: rx data fs reply rename
|
2000-07-13 14:36:57 +08:00
|
|
|
\fR
|
2000-01-28 07:53:49 +08:00
|
|
|
.sp .5
|
|
|
|
.fi
|
|
|
|
.RE
|
2001-06-25 11:18:27 +08:00
|
|
|
In the first line, host elvis sends a RX packet to pike.
|
|
|
|
This was
|
2000-01-28 07:53:49 +08:00
|
|
|
a RX data packet to the fs (fileserver) service, and is the start of
|
2001-06-25 11:18:27 +08:00
|
|
|
an RPC call.
|
|
|
|
The RPC call was a rename, with the old directory file id
|
2000-01-28 07:53:49 +08:00
|
|
|
of 536876964/1/1 and an old filename of `.newsrc.new', and a new directory
|
2001-06-25 11:18:27 +08:00
|
|
|
file id of 536876964/1/1 and a new filename of `.newsrc'.
|
|
|
|
The host pike
|
2000-01-28 07:53:49 +08:00
|
|
|
responds with a RPC reply to the rename call (which was successful, because
|
|
|
|
it was a data packet and not an abort packet).
|
|
|
|
.LP
|
2001-06-25 11:18:27 +08:00
|
|
|
In general, all AFS RPCs are decoded at least by RPC call name.
|
|
|
|
Most
|
2000-01-28 07:53:49 +08:00
|
|
|
AFS RPCs have at least some of the arguments decoded (generally only
|
|
|
|
the `interesting' arguments, for some definition of interesting).
|
|
|
|
.LP
|
|
|
|
The format is intended to be self-describing, but it will probably
|
|
|
|
not be useful to people who are not familiar with the workings of
|
|
|
|
AFS and RX.
|
|
|
|
.LP
|
2000-07-29 16:10:05 +08:00
|
|
|
If the -v (verbose) flag is given twice, acknowledgement packets and
|
|
|
|
additional header information is printed, such as the the RX call ID,
|
|
|
|
call number, sequence number, serial number, and the RX packet flags.
|
2000-02-11 01:56:13 +08:00
|
|
|
.LP
|
2000-07-13 14:36:57 +08:00
|
|
|
If the -v flag is given twice, additional information is printed,
|
2000-02-11 01:56:13 +08:00
|
|
|
such as the the RX call ID, serial number, and the RX packet flags.
|
|
|
|
The MTU negotiation information is also printed from RX ack packets.
|
2000-01-28 07:53:49 +08:00
|
|
|
.LP
|
2000-07-13 14:36:57 +08:00
|
|
|
If the -v flag is given three times, the security index and service id
|
|
|
|
are printed.
|
2000-01-28 07:53:49 +08:00
|
|
|
.LP
|
|
|
|
Error codes are printed for abort packets, with the exception of Ubik
|
|
|
|
beacon packets (because abort packets are used to signify a yes vote
|
|
|
|
for the Ubik protocol).
|
|
|
|
.LP
|
|
|
|
Note that AFS requests are very large and many of the arguments won't
|
2001-06-25 11:18:27 +08:00
|
|
|
be printed unless \fIsnaplen\fP is increased.
|
|
|
|
Try using `\fB-s 256\fP'
|
2000-01-28 07:53:49 +08:00
|
|
|
to watch AFS traffic.
|
|
|
|
.LP
|
2001-06-25 11:18:27 +08:00
|
|
|
AFS reply packets do not explicitly identify the RPC operation.
|
|
|
|
Instead,
|
2000-01-28 07:53:49 +08:00
|
|
|
\fItcpdump\fP keeps track of ``recent'' requests, and matches them to the
|
2001-06-25 11:18:27 +08:00
|
|
|
replies using the call number and service ID.
|
|
|
|
If a reply does not closely
|
2000-01-28 07:53:49 +08:00
|
|
|
follow the
|
|
|
|
corresponding request, it might not be parsable.
|
|
|
|
|
1999-10-08 07:47:09 +08:00
|
|
|
.HD
|
2003-03-31 13:13:35 +08:00
|
|
|
KIP AppleTalk (DDP in UDP)
|
1999-10-08 07:47:09 +08:00
|
|
|
.LP
|
2003-03-31 13:13:35 +08:00
|
|
|
AppleTalk DDP packets encapsulated in UDP datagrams are de-encapsulated
|
1999-10-08 07:47:09 +08:00
|
|
|
and dumped as DDP packets (i.e., all the UDP header information is
|
2001-06-25 11:18:27 +08:00
|
|
|
discarded).
|
|
|
|
The file
|
1999-10-08 07:47:09 +08:00
|
|
|
.I /etc/atalk.names
|
2003-11-19 09:59:19 +08:00
|
|
|
is used to translate AppleTalk net and node numbers to names.
|
1999-10-08 07:47:09 +08:00
|
|
|
Lines in this file have the form
|
|
|
|
.RS
|
|
|
|
.nf
|
|
|
|
.sp .5
|
|
|
|
\fInumber name\fP
|
|
|
|
|
|
|
|
\f(CW1.254 ether
|
|
|
|
16.1 icsd-net
|
2000-07-13 14:36:57 +08:00
|
|
|
1.254.110 ace\fR
|
1999-10-08 07:47:09 +08:00
|
|
|
.sp .5
|
|
|
|
.fi
|
|
|
|
.RE
|
2003-11-19 09:59:19 +08:00
|
|
|
The first two lines give the names of AppleTalk networks.
|
2001-06-25 11:18:27 +08:00
|
|
|
The third
|
1999-10-08 07:47:09 +08:00
|
|
|
line gives the name of a particular host (a host is distinguished
|
|
|
|
from a net by the 3rd octet in the number \-
|
|
|
|
a net number \fImust\fP have two octets and a host number \fImust\fP
|
|
|
|
have three octets.) The number and name should be separated by
|
|
|
|
whitespace (blanks or tabs).
|
|
|
|
The
|
|
|
|
.I /etc/atalk.names
|
|
|
|
file may contain blank lines or comment lines (lines starting with
|
|
|
|
a `#').
|
|
|
|
.LP
|
2003-03-31 13:13:35 +08:00
|
|
|
AppleTalk addresses are printed in the form
|
1999-10-08 07:47:09 +08:00
|
|
|
.RS
|
|
|
|
.nf
|
|
|
|
.sp .5
|
|
|
|
\fInet.host.port\fP
|
|
|
|
|
|
|
|
\f(CW144.1.209.2 > icsd-net.112.220
|
|
|
|
office.2 > icsd-net.112.220
|
2000-07-13 14:36:57 +08:00
|
|
|
jssmag.149.235 > icsd-net.2\fR
|
1999-10-08 07:47:09 +08:00
|
|
|
.sp .5
|
|
|
|
.fi
|
|
|
|
.RE
|
|
|
|
(If the
|
|
|
|
.I /etc/atalk.names
|
2003-11-19 09:59:19 +08:00
|
|
|
doesn't exist or doesn't contain an entry for some AppleTalk
|
1999-10-08 07:47:09 +08:00
|
|
|
host/net number, addresses are printed in numeric form.)
|
|
|
|
In the first example, NBP (DDP port 2) on net 144.1 node 209
|
|
|
|
is sending to whatever is listening on port 220 of net icsd node 112.
|
|
|
|
The second line is the same except the full name of the source node
|
2001-06-25 11:18:27 +08:00
|
|
|
is known (`office').
|
|
|
|
The third line is a send from port 235 on
|
1999-10-08 07:47:09 +08:00
|
|
|
net jssmag node 149 to broadcast on the icsd-net NBP port (note that
|
|
|
|
the broadcast address (255) is indicated by a net name with no host
|
|
|
|
number \- for this reason it's a good idea to keep node names and
|
|
|
|
net names distinct in /etc/atalk.names).
|
|
|
|
.LP
|
2003-03-31 13:13:35 +08:00
|
|
|
NBP (name binding protocol) and ATP (AppleTalk transaction protocol)
|
2001-06-25 11:18:27 +08:00
|
|
|
packets have their contents interpreted.
|
|
|
|
Other protocols just dump
|
1999-10-08 07:47:09 +08:00
|
|
|
the protocol name (or number if no name is registered for the
|
|
|
|
protocol) and packet size.
|
|
|
|
|
|
|
|
\fBNBP packets\fP are formatted like the following examples:
|
|
|
|
.RS
|
|
|
|
.nf
|
|
|
|
.sp .5
|
|
|
|
\s-2\f(CWicsd-net.112.220 > jssmag.2: nbp-lkup 190: "=:LaserWriter@*"
|
|
|
|
jssmag.209.2 > icsd-net.112.220: nbp-reply 190: "RM1140:LaserWriter@*" 250
|
2000-07-13 14:36:57 +08:00
|
|
|
techpit.2 > icsd-net.112.220: nbp-reply 190: "techpit:LaserWriter@*" 186\fR\s+2
|
1999-10-08 07:47:09 +08:00
|
|
|
.sp .5
|
|
|
|
.fi
|
|
|
|
.RE
|
|
|
|
The first line is a name lookup request for laserwriters sent by net icsd host
|
2001-06-25 11:18:27 +08:00
|
|
|
112 and broadcast on net jssmag.
|
|
|
|
The nbp id for the lookup is 190.
|
1999-10-08 07:47:09 +08:00
|
|
|
The second line shows a reply for this request (note that it has the
|
|
|
|
same id) from host jssmag.209 saying that it has a laserwriter
|
2001-06-25 11:18:27 +08:00
|
|
|
resource named "RM1140" registered on port 250.
|
|
|
|
The third line is
|
1999-10-08 07:47:09 +08:00
|
|
|
another reply to the same request saying host techpit has laserwriter
|
|
|
|
"techpit" registered on port 186.
|
|
|
|
|
|
|
|
\fBATP packet\fP formatting is demonstrated by the following example:
|
|
|
|
.RS
|
|
|
|
.nf
|
|
|
|
.sp .5
|
|
|
|
\s-2\f(CWjssmag.209.165 > helios.132: atp-req 12266<0-7> 0xae030001
|
|
|
|
helios.132 > jssmag.209.165: atp-resp 12266:0 (512) 0xae040000
|
|
|
|
helios.132 > jssmag.209.165: atp-resp 12266:1 (512) 0xae040000
|
|
|
|
helios.132 > jssmag.209.165: atp-resp 12266:2 (512) 0xae040000
|
|
|
|
helios.132 > jssmag.209.165: atp-resp 12266:3 (512) 0xae040000
|
|
|
|
helios.132 > jssmag.209.165: atp-resp 12266:4 (512) 0xae040000
|
|
|
|
helios.132 > jssmag.209.165: atp-resp 12266:5 (512) 0xae040000
|
|
|
|
helios.132 > jssmag.209.165: atp-resp 12266:6 (512) 0xae040000
|
|
|
|
helios.132 > jssmag.209.165: atp-resp*12266:7 (512) 0xae040000
|
|
|
|
jssmag.209.165 > helios.132: atp-req 12266<3,5> 0xae030001
|
|
|
|
helios.132 > jssmag.209.165: atp-resp 12266:3 (512) 0xae040000
|
|
|
|
helios.132 > jssmag.209.165: atp-resp 12266:5 (512) 0xae040000
|
|
|
|
jssmag.209.165 > helios.132: atp-rel 12266<0-7> 0xae030001
|
2000-07-13 14:36:57 +08:00
|
|
|
jssmag.209.133 > helios.132: atp-req* 12267<0-7> 0xae030002\fR\s+2
|
1999-10-08 07:47:09 +08:00
|
|
|
.sp .5
|
|
|
|
.fi
|
|
|
|
.RE
|
|
|
|
Jssmag.209 initiates transaction id 12266 with host helios by requesting
|
2001-06-25 11:18:27 +08:00
|
|
|
up to 8 packets (the `<0-7>').
|
|
|
|
The hex number at the end of the line
|
1999-10-08 07:47:09 +08:00
|
|
|
is the value of the `userdata' field in the request.
|
|
|
|
.LP
|
2001-06-25 11:18:27 +08:00
|
|
|
Helios responds with 8 512-byte packets.
|
|
|
|
The `:digit' following the
|
1999-10-08 07:47:09 +08:00
|
|
|
transaction id gives the packet sequence number in the transaction
|
|
|
|
and the number in parens is the amount of data in the packet,
|
2001-06-25 11:18:27 +08:00
|
|
|
excluding the atp header.
|
|
|
|
The `*' on packet 7 indicates that the
|
1999-10-08 07:47:09 +08:00
|
|
|
EOM bit was set.
|
|
|
|
.LP
|
2001-06-25 11:18:27 +08:00
|
|
|
Jssmag.209 then requests that packets 3 & 5 be retransmitted.
|
|
|
|
Helios
|
|
|
|
resends them then jssmag.209 releases the transaction.
|
|
|
|
Finally,
|
|
|
|
jssmag.209 initiates the next request.
|
|
|
|
The `*' on the request
|
1999-10-08 07:47:09 +08:00
|
|
|
indicates that XO (`exactly once') was \fInot\fP set.
|
|
|
|
|
|
|
|
.HD
|
|
|
|
IP Fragmentation
|
|
|
|
.LP
|
|
|
|
Fragmented Internet datagrams are printed as
|
|
|
|
.RS
|
|
|
|
.nf
|
|
|
|
.sp .5
|
|
|
|
\fB(frag \fIid\fB:\fIsize\fB@\fIoffset\fB+)\fR
|
|
|
|
\fB(frag \fIid\fB:\fIsize\fB@\fIoffset\fB)\fR
|
|
|
|
.sp .5
|
|
|
|
.fi
|
|
|
|
.RE
|
2001-06-25 11:18:27 +08:00
|
|
|
(The first form indicates there are more fragments.
|
|
|
|
The second
|
1999-10-08 07:47:09 +08:00
|
|
|
indicates this is the last fragment.)
|
|
|
|
.LP
|
2001-06-25 11:18:27 +08:00
|
|
|
\fIId\fP is the fragment id.
|
|
|
|
\fISize\fP is the fragment
|
|
|
|
size (in bytes) excluding the IP header.
|
|
|
|
\fIOffset\fP is this
|
1999-10-08 07:47:09 +08:00
|
|
|
fragment's offset (in bytes) in the original datagram.
|
|
|
|
.LP
|
2001-06-25 11:18:27 +08:00
|
|
|
The fragment information is output for each fragment.
|
|
|
|
The first
|
1999-10-08 07:47:09 +08:00
|
|
|
fragment contains the higher level protocol header and the frag
|
2001-06-25 11:18:27 +08:00
|
|
|
info is printed after the protocol info.
|
|
|
|
Fragments
|
1999-10-08 07:47:09 +08:00
|
|
|
after the first contain no higher level protocol header and the
|
|
|
|
frag info is printed after the source and destination addresses.
|
|
|
|
For example, here is part of an ftp from arizona.edu to lbl-rtsg.arpa
|
|
|
|
over a CSNET connection that doesn't appear to handle 576 byte datagrams:
|
|
|
|
.RS
|
|
|
|
.nf
|
|
|
|
.sp .5
|
|
|
|
\s-2\f(CWarizona.ftp-data > rtsg.1170: . 1024:1332(308) ack 1 win 4096 (frag 595a:328@0+)
|
|
|
|
arizona > rtsg: (frag 595a:204@328)
|
|
|
|
rtsg.1170 > arizona.ftp-data: . ack 1536 win 2560\fP\s+2
|
|
|
|
.sp .5
|
|
|
|
.fi
|
|
|
|
.RE
|
|
|
|
There are a couple of things to note here: First, addresses in the
|
2001-06-25 11:18:27 +08:00
|
|
|
2nd line don't include port numbers.
|
|
|
|
This is because the TCP
|
1999-10-08 07:47:09 +08:00
|
|
|
protocol information is all in the first fragment and we have no idea
|
|
|
|
what the port or sequence numbers are when we print the later fragments.
|
|
|
|
Second, the tcp sequence information in the first line is printed as if there
|
|
|
|
were 308 bytes of user data when, in fact, there are 512 bytes (308 in
|
2001-06-25 11:18:27 +08:00
|
|
|
the first frag and 204 in the second).
|
|
|
|
If you are looking for holes
|
1999-10-08 07:47:09 +08:00
|
|
|
in the sequence space or trying to match up acks
|
|
|
|
with packets, this can fool you.
|
|
|
|
.LP
|
|
|
|
A packet with the IP \fIdon't fragment\fP flag is marked with a
|
|
|
|
trailing \fB(DF)\fP.
|
|
|
|
.HD
|
|
|
|
Timestamps
|
|
|
|
.LP
|
2001-06-25 11:18:27 +08:00
|
|
|
By default, all output lines are preceded by a timestamp.
|
|
|
|
The timestamp
|
1999-10-08 07:47:09 +08:00
|
|
|
is the current clock time in the form
|
|
|
|
.RS
|
|
|
|
.nf
|
|
|
|
\fIhh:mm:ss.frac\fP
|
|
|
|
.fi
|
|
|
|
.RE
|
|
|
|
and is as accurate as the kernel's clock.
|
2001-06-25 11:18:27 +08:00
|
|
|
The timestamp reflects the time the kernel first saw the packet.
|
|
|
|
No attempt
|
1999-10-08 07:47:09 +08:00
|
|
|
is made to account for the time lag between when the
|
2004-09-24 09:14:20 +08:00
|
|
|
Ethernet interface removed the packet from the wire and when the kernel
|
1999-10-08 07:47:09 +08:00
|
|
|
serviced the `new packet' interrupt.
|
|
|
|
.SH "SEE ALSO"
|
2008-10-28 05:12:48 +08:00
|
|
|
stty(1), pcap(3PCAP), bpf(4), nit(4P), pcap-savefile(@MAN_FILE_FORMATS@),
|
2010-08-24 06:38:56 +08:00
|
|
|
pcap-filter(@MAN_MISC_INFO@), pcap-tstamp-type(@MAN_MISC_INFO@)
|
1999-10-08 07:47:09 +08:00
|
|
|
.SH AUTHORS
|
2000-06-12 14:50:50 +08:00
|
|
|
The original authors are:
|
|
|
|
.LP
|
1999-10-08 07:47:09 +08:00
|
|
|
Van Jacobson,
|
|
|
|
Craig Leres and
|
|
|
|
Steven McCanne, all of the
|
|
|
|
Lawrence Berkeley National Laboratory, University of California, Berkeley, CA.
|
|
|
|
.LP
|
2000-06-12 14:50:50 +08:00
|
|
|
It is currently being maintained by tcpdump.org.
|
|
|
|
.LP
|
|
|
|
The current version is available via http:
|
|
|
|
.LP
|
|
|
|
.RS
|
|
|
|
.I http://www.tcpdump.org/
|
|
|
|
.RE
|
|
|
|
.LP
|
|
|
|
The original distribution is available via anonymous ftp:
|
1999-10-08 07:47:09 +08:00
|
|
|
.LP
|
|
|
|
.RS
|
|
|
|
.I ftp://ftp.ee.lbl.gov/tcpdump.tar.Z
|
|
|
|
.RE
|
1999-10-30 13:11:06 +08:00
|
|
|
.LP
|
|
|
|
IPv6/IPsec support is added by WIDE/KAME project.
|
2008-01-07 08:16:06 +08:00
|
|
|
This program uses Eric Young's SSLeay library, under specific configurations.
|
1999-10-08 07:47:09 +08:00
|
|
|
.SH BUGS
|
2008-01-07 08:16:06 +08:00
|
|
|
Please send problems, bugs, questions, desirable enhancements, patches
|
|
|
|
etc. to:
|
2000-06-12 14:50:50 +08:00
|
|
|
.LP
|
|
|
|
.RS
|
2008-05-30 09:37:41 +08:00
|
|
|
tcpdump-workers@lists.tcpdump.org
|
2000-06-12 14:50:50 +08:00
|
|
|
.RE
|
1999-10-08 07:47:09 +08:00
|
|
|
.LP
|
|
|
|
NIT doesn't let you watch your own outbound traffic, BPF will.
|
|
|
|
We recommend that you use the latter.
|
|
|
|
.LP
|
Clean up promiscuous mode, when using SOCK_PACKET, as best we can;
remember which pcap_t's were opened (with SOCK_PACKET) in promiscuous
mode on interfaces not already in promiscuous mode, turn promiscuous
mode off when closing such a pcap_t, and arrange that, when the program
exits, all pcap_t's of that sort not already closed have their
interfaces taken out of promiscuous mode. (It's not sufficient to do
this on exit - applications may close a pcap_t without exiting, e.g.
Ethereal.)
This won't always work right (if somebody else requests promiscuous mode
after it's opened by libpcap, we'll turn promiscuous mode off when we
close the pcap_t, and if the program doesn't exit cleanly, it won't
clean up the interfaces), but neither of those problems are fixable -
the only way to get things to work correctly is to use PF_PACKET
sockets, which requires a 2.2 or later kernel.
On a 2.0[.x] kernel, when doing a "recvfrom()" on a SOCK_PACKET socket
to read a captured packet, don't pass a byte count value based on the
snapshot length - "recvfrom()" won't return the actual packet length if
you do that. (2.2 and later kernels will return the actual packet
length if MSG_TRUNC is passed in.)
Update the documentation to reflect improved Appletalk support.
2000-12-16 18:57:26 +08:00
|
|
|
On Linux systems with 2.0[.x] kernels:
|
|
|
|
.IP
|
|
|
|
packets on the loopback device will be seen twice;
|
|
|
|
.IP
|
|
|
|
packet filtering cannot be done in the kernel, so that all packets must
|
|
|
|
be copied from the kernel in order to be filtered in user mode;
|
|
|
|
.IP
|
|
|
|
all of a packet, not just the part that's within the snapshot length,
|
|
|
|
will be copied from the kernel (the 2.0[.x] packet capture mechanism, if
|
|
|
|
asked to copy only part of a packet to userland, will not report the
|
|
|
|
true length of the packet; this would cause most IP packets to get an
|
|
|
|
error from
|
2002-02-10 08:36:40 +08:00
|
|
|
.BR tcpdump );
|
|
|
|
.IP
|
|
|
|
capturing on some PPP devices won't work correctly.
|
Clean up promiscuous mode, when using SOCK_PACKET, as best we can;
remember which pcap_t's were opened (with SOCK_PACKET) in promiscuous
mode on interfaces not already in promiscuous mode, turn promiscuous
mode off when closing such a pcap_t, and arrange that, when the program
exits, all pcap_t's of that sort not already closed have their
interfaces taken out of promiscuous mode. (It's not sufficient to do
this on exit - applications may close a pcap_t without exiting, e.g.
Ethereal.)
This won't always work right (if somebody else requests promiscuous mode
after it's opened by libpcap, we'll turn promiscuous mode off when we
close the pcap_t, and if the program doesn't exit cleanly, it won't
clean up the interfaces), but neither of those problems are fixable -
the only way to get things to work correctly is to use PF_PACKET
sockets, which requires a 2.2 or later kernel.
On a 2.0[.x] kernel, when doing a "recvfrom()" on a SOCK_PACKET socket
to read a captured packet, don't pass a byte count value based on the
snapshot length - "recvfrom()" won't return the actual packet length if
you do that. (2.2 and later kernels will return the actual packet
length if MSG_TRUNC is passed in.)
Update the documentation to reflect improved Appletalk support.
2000-12-16 18:57:26 +08:00
|
|
|
.LP
|
|
|
|
We recommend that you upgrade to a 2.2 or later kernel.
|
2000-10-25 15:49:28 +08:00
|
|
|
.LP
|
1999-10-08 07:47:09 +08:00
|
|
|
Some attempt should be made to reassemble IP fragments or, at least
|
|
|
|
to compute the right length for the higher level protocol.
|
|
|
|
.LP
|
2000-07-25 14:09:32 +08:00
|
|
|
Name server inverse queries are not dumped correctly: the (empty)
|
1999-10-08 07:47:09 +08:00
|
|
|
question section is printed rather than real query in the answer
|
2001-06-25 11:18:27 +08:00
|
|
|
section.
|
|
|
|
Some believe that inverse queries are themselves a bug and
|
2000-07-25 14:09:32 +08:00
|
|
|
prefer to fix the program generating them rather than \fItcpdump\fP.
|
1999-10-08 07:47:09 +08:00
|
|
|
.LP
|
|
|
|
A packet trace that crosses a daylight savings time change will give
|
|
|
|
skewed time stamps (the time change is ignored).
|
|
|
|
.LP
|
2002-08-08 16:41:56 +08:00
|
|
|
Filter expressions on fields other than those in Token Ring headers will
|
|
|
|
not correctly handle source-routed Token Ring packets.
|
|
|
|
.LP
|
|
|
|
Filter expressions on fields other than those in 802.11 headers will not
|
|
|
|
correctly handle 802.11 data packets with both To DS and From DS set.
|
1999-10-30 13:11:06 +08:00
|
|
|
.LP
|
|
|
|
.BR "ip6 proto"
|
|
|
|
should chase header chain, but at this moment it does not.
|
2000-01-15 15:54:15 +08:00
|
|
|
.BR "ip6 protochain"
|
|
|
|
is supplied for this behavior.
|
2000-01-30 00:39:27 +08:00
|
|
|
.LP
|
|
|
|
Arithmetic expression against transport layer headers, like \fBtcp[0]\fP,
|
|
|
|
does not work against IPv6 packets.
|
|
|
|
It only looks at IPv4 packets.
|