]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/tcpdump/tcpdump.1
This commit was generated by cvs2svn to compensate for changes in r146309,
[FreeBSD/FreeBSD.git] / contrib / tcpdump / tcpdump.1
1 .\" @(#) $Header: /tcpdump/master/tcpdump/tcpdump.1,v 1.148.2.6 2004/03/28 21:25:03 fenner Exp $ (LBL)
2 .\"
3 .\"     $NetBSD: tcpdump.8,v 1.9 2003/03/31 00:18:17 perry Exp $
4 .\"
5 .\" Copyright (c) 1987, 1988, 1989, 1990, 1991, 1992, 1994, 1995, 1996, 1997
6 .\"     The Regents of the University of California.  All rights reserved.
7 .\" All rights reserved.
8 .\"
9 .\" Redistribution and use in source and binary forms, with or without
10 .\" modification, are permitted provided that: (1) source code distributions
11 .\" retain the above copyright notice and this paragraph in its entirety, (2)
12 .\" distributions including binary code include the above copyright notice and
13 .\" this paragraph in its entirety in the documentation or other materials
14 .\" provided with the distribution, and (3) all advertising materials mentioning
15 .\" features or use of this software display the following acknowledgement:
16 .\" ``This product includes software developed by the University of California,
17 .\" Lawrence Berkeley Laboratory and its contributors.'' Neither the name of
18 .\" the University nor the names of its contributors may be used to endorse
19 .\" or promote products derived from this software without specific prior
20 .\" written permission.
21 .\" THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED
22 .\" WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
23 .\" MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
24 .\"
25 .\" $FreeBSD$
26 .\"
27 .TH TCPDUMP 1  "7 January 2004"
28 .SH NAME
29 tcpdump \- dump traffic on a network
30 .SH SYNOPSIS
31 .na
32 .B tcpdump
33 [
34 .B \-AdDeflLnNOpqRStuUvxX
35 ] [
36 .B \-c
37 .I count
38 ]
39 .br
40 .ti +8
41 [
42 .B \-C
43 .I file_size
44 ] [
45 .B \-F
46 .I file
47 ]
48 .br
49 .ti +8
50 [
51 .B \-i
52 .I interface
53 ]
54 [
55 .B \-m
56 .I module
57 ]
58 [
59 .B \-r
60 .I file
61 ]
62 .br
63 .ti +8
64 [
65 .B \-s
66 .I snaplen
67 ]
68 [
69 .B \-T
70 .I type
71 ]
72 [
73 .B \-w
74 .I file
75 ]
76 .br
77 .ti +8
78 [
79 .B \-E
80 .I spi@ipaddr algo:secret,...
81 ]
82 .br
83 .ti +8
84 [
85 .B \-y
86 .I datalinktype
87 ]
88 .ti +8
89 [
90 .B \-y
91 .I datalinktype
92 ]
93 .ti +8
94 [
95 .I expression
96 ]
97 .br
98 .ad
99 .SH DESCRIPTION
100 .LP
101 \fITcpdump\fP prints out the headers of packets on a network interface
102 that match the boolean \fIexpression\fP.  It can also be run with the
103 .B \-w
104 flag, which causes it to save the packet data to a file for later
105 analysis, and/or with the
106 .B \-r
107 flag, which causes it to read from a saved packet file rather than to
108 read packets from a network interface.  In all cases, only packets that
109 match
110 .I expression
111 will be processed by
112 .IR tcpdump .
113 .LP
114 .I Tcpdump
115 will, if not run with the
116 .B \-c
117 flag, continue capturing packets until it is interrupted by a SIGINT
118 signal (generated, for example, by typing your interrupt character,
119 typically control-C) or a SIGTERM signal (typically generated with the
120 .BR kill (1)
121 command); if run with the
122 .B \-c
123 flag, it will capture packets until it is interrupted by a SIGINT or
124 SIGTERM signal or the specified number of packets have been processed.
125 .LP
126 When
127 .I tcpdump
128 finishes capturing packets, it will report counts of:
129 .IP
130 packets ``captured'' (this is the number of packets that
131 .I tcpdump
132 has received and processed);
133 .IP
134 packets ``received by filter'' (the meaning of this depends on the OS on
135 which you're running
136 .IR tcpdump ,
137 and possibly on the way the OS was configured - if a filter was
138 specified on the command line, on some OSes it counts packets regardless
139 of whether they were matched by the filter expression and, even if they
140 were matched by the filter expression, regardless of whether
141 .I tcpdump
142 has read and processed them yet, on other OSes it counts only packets that were
143 matched by the filter expression regardless of whether
144 .I tcpdump
145 has read and processed them yet, and on other OSes it counts only
146 packets that were matched by the filter expression and were processed by
147 .IR tcpdump );
148 .IP
149 packets ``dropped by kernel'' (this is the number of packets that were
150 dropped, due to a lack of buffer space, by the packet capture mechanism
151 in the OS on which
152 .I tcpdump
153 is running, if the OS reports that information to applications; if not,
154 it will be reported as 0).
155 .LP
156 On platforms that support the SIGINFO signal, such as most BSDs
157 (including Mac OS X) and Digital/Tru64 UNIX, it will report those counts
158 when it receives a SIGINFO signal (generated, for example, by typing
159 your ``status'' character, typically control-T, although on some
160 platforms, such as Mac OS X, the ``status'' character is not set by
161 default, so you must set it with
162 .BR stty (1)
163 in order to use it) and will continue capturing packets.
164 .LP
165 Reading packets from a network interface may require that you have
166 special privileges:
167 .TP
168 .B Under SunOS 3.x or 4.x with NIT or BPF:
169 You must have read access to
170 .I /dev/nit
171 or
172 .IR /dev/bpf* .
173 .TP
174 .B Under Solaris with DLPI:
175 You must have read/write access to the network pseudo device, e.g.
176 .IR /dev/le .
177 On at least some versions of Solaris, however, this is not sufficient to
178 allow
179 .I tcpdump
180 to capture in promiscuous mode; on those versions of Solaris, you must
181 be root, or
182 .I tcpdump
183 must be installed setuid to root, in order to capture in promiscuous
184 mode.  Note that, on many (perhaps all) interfaces, if you don't capture
185 in promiscuous mode, you will not see any outgoing packets, so a capture
186 not done in promiscuous mode may not be very useful.
187 .TP
188 .B Under HP-UX with DLPI:
189 You must be root or
190 .I tcpdump
191 must be installed setuid to root.
192 .TP
193 .B Under IRIX with snoop:
194 You must be root or
195 .I tcpdump
196 must be installed setuid to root.
197 .TP
198 .B Under Linux:
199 You must be root or
200 .I tcpdump
201 must be installed setuid to root (unless your distribution has a kernel
202 that supports capability bits such as CAP_NET_RAW and code to allow
203 those capability bits to be given to particular accounts and to cause
204 those bits to be set on a user's initial processes when they log in, in
205 which case you  must have CAP_NET_RAW in order to capture and
206 CAP_NET_ADMIN to enumerate network devices with, for example, the
207 .B \-D
208 flag).
209 .TP
210 .B Under ULTRIX and Digital UNIX/Tru64 UNIX:
211 Any user may capture network traffic with
212 .IR tcpdump .
213 However, no user (not even the super-user) can capture in promiscuous
214 mode on an interface unless the super-user has enabled promiscuous-mode
215 operation on that interface using
216 .IR pfconfig (8),
217 and no user (not even the super-user) can capture unicast traffic
218 received by or sent by the machine on an interface unless the super-user
219 has enabled copy-all-mode operation on that interface using
220 .IR pfconfig ,
221 so
222 .I useful
223 packet capture on an interface probably requires that either
224 promiscuous-mode or copy-all-mode operation, or both modes of
225 operation, be enabled on that interface.
226 .TP
227 .B Under BSD (this includes Mac OS X):
228 You must have read access to
229 .IR /dev/bpf* .
230 On BSDs with a devfs (this includes Mac OS X), this might involve more
231 than just having somebody with super-user access setting the ownership
232 or permissions on the BPF devices - it might involve configuring devfs
233 to set the ownership or permissions every time the system is booted,
234 if the system even supports that; if it doesn't support that, you might
235 have to find some other way to make that happen at boot time.
236 .LP
237 Reading a saved packet file doesn't require special privileges.
238 .SH OPTIONS
239 .TP
240 .B \-A
241 Print each packet (minus its link level header) in ASCII.  Handy for
242 capturing web pages.
243 .TP
244 .B \-c
245 Exit after receiving \fIcount\fP packets.
246 .TP
247 .B \-C
248 Before writing a raw packet to a savefile, check whether the file is
249 currently larger than \fIfile_size\fP and, if so, close the current
250 savefile and open a new one.  Savefiles after the first savefile will
251 have the name specified with the
252 .B \-w
253 flag, with a number after it, starting at 2 and continuing upward.
254 The units of \fIfile_size\fP are millions of bytes (1,000,000 bytes,
255 not 1,048,576 bytes).
256 .TP
257 .B \-d
258 Dump the compiled packet-matching code in a human readable form to
259 standard output and stop.
260 .TP
261 .B \-dd
262 Dump packet-matching code as a
263 .B C
264 program fragment.
265 .TP
266 .B \-ddd
267 Dump packet-matching code as decimal numbers (preceded with a count).
268 .TP
269 .B \-D
270 Print the list of the network interfaces available on the system and on
271 which
272 .I tcpdump
273 can capture packets.  For each network interface, a number and an
274 interface name, possibly followed by a text description of the
275 interface, is printed.  The interface name or the number can be supplied
276 to the
277 .B \-i
278 flag to specify an interface on which to capture.
279 .IP
280 This can be useful on systems that don't have a command to list them
281 (e.g., Windows systems, or UNIX systems lacking
282 .BR "ifconfig \-a" );
283 the number can be useful on Windows 2000 and later systems, where the
284 interface name is a somewhat complex string.
285 .IP
286 The
287 .B \-D
288 flag will not be supported if
289 .I tcpdump
290 was built with an older version of
291 .I libpcap
292 that lacks the
293 .B pcap_findalldevs()
294 function.
295 .TP
296 .B \-e
297 Print the link-level header on each dump line.
298 .TP
299 .B \-E
300 Use \fIspi@ipaddr algo:secret\fP for decrypting IPsec ESP packets that
301 are addressed to \fIaddr\fP and contain Security Parameter Index value
302 \fIspi\fP. This combination may be repeated with comma or newline seperation.
303 .IP
304 Note that setting the secret for IPv4 ESP packets is supported at this time.
305 .IP
306 Algorithms may be
307 \fBdes-cbc\fP,
308 \fB3des-cbc\fP,
309 \fBblowfish-cbc\fP,
310 \fBrc3-cbc\fP,
311 \fBcast128-cbc\fP, or
312 \fBnone\fP.
313 The default is \fBdes-cbc\fP.
314 The ability to decrypt packets is only present if \fItcpdump\fP was compiled
315 with cryptography enabled.
316 .IP
317 \fIsecret\fP is the ASCII text for ESP secret key. 
318 If preceeded by 0x, then a hex value will be read.
319 .IP
320 The option assumes RFC2406 ESP, not RFC1827 ESP.
321 The option is only for debugging purposes, and
322 the use of this option with a true `secret' key is discouraged.
323 By presenting IPsec secret key onto command line
324 you make it visible to others, via
325 .IR ps (1)
326 and other occasions.
327 .IP
328 In addition to the above syntax, the syntax \fIfile name\fP may be used
329 to have tcpdump read the provided file in. The file is opened upon 
330 receiving the first ESP packet, so any special permissions that tcpdump
331 may have been given should already have been given up.
332 .TP
333 .B \-f
334 Print `foreign' IPv4 addresses numerically rather than symbolically
335 (this option is intended to get around serious brain damage in
336 Sun's NIS server \(em usually it hangs forever translating non-local
337 internet numbers).
338 .IP
339 The test for `foreign' IPv4 addresses is done using the IPv4 address and
340 netmask of the interface on which capture is being done.  If that
341 address or netmask are not available, available, either because the
342 interface on which capture is being done has no address or netmask or
343 because the capture is being done on the Linux "any" interface, which
344 can capture on more than one interface, this option will not work
345 correctly.
346 .TP
347 .B \-F
348 Use \fIfile\fP as input for the filter expression.
349 An additional expression given on the command line is ignored.
350 .TP
351 .B \-i
352 Listen on \fIinterface\fP.
353 If unspecified, \fItcpdump\fP searches the system interface list for the
354 lowest numbered, configured up interface (excluding loopback).
355 Ties are broken by choosing the earliest match.
356 .IP
357 On Linux systems with 2.2 or later kernels, an
358 .I interface
359 argument of ``any'' can be used to capture packets from all interfaces.
360 Note that captures on the ``any'' device will not be done in promiscuous
361 mode.
362 .IP
363 If the
364 .B \-D
365 flag is supported, an interface number as printed by that flag can be
366 used as the
367 .I interface
368 argument.
369 .TP
370 .B \-l
371 Make stdout line buffered.
372 Useful if you want to see the data
373 while capturing it.
374 E.g.,
375 .br
376 ``tcpdump\ \ \-l\ \ |\ \ tee dat'' or
377 ``tcpdump\ \ \-l \ \ > dat\ \ &\ \ tail\ \ \-f\ \ dat''.
378 .TP
379 .B \-L
380 List the known data link types for the interface and exit.
381 .TP
382 .B \-m
383 Load SMI MIB module definitions from file \fImodule\fR.
384 This option
385 can be used several times to load several MIB modules into \fItcpdump\fP.
386 .TP
387 .B \-n
388 Don't convert addresses (i.e., host addresses, port numbers, etc.) to names.
389 .TP
390 .B \-N
391 Don't print domain name qualification of host names.
392 E.g.,
393 if you give this flag then \fItcpdump\fP will print ``nic''
394 instead of ``nic.ddn.mil''.
395 .TP
396 .B \-O
397 Do not run the packet-matching code optimizer.
398 This is useful only
399 if you suspect a bug in the optimizer.
400 .TP
401 .B \-p
402 \fIDon't\fP put the interface
403 into promiscuous mode.
404 Note that the interface might be in promiscuous
405 mode for some other reason; hence, `-p' cannot be used as an abbreviation for
406 `ether host {local-hw-addr} or ether broadcast'.
407 .TP
408 .B \-q
409 Quick (quiet?) output.
410 Print less protocol information so output
411 lines are shorter.
412 .TP
413 .B \-R
414 Assume ESP/AH packets to be based on old specification (RFC1825 to RFC1829).
415 If specified, \fItcpdump\fP will not print replay prevention field.
416 Since there is no protocol version field in ESP/AH specification,
417 \fItcpdump\fP cannot deduce the version of ESP/AH protocol.
418 .TP
419 .B \-r
420 Read packets from \fIfile\fR (which was created with the
421 .B \-w
422 option).
423 Standard input is used if \fIfile\fR is ``-''.
424 .TP
425 .B \-S
426 Print absolute, rather than relative, TCP sequence numbers.
427 .TP
428 .B \-s
429 Snarf \fIsnaplen\fP bytes of data from each packet rather than the
430 default of 68 (with SunOS's NIT, the minimum is actually 96).
431 68 bytes is adequate for IP, ICMP, TCP
432 and UDP but may truncate protocol information from name server and NFS
433 packets (see below).
434 Packets truncated because of a limited snapshot
435 are indicated in the output with ``[|\fIproto\fP]'', where \fIproto\fP
436 is the name of the protocol level at which the truncation has occurred.
437 Note that taking larger snapshots both increases
438 the amount of time it takes to process packets and, effectively,
439 decreases the amount of packet buffering.
440 This may cause packets to be
441 lost.
442 You should limit \fIsnaplen\fP to the smallest number that will
443 capture the protocol information you're interested in.
444 Setting
445 \fIsnaplen\fP to 0 means use the required length to catch whole packets.
446 .TP
447 .B \-T
448 Force packets selected by "\fIexpression\fP" to be interpreted the
449 specified \fItype\fR.
450 Currently known types are
451 \fBaodv\fR (Ad-hoc On-demand Distance Vector protocol),
452 \fBcnfp\fR (Cisco NetFlow protocol),
453 \fBrpc\fR (Remote Procedure Call),
454 \fBrtp\fR (Real-Time Applications protocol),
455 \fBrtcp\fR (Real-Time Applications control protocol),
456 \fBsnmp\fR (Simple Network Management Protocol),
457 \fBtftp\fR (Trivial File Transfer Protocol),
458 \fBvat\fR (Visual Audio Tool),
459 and
460 \fBwb\fR (distributed White Board).
461 .TP
462 .B \-t
463 \fIDon't\fP print a timestamp on each dump line.
464 .TP
465 .B \-tt
466 Print an unformatted timestamp on each dump line.
467 .TP
468 .B \-ttt
469 Print a delta (in micro-seconds) between current and previous line
470 on each dump line.
471 .TP
472 .B \-tttt
473 Print a timestamp in default format proceeded by date on each dump line.
474 .TP
475 .B \-u
476 Print undecoded NFS handles.
477 .TP
478 .B \-U
479 Make output saved via the
480 .B \-w
481 option ``packet-buffered''; i.e., as each packet is saved, it will be
482 written to the output file, rather than being written only when the
483 output buffer fills.
484 .IP
485 The
486 .B \-U
487 flag will not be supported if
488 .I tcpdump
489 was built with an older version of
490 .I libpcap
491 that lacks the
492 .B pcap_dump_flush()
493 function.
494 .TP
495 .B \-v
496 (Slightly more) verbose output.
497 For example, the time to live,
498 identification, total length and options in an IP packet are printed.
499 Also enables additional packet integrity checks such as verifying the
500 IP and ICMP header checksum.
501 .TP
502 .B \-vv
503 Even more verbose output.
504 For example, additional fields are
505 printed from NFS reply packets, and SMB packets are fully decoded.
506 .TP
507 .B \-vvv
508 Even more verbose output.
509 For example,
510 telnet \fBSB\fP ... \fBSE\fP options
511 are printed in full.
512 With
513 .B \-X
514 Telnet options are printed in hex as well.
515 .TP
516 .B \-w
517 Write the raw packets to \fIfile\fR rather than parsing and printing
518 them out.
519 They can later be printed with the \-r option.
520 Standard output is used if \fIfile\fR is ``-''.
521 .TP
522 .B \-x
523 Print each packet (minus its link level header) in hex.
524 The smaller of the entire packet or
525 .I snaplen
526 bytes will be printed.  Note that this is the entire link-layer
527 packet, so for link layers that pad (e.g. Ethernet), the padding bytes
528 will also be printed when the higher layer packet is shorter than the
529 required padding.
530 .TP
531 .B \-xx
532 Print each packet,
533 .I including
534 its link level header, in hex.
535 .TP
536 .B \-X
537 Print each packet (minus its link level header) in hex and ASCII.
538 This is very handy for analysing new protocols.
539 .TP
540 .B \-XX
541 Print each packet,
542 .I including
543 its link level header, in hex and ASCII.
544 .TP
545 .B \-y
546 Set the data link type to use while capturing packets to \fIdatalinktype\fP.
547 .IP "\fI expression\fP"
548 .RS
549 selects which packets will be dumped.
550 If no \fIexpression\fP
551 is given, all packets on the net will be dumped.
552 Otherwise,
553 only packets for which \fIexpression\fP is `true' will be dumped.
554 .LP
555 The \fIexpression\fP consists of one or more
556 .I primitives.
557 Primitives usually consist of an
558 .I id
559 (name or number) preceded by one or more qualifiers.
560 There are three
561 different kinds of qualifier:
562 .IP \fItype\fP
563 qualifiers say what kind of thing the id name or number refers to.
564 Possible types are
565 .BR host ,
566 .B net
567 and
568 .BR port .
569 E.g., `host foo', `net 128.3', `port 20'.
570 If there is no type
571 qualifier,
572 .B host
573 is assumed.
574 .IP \fIdir\fP
575 qualifiers specify a particular transfer direction to and/or from
576 .IR id .
577 Possible directions are
578 .BR src ,
579 .BR dst ,
580 .B "src or dst"
581 and
582 .B "src and"
583 .BR dst .
584 E.g., `src foo', `dst net 128.3', `src or dst port ftp-data'.
585 If
586 there is no dir qualifier,
587 .B "src or dst"
588 is assumed.
589 For some link layers, such as SLIP and the ``cooked'' Linux capture mode
590 used for the ``any'' device and for some other device types, the
591 .B inbound
592 and
593 .B outbound
594 qualifiers can be used to specify a desired direction.
595 .IP \fIproto\fP
596 qualifiers restrict the match to a particular protocol.
597 Possible
598 protos are:
599 .BR ether ,
600 .BR fddi ,
601 .BR tr ,
602 .BR wlan ,
603 .BR ip ,
604 .BR ip6 ,
605 .BR arp ,
606 .BR rarp ,
607 .BR decnet ,
608 .BR lat ,
609 .BR sca ,
610 .BR moprc ,
611 .BR mopdl ,
612 .BR iso ,
613 .BR esis ,
614 .BR isis ,
615 .BR icmp ,
616 .BR icmp6 ,
617 .B tcp
618 and
619 .BR udp .
620 E.g., `ether src foo', `arp net 128.3', `tcp port 21'.
621 If there is
622 no proto qualifier, all protocols consistent with the type are
623 assumed.
624 E.g., `src foo' means `(ip or arp or rarp) src foo'
625 (except the latter is not legal syntax), `net bar' means `(ip or
626 arp or rarp) net bar' and `port 53' means `(tcp or udp) port 53'.
627 .LP
628 [`fddi' is actually an alias for `ether'; the parser treats them
629 identically as meaning ``the data link level used on the specified
630 network interface.''  FDDI headers contain Ethernet-like source
631 and destination addresses, and often contain Ethernet-like packet
632 types, so you can filter on these FDDI fields just as with the
633 analogous Ethernet fields.
634 FDDI headers also contain other fields,
635 but you cannot name them explicitly in a filter expression.
636 .LP
637 Similarly, `tr' and `wlan' are aliases for `ether'; the previous
638 paragraph's statements about FDDI headers also apply to Token Ring
639 and 802.11 wireless LAN headers.  For 802.11 headers, the destination
640 address is the DA field and the source address is the SA field; the
641 BSSID, RA, and TA fields aren't tested.]
642 .LP
643 In addition to the above, there are some special `primitive' keywords
644 that don't follow the pattern:
645 .BR gateway ,
646 .BR broadcast ,
647 .BR less ,
648 .B greater
649 and arithmetic expressions.
650 All of these are described below.
651 .LP
652 More complex filter expressions are built up by using the words
653 .BR and ,
654 .B or
655 and
656 .B not
657 to combine primitives.
658 E.g., `host foo and not port ftp and not port ftp-data'.
659 To save typing, identical qualifier lists can be omitted.
660 E.g.,
661 `tcp dst port ftp or ftp-data or domain' is exactly the same as
662 `tcp dst port ftp or tcp dst port ftp-data or tcp dst port domain'.
663 .LP
664 Allowable primitives are:
665 .IP "\fBdst host \fIhost\fR"
666 True if the IPv4/v6 destination field of the packet is \fIhost\fP,
667 which may be either an address or a name.
668 .IP "\fBsrc host \fIhost\fR"
669 True if the IPv4/v6 source field of the packet is \fIhost\fP.
670 .IP "\fBhost \fIhost\fP
671 True if either the IPv4/v6 source or destination of the packet is \fIhost\fP.
672 Any of the above host expressions can be prepended with the keywords,
673 \fBip\fP, \fBarp\fP, \fBrarp\fP, or \fBip6\fP as in:
674 .in +.5i
675 .nf
676 \fBip host \fIhost\fR
677 .fi
678 .in -.5i
679 which is equivalent to:
680 .in +.5i
681 .nf
682 \fBether proto \fI\\ip\fB and host \fIhost\fR
683 .fi
684 .in -.5i
685 If \fIhost\fR is a name with multiple IP addresses, each address will
686 be checked for a match.
687 .IP "\fBether dst \fIehost\fP
688 True if the ethernet destination address is \fIehost\fP.
689 \fIEhost\fP
690 may be either a name from /etc/ethers or a number (see
691 .IR ethers (3N)
692 for numeric format).
693 .IP "\fBether src \fIehost\fP
694 True if the ethernet source address is \fIehost\fP.
695 .IP "\fBether host \fIehost\fP
696 True if either the ethernet source or destination address is \fIehost\fP.
697 .IP "\fBgateway\fP \fIhost\fP
698 True if the packet used \fIhost\fP as a gateway.
699 I.e., the ethernet
700 source or destination address was \fIhost\fP but neither the IP source
701 nor the IP destination was \fIhost\fP.
702 \fIHost\fP must be a name and
703 must be found both by the machine's host-name-to-IP-address resolution
704 mechanisms (host name file, DNS, NIS, etc.) and by the machine's
705 host-name-to-Ethernet-address resolution mechanism (/etc/ethers, etc.).
706 (An equivalent expression is
707 .in +.5i
708 .nf
709 \fBether host \fIehost \fBand not host \fIhost\fR
710 .fi
711 .in -.5i
712 which can be used with either names or numbers for \fIhost / ehost\fP.)
713 This syntax does not work in IPv6-enabled configuration at this moment.
714 .IP "\fBdst net \fInet\fR"
715 True if the IPv4/v6 destination address of the packet has a network
716 number of \fInet\fP.
717 \fINet\fP may be either a name from /etc/networks
718 or a network number (see \fInetworks(4)\fP for details).
719 .IP "\fBsrc net \fInet\fR"
720 True if the IPv4/v6 source address of the packet has a network
721 number of \fInet\fP.
722 .IP "\fBnet \fInet\fR"
723 True if either the IPv4/v6 source or destination address of the packet has a network
724 number of \fInet\fP.
725 .IP "\fBnet \fInet\fR \fBmask \fInetmask\fR"
726 True if the IP address matches \fInet\fR with the specific \fInetmask\fR.
727 May be qualified with \fBsrc\fR or \fBdst\fR.
728 Note that this syntax is not valid for IPv6 \fInet\fR.
729 .IP "\fBnet \fInet\fR/\fIlen\fR"
730 True if the IPv4/v6 address matches \fInet\fR with a netmask \fIlen\fR
731 bits wide.
732 May be qualified with \fBsrc\fR or \fBdst\fR.
733 .IP "\fBdst port \fIport\fR"
734 True if the packet is ip/tcp, ip/udp, ip6/tcp or ip6/udp and has a
735 destination port value of \fIport\fP.
736 The \fIport\fP can be a number or a name used in /etc/services (see
737 .IR tcp (4P)
738 and
739 .IR udp (4P)).
740 If a name is used, both the port
741 number and protocol are checked.
742 If a number or ambiguous name is used,
743 only the port number is checked (e.g., \fBdst port 513\fR will print both
744 tcp/login traffic and udp/who traffic, and \fBport domain\fR will print
745 both tcp/domain and udp/domain traffic).
746 .IP "\fBsrc port \fIport\fR"
747 True if the packet has a source port value of \fIport\fP.
748 .IP "\fBport \fIport\fR"
749 True if either the source or destination port of the packet is \fIport\fP.
750 Any of the above port expressions can be prepended with the keywords,
751 \fBtcp\fP or \fBudp\fP, as in:
752 .in +.5i
753 .nf
754 \fBtcp src port \fIport\fR
755 .fi
756 .in -.5i
757 which matches only tcp packets whose source port is \fIport\fP.
758 .IP "\fBless \fIlength\fR"
759 True if the packet has a length less than or equal to \fIlength\fP.
760 This is equivalent to:
761 .in +.5i
762 .nf
763 \fBlen <= \fIlength\fP.
764 .fi
765 .in -.5i
766 .IP "\fBgreater \fIlength\fR"
767 True if the packet has a length greater than or equal to \fIlength\fP.
768 This is equivalent to:
769 .in +.5i
770 .nf
771 \fBlen >= \fIlength\fP.
772 .fi
773 .in -.5i
774 .IP "\fBip proto \fIprotocol\fR"
775 True if the packet is an IP packet (see
776 .IR ip (4P))
777 of protocol type \fIprotocol\fP.
778 \fIProtocol\fP can be a number or one of the names
779 \fIicmp\fP, \fIicmp6\fP, \fIigmp\fP, \fIigrp\fP, \fIpim\fP, \fIah\fP,
780 \fIesp\fP, \fIvrrp\fP, \fIudp\fP, or \fItcp\fP.
781 Note that the identifiers \fItcp\fP, \fIudp\fP, and \fIicmp\fP are also
782 keywords and must be escaped via backslash (\\), which is \\\\ in the C-shell.
783 Note that this primitive does not chase the protocol header chain.
784 .IP "\fBip6 proto \fIprotocol\fR"
785 True if the packet is an IPv6 packet of protocol type \fIprotocol\fP.
786 Note that this primitive does not chase the protocol header chain.
787 .IP "\fBip6 protochain \fIprotocol\fR"
788 True if the packet is IPv6 packet,
789 and contains protocol header with type \fIprotocol\fR
790 in its protocol header chain.
791 For example,
792 .in +.5i
793 .nf
794 \fBip6 protochain 6\fR
795 .fi
796 .in -.5i
797 matches any IPv6 packet with TCP protocol header in the protocol header chain.
798 The packet may contain, for example,
799 authentication header, routing header, or hop-by-hop option header,
800 between IPv6 header and TCP header.
801 The BPF code emitted by this primitive is complex and
802 cannot be optimized by BPF optimizer code in \fItcpdump\fP,
803 so this can be somewhat slow.
804 .IP "\fBip protochain \fIprotocol\fR"
805 Equivalent to \fBip6 protochain \fIprotocol\fR, but this is for IPv4.
806 .IP "\fBether broadcast\fR"
807 True if the packet is an ethernet broadcast packet.
808 The \fIether\fP
809 keyword is optional.
810 .IP "\fBip broadcast\fR"
811 True if the packet is an IPv4 broadcast packet.
812 It checks for both the all-zeroes and all-ones broadcast conventions,
813 and looks up the subnet mask on the interface on which the capture is
814 being done.
815 .IP
816 If the subnet mask of the interface on which the capture is being done
817 is not available, either because the interface on which capture is being
818 done has no netmask or because the capture is being done on the Linux
819 "any" interface, which can capture on more than one interface, this
820 check will not work correctly.
821 .IP "\fBether multicast\fR"
822 True if the packet is an ethernet multicast packet.
823 The \fIether\fP
824 keyword is optional.
825 This is shorthand for `\fBether[0] & 1 != 0\fP'.
826 .IP "\fBip multicast\fR"
827 True if the packet is an IP multicast packet.
828 .IP "\fBip6 multicast\fR"
829 True if the packet is an IPv6 multicast packet.
830 .IP  "\fBether proto \fIprotocol\fR"
831 True if the packet is of ether type \fIprotocol\fR.
832 \fIProtocol\fP can be a number or one of the names
833 \fIip\fP, \fIip6\fP, \fIarp\fP, \fIrarp\fP, \fIatalk\fP, \fIaarp\fP,
834 \fIdecnet\fP, \fIsca\fP, \fIlat\fP, \fImopdl\fP, \fImoprc\fP,
835 \fIiso\fP, \fIstp\fP, \fIipx\fP, or \fInetbeui\fP.
836 Note these identifiers are also keywords
837 and must be escaped via backslash (\\).
838 .IP
839 [In the case of FDDI (e.g., `\fBfddi protocol arp\fR'), Token Ring
840 (e.g., `\fBtr protocol arp\fR'), and IEEE 802.11 wireless LANS (e.g.,
841 `\fBwlan protocol arp\fR'), for most of those protocols, the
842 protocol identification comes from the 802.2 Logical Link Control (LLC)
843 header, which is usually layered on top of the FDDI, Token Ring, or
844 802.11 header.
845 .IP
846 When filtering for most protocol identifiers on FDDI, Token Ring, or
847 802.11, \fItcpdump\fR checks only the protocol ID field of an LLC header
848 in so-called SNAP format with an Organizational Unit Identifier (OUI) of
849 0x000000, for encapsulated Ethernet; it doesn't check whether the packet
850 is in SNAP format with an OUI of 0x000000.
851 The exceptions are:
852 .RS
853 .TP
854 \fBiso\fP
855 \fItcpdump\fR checks the DSAP (Destination Service Access Point) and
856 SSAP (Source Service Access Point) fields of the LLC header;
857 .TP
858 \fBstp\fP and \fInetbeui\fP
859 \fItcpdump\fR checks the DSAP of the LLC header;
860 .TP
861 \fIatalk\fP
862 \fItcpdump\fR checks for a SNAP-format packet with an OUI of 0x080007
863 and the AppleTalk etype.
864 .RE
865 .IP
866 In the case of Ethernet, \fItcpdump\fR checks the Ethernet type field
867 for most of those protocols.  The exceptions are:
868 .RS
869 .TP
870 \fBiso\fP, \fBsap\fP, and \fBnetbeui\fP
871 \fItcpdump\fR checks for an 802.3 frame and then checks the LLC header as
872 it does for FDDI, Token Ring, and 802.11;
873 .TP
874 \fBatalk\fP
875 \fItcpdump\fR checks both for the AppleTalk etype in an Ethernet frame and
876 for a SNAP-format packet as it does for FDDI, Token Ring, and 802.11;
877 .TP
878 \fBaarp\fP
879 \fItcpdump\fR checks for the AppleTalk ARP etype in either an Ethernet
880 frame or an 802.2 SNAP frame with an OUI of 0x000000;
881 .TP
882 \fBipx\fP
883 \fItcpdump\fR checks for the IPX etype in an Ethernet frame, the IPX
884 DSAP in the LLC header, the 802.3-with-no-LLC-header encapsulation of
885 IPX, and the IPX etype in a SNAP frame.
886 .RE
887 .IP "\fBdecnet src \fIhost\fR"
888 True if the DECNET source address is
889 .IR host ,
890 which may be an address of the form ``10.123'', or a DECNET host
891 name.
892 [DECNET host name support is only available on ULTRIX systems
893 that are configured to run DECNET.]
894 .IP "\fBdecnet dst \fIhost\fR"
895 True if the DECNET destination address is
896 .IR host .
897 .IP "\fBdecnet host \fIhost\fR"
898 True if either the DECNET source or destination address is
899 .IR host .
900 .IP "\fBifname \fIinterface\fR"
901 True if the packet was logged as coming from the specified interface (applies
902 only to packets logged by OpenBSD's
903 .BR pf (4)).
904 .IP "\fBon \fIinterface\fR"
905 Synonymous with the
906 .B ifname
907 modifier.
908 .IP "\fBrnr \fInum\fR"
909 True if the packet was logged as matching the specified PF rule number
910 (applies only to packets logged by OpenBSD's
911 .BR pf (4)).
912 .IP "\fBrulenum \fInum\fR"
913 Synonomous with the
914 .B rnr
915 modifier.
916 .IP "\fBreason \fIcode\fR"
917 True if the packet was logged with the specified PF reason code.  The known
918 codes are:
919 .BR match ,
920 .BR bad-offset ,
921 .BR fragment ,
922 .BR short ,
923 .BR normalize ,
924 and
925 .B memory
926 (applies only to packets logged by OpenBSD's
927 .BR pf (4)).
928 .IP "\fBrset \fIname\fR"
929 True if the packet was logged as matching the specified PF ruleset
930 name of an anchored ruleset (applies only to packets logged by
931 .BR pf (4)).
932 .IP "\fBruleset \fIname\fR"
933 Synonomous with the
934 .B rset
935 modifier.
936 .IP "\fBsrnr \fInum\fR"
937 True if the packet was logged as matching the specified PF rule number
938 of an anchored ruleset (applies only to packets logged by
939 .BR pf (4)).
940 .IP "\fBsubrulenum \fInum\fR"
941 Synonomous with the
942 .B srnr
943 modifier.
944 .IP "\fBaction \fIact\fR"
945 True if PF took the specified action when the packet was logged.  Known actions
946 are:
947 .B pass
948 and
949 .B block
950 (applies only to packets logged by OpenBSD's
951 .BR pf (4)).
952 .IP "\fBip\fR, \fBip6\fR, \fBarp\fR, \fBrarp\fR, \fBatalk\fR, \fBaarp\fR, \fBdecnet\fR, \fBiso\fR, \fBstp\fR, \fBipx\fR, \fInetbeui\fP"
953 Abbreviations for:
954 .in +.5i
955 .nf
956 \fBether proto \fIp\fR
957 .fi
958 .in -.5i
959 where \fIp\fR is one of the above protocols.
960 .IP "\fBlat\fR, \fBmoprc\fR, \fBmopdl\fR"
961 Abbreviations for:
962 .in +.5i
963 .nf
964 \fBether proto \fIp\fR
965 .fi
966 .in -.5i
967 where \fIp\fR is one of the above protocols.
968 Note that
969 \fItcpdump\fP does not currently know how to parse these protocols.
970 .IP "\fBvlan \fI[vlan_id]\fR"
971 True if the packet is an IEEE 802.1Q VLAN packet.
972 If \fI[vlan_id]\fR is specified, only true is the packet has the specified
973 \fIvlan_id\fR.
974 Note that the first \fBvlan\fR keyword encountered in \fIexpression\fR
975 changes the decoding offsets for the remainder of \fIexpression\fR
976 on the assumption that the packet is a VLAN packet.
977 .IP  "\fBtcp\fR, \fBudp\fR, \fBicmp\fR"
978 Abbreviations for:
979 .in +.5i
980 .nf
981 \fBip proto \fIp\fR\fB or ip6 proto \fIp\fR
982 .fi
983 .in -.5i
984 where \fIp\fR is one of the above protocols.
985 .IP "\fBiso proto \fIprotocol\fR"
986 True if the packet is an OSI packet of protocol type \fIprotocol\fP.
987 \fIProtocol\fP can be a number or one of the names
988 \fIclnp\fP, \fIesis\fP, or \fIisis\fP.
989 .IP "\fBclnp\fR, \fBesis\fR, \fBisis\fR"
990 Abbreviations for:
991 .in +.5i
992 .nf
993 \fBiso proto \fIp\fR
994 .fi
995 .in -.5i
996 where \fIp\fR is one of the above protocols.
997 .IP "\fBl1\fR, \fBl2\fR, \fBiih\fR, \fBlsp\fR, \fBsnp\fR, \fBcsnp\fR, \fBpsnp\fR"
998 Abbreviations for IS-IS PDU types.
999 .IP "\fBvpi\fP \fIn\fR
1000 True if the packet is an ATM packet, for SunATM on Solaris, with a
1001 virtual path identifier of
1002 .IR n .
1003 .IP "\fBvci\fP \fIn\fR
1004 True if the packet is an ATM packet, for SunATM on Solaris, with a
1005 virtual channel identifier of
1006 .IR n .
1007 .IP \fBlane\fP
1008 True if the packet is an ATM packet, for SunATM on Solaris, and is
1009 an ATM LANE packet.
1010 Note that the first \fBlane\fR keyword encountered in \fIexpression\fR
1011 changes the tests done in the remainder of \fIexpression\fR
1012 on the assumption that the packet is either a LANE emulated Ethernet
1013 packet or a LANE LE Control packet.  If \fBlane\fR isn't specified, the
1014 tests are done under the assumption that the packet is an
1015 LLC-encapsulated packet.
1016 .IP \fBllc\fP
1017 True if the packet is an ATM packet, for SunATM on Solaris, and is
1018 an LLC-encapsulated packet.
1019 .IP \fBoamf4s\fP
1020 True if the packet is an ATM packet, for SunATM on Solaris, and is
1021 a segment OAM F4 flow cell (VPI=0 & VCI=3).
1022 .IP \fBoamf4e\fP
1023 True if the packet is an ATM packet, for SunATM on Solaris, and is
1024 an end-to-end OAM F4 flow cell (VPI=0 & VCI=4).
1025 .IP \fBoamf4\fP
1026 True if the packet is an ATM packet, for SunATM on Solaris, and is
1027 a segment or end-to-end OAM F4 flow cell (VPI=0 & (VCI=3 | VCI=4)).
1028 .IP \fBoam\fP
1029 True if the packet is an ATM packet, for SunATM on Solaris, and is
1030 a segment or end-to-end OAM F4 flow cell (VPI=0 & (VCI=3 | VCI=4)).
1031 .IP \fBmetac\fP
1032 True if the packet is an ATM packet, for SunATM on Solaris, and is
1033 on a meta signaling circuit (VPI=0 & VCI=1).
1034 .IP \fBbcc\fP
1035 True if the packet is an ATM packet, for SunATM on Solaris, and is
1036 on a broadcast signaling circuit (VPI=0 & VCI=2).
1037 .IP \fBsc\fP
1038 True if the packet is an ATM packet, for SunATM on Solaris, and is
1039 on a signaling circuit (VPI=0 & VCI=5).
1040 .IP \fBilmic\fP
1041 True if the packet is an ATM packet, for SunATM on Solaris, and is
1042 on an ILMI circuit (VPI=0 & VCI=16).
1043 .IP \fBconnectmsg\fP
1044 True if the packet is an ATM packet, for SunATM on Solaris, and is
1045 on a signaling circuit and is a Q.2931 Setup, Call Proceeding, Connect,
1046 Connect Ack, Release, or Release Done message.
1047 .IP \fBmetaconnect\fP
1048 True if the packet is an ATM packet, for SunATM on Solaris, and is
1049 on a meta signaling circuit and is a Q.2931 Setup, Call Proceeding, Connect,
1050 Release, or Release Done message.
1051 .IP  "\fIexpr relop expr\fR"
1052 True if the relation holds, where \fIrelop\fR is one of >, <, >=, <=, =,
1053 !=, and \fIexpr\fR is an arithmetic expression composed of integer
1054 constants (expressed in standard C syntax), the normal binary operators
1055 [+, -, *, /, &, |, <<, >>], a length operator, and special packet data
1056 accessors.
1057 To access
1058 data inside the packet, use the following syntax:
1059 .in +.5i
1060 .nf
1061 \fIproto\fB [ \fIexpr\fB : \fIsize\fB ]\fR
1062 .fi
1063 .in -.5i
1064 \fIProto\fR is one of \fBether, fddi, tr, wlan, ppp, slip, link,
1065 ip, arp, rarp, tcp, udp, icmp\fR or \fBip6\fR, and
1066 indicates the protocol layer for the index operation.
1067 (\fBether, fddi, wlan, tr, ppp, slip\fR and \fBlink\fR all refer to the
1068 link layer.)
1069 Note that \fItcp, udp\fR and other upper-layer protocol types only
1070 apply to IPv4, not IPv6 (this will be fixed in the future).
1071 The byte offset, relative to the indicated protocol layer, is
1072 given by \fIexpr\fR.
1073 \fISize\fR is optional and indicates the number of bytes in the
1074 field of interest; it can be either one, two, or four, and defaults to one.
1075 The length operator, indicated by the keyword \fBlen\fP, gives the
1076 length of the packet.
1077
1078 For example, `\fBether[0] & 1 != 0\fP' catches all multicast traffic.
1079 The expression `\fBip[0] & 0xf != 5\fP'
1080 catches all IP packets with options.
1081 The expression
1082 `\fBip[6:2] & 0x1fff = 0\fP'
1083 catches only unfragmented datagrams and frag zero of fragmented datagrams.
1084 This check is implicitly applied to the \fBtcp\fP and \fBudp\fP
1085 index operations.
1086 For instance, \fBtcp[0]\fP always means the first
1087 byte of the TCP \fIheader\fP, and never means the first byte of an
1088 intervening fragment.
1089
1090 Some offsets and field values may be expressed as names rather than
1091 as numeric values.
1092 The following protocol header field offsets are
1093 available: \fBicmptype\fP (ICMP type field), \fBicmpcode\fP (ICMP
1094 code field), and \fBtcpflags\fP (TCP flags field).
1095
1096 The following ICMP type field values are available: \fBicmp-echoreply\fP,
1097 \fBicmp-unreach\fP, \fBicmp-sourcequench\fP, \fBicmp-redirect\fP,
1098 \fBicmp-echo\fP, \fBicmp-routeradvert\fP, \fBicmp-routersolicit\fP,
1099 \fBicmp-timxceed\fP, \fBicmp-paramprob\fP, \fBicmp-tstamp\fP,
1100 \fBicmp-tstampreply\fP, \fBicmp-ireq\fP, \fBicmp-ireqreply\fP,
1101 \fBicmp-maskreq\fP, \fBicmp-maskreply\fP.
1102
1103 The following TCP flags field values are available: \fBtcp-fin\fP,
1104 \fBtcp-syn\fP, \fBtcp-rst\fP, \fBtcp-push\fP,
1105 \fBtcp-ack\fP, \fBtcp-urg\fP.
1106 .LP
1107 Primitives may be combined using:
1108 .IP
1109 A parenthesized group of primitives and operators
1110 (parentheses are special to the Shell and must be escaped).
1111 .IP
1112 Negation (`\fB!\fP' or `\fBnot\fP').
1113 .IP
1114 Concatenation (`\fB&&\fP' or `\fBand\fP').
1115 .IP
1116 Alternation (`\fB||\fP' or `\fBor\fP').
1117 .LP
1118 Negation has highest precedence.
1119 Alternation and concatenation have equal precedence and associate
1120 left to right.
1121 Note that explicit \fBand\fR tokens, not juxtaposition,
1122 are now required for concatenation.
1123 .LP
1124 If an identifier is given without a keyword, the most recent keyword
1125 is assumed.
1126 For example,
1127 .in +.5i
1128 .nf
1129 \fBnot host vs and ace\fR
1130 .fi
1131 .in -.5i
1132 is short for
1133 .in +.5i
1134 .nf
1135 \fBnot host vs and host ace\fR
1136 .fi
1137 .in -.5i
1138 which should not be confused with
1139 .in +.5i
1140 .nf
1141 \fBnot ( host vs or ace )\fR
1142 .fi
1143 .in -.5i
1144 .LP
1145 Expression arguments can be passed to \fItcpdump\fP as either a single
1146 argument or as multiple arguments, whichever is more convenient.
1147 Generally, if the expression contains Shell metacharacters, it is
1148 easier to pass it as a single, quoted argument.
1149 Multiple arguments are concatenated with spaces before being parsed.
1150 .SH EXAMPLES
1151 .LP
1152 To print all packets arriving at or departing from \fIsundown\fP:
1153 .RS
1154 .nf
1155 \fBtcpdump host sundown\fP
1156 .fi
1157 .RE
1158 .LP
1159 To print traffic between \fIhelios\fR and either \fIhot\fR or \fIace\fR:
1160 .RS
1161 .nf
1162 \fBtcpdump host helios and \\( hot or ace \\)\fP
1163 .fi
1164 .RE
1165 .LP
1166 To print all IP packets between \fIace\fR and any host except \fIhelios\fR:
1167 .RS
1168 .nf
1169 \fBtcpdump ip host ace and not helios\fP
1170 .fi
1171 .RE
1172 .LP
1173 To print all traffic between local hosts and hosts at Berkeley:
1174 .RS
1175 .nf
1176 .B
1177 tcpdump net ucb-ether
1178 .fi
1179 .RE
1180 .LP
1181 To print all ftp traffic through internet gateway \fIsnup\fP:
1182 (note that the expression is quoted to prevent the shell from
1183 (mis-)interpreting the parentheses):
1184 .RS
1185 .nf
1186 .B
1187 tcpdump 'gateway snup and (port ftp or ftp-data)'
1188 .fi
1189 .RE
1190 .LP
1191 To print traffic neither sourced from nor destined for local hosts
1192 (if you gateway to one other net, this stuff should never make it
1193 onto your local net).
1194 .RS
1195 .nf
1196 .B
1197 tcpdump ip and not net \fIlocalnet\fP
1198 .fi
1199 .RE
1200 .LP
1201 To print the start and end packets (the SYN and FIN packets) of each
1202 TCP conversation that involves a non-local host.
1203 .RS
1204 .nf
1205 .B
1206 tcpdump 'tcp[tcpflags] & (tcp-syn|tcp-fin) != 0 and not src and dst net \fIlocalnet\fP'
1207 .fi
1208 .RE
1209 .LP
1210 To print IP packets longer than 576 bytes sent through gateway \fIsnup\fP:
1211 .RS
1212 .nf
1213 .B
1214 tcpdump 'gateway snup and ip[2:2] > 576'
1215 .fi
1216 .RE
1217 .LP
1218 To print IP broadcast or multicast packets that were
1219 .I not
1220 sent via ethernet broadcast or multicast:
1221 .RS
1222 .nf
1223 .B
1224 tcpdump 'ether[0] & 1 = 0 and ip[16] >= 224'
1225 .fi
1226 .RE
1227 .LP
1228 To print all ICMP packets that are not echo requests/replies (i.e., not
1229 ping packets):
1230 .RS
1231 .nf
1232 .B
1233 tcpdump 'icmp[icmptype] != icmp-echo and icmp[icmptype] != icmp-echoreply'
1234 .fi
1235 .RE
1236 .SH OUTPUT FORMAT
1237 .LP
1238 The output of \fItcpdump\fP is protocol dependent.
1239 The following
1240 gives a brief description and examples of most of the formats.
1241 .de HD
1242 .sp 1.5
1243 .B
1244 ..
1245 .HD
1246 Link Level Headers
1247 .LP
1248 If the '-e' option is given, the link level header is printed out.
1249 On ethernets, the source and destination addresses, protocol,
1250 and packet length are printed.
1251 .LP
1252 On FDDI networks, the  '-e' option causes \fItcpdump\fP to print
1253 the `frame control' field,  the source and destination addresses,
1254 and the packet length.
1255 (The `frame control' field governs the
1256 interpretation of the rest of the packet.
1257 Normal packets (such
1258 as those containing IP datagrams) are `async' packets, with a priority
1259 value between 0 and 7; for example, `\fBasync4\fR'.
1260 Such packets
1261 are assumed to contain an 802.2 Logical Link Control (LLC) packet;
1262 the LLC header is printed if it is \fInot\fR an ISO datagram or a
1263 so-called SNAP packet.
1264 .LP
1265 On Token Ring networks, the '-e' option causes \fItcpdump\fP to print
1266 the `access control' and `frame control' fields, the source and
1267 destination addresses, and the packet length.
1268 As on FDDI networks,
1269 packets are assumed to contain an LLC packet.
1270 Regardless of whether
1271 the '-e' option is specified or not, the source routing information is
1272 printed for source-routed packets.
1273 .LP
1274 On 802.11 networks, the '-e' option causes \fItcpdump\fP to print
1275 the `frame control' fields, all of the addresses in the 802.11 header,
1276 and the packet length.
1277 As on FDDI networks,
1278 packets are assumed to contain an LLC packet.
1279 .LP
1280 \fI(N.B.: The following description assumes familiarity with
1281 the SLIP compression algorithm described in RFC-1144.)\fP
1282 .LP
1283 On SLIP links, a direction indicator (``I'' for inbound, ``O'' for outbound),
1284 packet type, and compression information are printed out.
1285 The packet type is printed first.
1286 The three types are \fIip\fP, \fIutcp\fP, and \fIctcp\fP.
1287 No further link information is printed for \fIip\fR packets.
1288 For TCP packets, the connection identifier is printed following the type.
1289 If the packet is compressed, its encoded header is printed out.
1290 The special cases are printed out as
1291 \fB*S+\fIn\fR and \fB*SA+\fIn\fR, where \fIn\fR is the amount by which
1292 the sequence number (or sequence number and ack) has changed.
1293 If it is not a special case,
1294 zero or more changes are printed.
1295 A change is indicated by U (urgent pointer), W (window), A (ack),
1296 S (sequence number), and I (packet ID), followed by a delta (+n or -n),
1297 or a new value (=n).
1298 Finally, the amount of data in the packet and compressed header length
1299 are printed.
1300 .LP
1301 For example, the following line shows an outbound compressed TCP packet,
1302 with an implicit connection identifier; the ack has changed by 6,
1303 the sequence number by 49, and the packet ID by 6; there are 3 bytes of
1304 data and 6 bytes of compressed header:
1305 .RS
1306 .nf
1307 \fBO ctcp * A+6 S+49 I+6 3 (6)\fP
1308 .fi
1309 .RE
1310 .HD
1311 ARP/RARP Packets
1312 .LP
1313 Arp/rarp output shows the type of request and its arguments.
1314 The
1315 format is intended to be self explanatory.
1316 Here is a short sample taken from the start of an `rlogin' from
1317 host \fIrtsg\fP to host \fIcsam\fP:
1318 .RS
1319 .nf
1320 .sp .5
1321 \f(CWarp who-has csam tell rtsg
1322 arp reply csam is-at CSAM\fR
1323 .sp .5
1324 .fi
1325 .RE
1326 The first line says that rtsg sent an arp packet asking
1327 for the ethernet address of internet host csam.
1328 Csam
1329 replies with its ethernet address (in this example, ethernet addresses
1330 are in caps and internet addresses in lower case).
1331 .LP
1332 This would look less redundant if we had done \fItcpdump \-n\fP:
1333 .RS
1334 .nf
1335 .sp .5
1336 \f(CWarp who-has 128.3.254.6 tell 128.3.254.68
1337 arp reply 128.3.254.6 is-at 02:07:01:00:01:c4\fP
1338 .fi
1339 .RE
1340 .LP
1341 If we had done \fItcpdump \-e\fP, the fact that the first packet is
1342 broadcast and the second is point-to-point would be visible:
1343 .RS
1344 .nf
1345 .sp .5
1346 \f(CWRTSG Broadcast 0806  64: arp who-has csam tell rtsg
1347 CSAM RTSG 0806  64: arp reply csam is-at CSAM\fR
1348 .sp .5
1349 .fi
1350 .RE
1351 For the first packet this says the ethernet source address is RTSG, the
1352 destination is the ethernet broadcast address, the type field
1353 contained hex 0806 (type ETHER_ARP) and the total length was 64 bytes.
1354 .HD
1355 TCP Packets
1356 .LP
1357 \fI(N.B.:The following description assumes familiarity with
1358 the TCP protocol described in RFC-793.
1359 If you are not familiar
1360 with the protocol, neither this description nor \fItcpdump\fP will
1361 be of much use to you.)\fP
1362 .LP
1363 The general format of a tcp protocol line is:
1364 .RS
1365 .nf
1366 .sp .5
1367 \fIsrc > dst: flags data-seqno ack window urgent options\fP
1368 .sp .5
1369 .fi
1370 .RE
1371 \fISrc\fP and \fIdst\fP are the source and destination IP
1372 addresses and ports.
1373 \fIFlags\fP are some combination of S (SYN),
1374 F (FIN), P (PUSH), R (RST), W (ECN CWR) or E (ECN-Echo), or a single
1375 `.' (no flags).
1376 \fIData-seqno\fP describes the portion of sequence space covered
1377 by the data in this packet (see example below).
1378 \fIAck\fP is sequence number of the next data expected the other
1379 direction on this connection.
1380 \fIWindow\fP is the number of bytes of receive buffer space available
1381 the other direction on this connection.
1382 \fIUrg\fP indicates there is `urgent' data in the packet.
1383 \fIOptions\fP are tcp options enclosed in angle brackets (e.g., <mss 1024>).
1384 .LP
1385 \fISrc, dst\fP and \fIflags\fP are always present.
1386 The other fields
1387 depend on the contents of the packet's tcp protocol header and
1388 are output only if appropriate.
1389 .LP
1390 Here is the opening portion of an rlogin from host \fIrtsg\fP to
1391 host \fIcsam\fP.
1392 .RS
1393 .nf
1394 .sp .5
1395 \s-2\f(CWrtsg.1023 > csam.login: S 768512:768512(0) win 4096 <mss 1024>
1396 csam.login > rtsg.1023: S 947648:947648(0) ack 768513 win 4096 <mss 1024>
1397 rtsg.1023 > csam.login: . ack 1 win 4096
1398 rtsg.1023 > csam.login: P 1:2(1) ack 1 win 4096
1399 csam.login > rtsg.1023: . ack 2 win 4096
1400 rtsg.1023 > csam.login: P 2:21(19) ack 1 win 4096
1401 csam.login > rtsg.1023: P 1:2(1) ack 21 win 4077
1402 csam.login > rtsg.1023: P 2:3(1) ack 21 win 4077 urg 1
1403 csam.login > rtsg.1023: P 3:4(1) ack 21 win 4077 urg 1\fR\s+2
1404 .sp .5
1405 .fi
1406 .RE
1407 The first line says that tcp port 1023 on rtsg sent a packet
1408 to port \fIlogin\fP
1409 on csam.
1410 The \fBS\fP indicates that the \fISYN\fP flag was set.
1411 The packet sequence number was 768512 and it contained no data.
1412 (The notation is `first:last(nbytes)' which means `sequence
1413 numbers \fIfirst\fP
1414 up to but not including \fIlast\fP which is \fInbytes\fP bytes of user data'.)
1415 There was no piggy-backed ack, the available receive window was 4096
1416 bytes and there was a max-segment-size option requesting an mss of
1417 1024 bytes.
1418 .LP
1419 Csam replies with a similar packet except it includes a piggy-backed
1420 ack for rtsg's SYN.
1421 Rtsg then acks csam's SYN.
1422 The `.' means no
1423 flags were set.
1424 The packet contained no data so there is no data sequence number.
1425 Note that the ack sequence
1426 number is a small integer (1).
1427 The first time \fItcpdump\fP sees a
1428 tcp `conversation', it prints the sequence number from the packet.
1429 On subsequent packets of the conversation, the difference between
1430 the current packet's sequence number and this initial sequence number
1431 is printed.
1432 This means that sequence numbers after the
1433 first can be interpreted
1434 as relative byte positions in the conversation's data stream (with the
1435 first data byte each direction being `1').
1436 `-S' will override this
1437 feature, causing the original sequence numbers to be output.
1438 .LP
1439 On the 6th line, rtsg sends csam 19 bytes of data (bytes 2 through 20
1440 in the rtsg \(-> csam side of the conversation).
1441 The PUSH flag is set in the packet.
1442 On the 7th line, csam says it's received data sent by rtsg up to
1443 but not including byte 21.
1444 Most of this data is apparently sitting in the
1445 socket buffer since csam's receive window has gotten 19 bytes smaller.
1446 Csam also sends one byte of data to rtsg in this packet.
1447 On the 8th and 9th lines,
1448 csam sends two bytes of urgent, pushed data to rtsg.
1449 .LP
1450 If the snapshot was small enough that \fItcpdump\fP didn't capture
1451 the full TCP header, it interprets as much of the header as it can
1452 and then reports ``[|\fItcp\fP]'' to indicate the remainder could not
1453 be interpreted.
1454 If the header contains a bogus option (one with a length
1455 that's either too small or beyond the end of the header), \fItcpdump\fP
1456 reports it as ``[\fIbad opt\fP]'' and does not interpret any further
1457 options (since it's impossible to tell where they start).
1458 If the header
1459 length indicates options are present but the IP datagram length is not
1460 long enough for the options to actually be there, \fItcpdump\fP reports
1461 it as ``[\fIbad hdr length\fP]''.
1462 .HD
1463 .B Capturing TCP packets with particular flag combinations (SYN-ACK, URG-ACK, etc.)
1464 .PP
1465 There are 8 bits in the control bits section of the TCP header:
1466 .IP
1467 .I CWR | ECE | URG | ACK | PSH | RST | SYN | FIN
1468 .PP
1469 Let's assume that we want to watch packets used in establishing
1470 a TCP connection.
1471 Recall that TCP uses a 3-way handshake protocol
1472 when it initializes a new connection; the connection sequence with
1473 regard to the TCP control bits is
1474 .PP
1475 .RS
1476 1) Caller sends SYN
1477 .RE
1478 .RS
1479 2) Recipient responds with SYN, ACK
1480 .RE
1481 .RS
1482 3) Caller sends ACK
1483 .RE
1484 .PP
1485 Now we're interested in capturing packets that have only the
1486 SYN bit set (Step 1).
1487 Note that we don't want packets from step 2
1488 (SYN-ACK), just a plain initial SYN.
1489 What we need is a correct filter
1490 expression for \fItcpdump\fP.
1491 .PP
1492 Recall the structure of a TCP header without options:
1493 .PP
1494 .nf
1495  0                            15                              31
1496 -----------------------------------------------------------------
1497 |          source port          |       destination port        |
1498 -----------------------------------------------------------------
1499 |                        sequence number                        |
1500 -----------------------------------------------------------------
1501 |                     acknowledgment number                     |
1502 -----------------------------------------------------------------
1503 |  HL   | rsvd  |C|E|U|A|P|R|S|F|        window size            |
1504 -----------------------------------------------------------------
1505 |         TCP checksum          |       urgent pointer          |
1506 -----------------------------------------------------------------
1507 .fi
1508 .PP
1509 A TCP header usually holds 20 octets of data, unless options are
1510 present.
1511 The first line of the graph contains octets 0 - 3, the
1512 second line shows octets 4 - 7 etc.
1513 .PP
1514 Starting to count with 0, the relevant TCP control bits are contained
1515 in octet 13:
1516 .PP
1517 .nf
1518  0             7|             15|             23|             31
1519 ----------------|---------------|---------------|----------------
1520 |  HL   | rsvd  |C|E|U|A|P|R|S|F|        window size            |
1521 ----------------|---------------|---------------|----------------
1522 |               |  13th octet   |               |               |
1523 .fi
1524 .PP
1525 Let's have a closer look at octet no. 13:
1526 .PP
1527 .nf
1528                 |               |
1529                 |---------------|
1530                 |C|E|U|A|P|R|S|F|
1531                 |---------------|
1532                 |7   5   3     0|
1533 .fi
1534 .PP
1535 These are the TCP control bits we are interested
1536 in.
1537 We have numbered the bits in this octet from 0 to 7, right to
1538 left, so the PSH bit is bit number 3, while the URG bit is number 5.
1539 .PP
1540 Recall that we want to capture packets with only SYN set.
1541 Let's see what happens to octet 13 if a TCP datagram arrives
1542 with the SYN bit set in its header:
1543 .PP
1544 .nf
1545                 |C|E|U|A|P|R|S|F|
1546                 |---------------|
1547                 |0 0 0 0 0 0 1 0|
1548                 |---------------|
1549                 |7 6 5 4 3 2 1 0|
1550 .fi
1551 .PP
1552 Looking at the
1553 control bits section we see that only bit number 1 (SYN) is set.
1554 .PP
1555 Assuming that octet number 13 is an 8-bit unsigned integer in
1556 network byte order, the binary value of this octet is
1557 .IP
1558 00000010
1559 .PP
1560 and its decimal representation is
1561 .PP
1562 .nf
1563    7     6     5     4     3     2     1     0
1564 0*2 + 0*2 + 0*2 + 0*2 + 0*2 + 0*2 + 1*2 + 0*2  =  2
1565 .fi
1566 .PP
1567 We're almost done, because now we know that if only SYN is set,
1568 the value of the 13th octet in the TCP header, when interpreted
1569 as a 8-bit unsigned integer in network byte order, must be exactly 2.
1570 .PP
1571 This relationship can be expressed as
1572 .RS
1573 .B
1574 tcp[13] == 2
1575 .RE
1576 .PP
1577 We can use this expression as the filter for \fItcpdump\fP in order
1578 to watch packets which have only SYN set:
1579 .RS
1580 .B
1581 tcpdump -i xl0 tcp[13] == 2
1582 .RE
1583 .PP
1584 The expression says "let the 13th octet of a TCP datagram have
1585 the decimal value 2", which is exactly what we want.
1586 .PP
1587 Now, let's assume that we need to capture SYN packets, but we
1588 don't care if ACK or any other TCP control bit is set at the
1589 same time.
1590 Let's see what happens to octet 13 when a TCP datagram
1591 with SYN-ACK set arrives:
1592 .PP
1593 .nf
1594      |C|E|U|A|P|R|S|F|
1595      |---------------|
1596      |0 0 0 1 0 0 1 0|
1597      |---------------|
1598      |7 6 5 4 3 2 1 0|
1599 .fi
1600 .PP
1601 Now bits 1 and 4 are set in the 13th octet.
1602 The binary value of
1603 octet 13 is
1604 .IP
1605      00010010
1606 .PP
1607 which translates to decimal
1608 .PP
1609 .nf
1610    7     6     5     4     3     2     1     0
1611 0*2 + 0*2 + 0*2 + 1*2 + 0*2 + 0*2 + 1*2 + 0*2   = 18
1612 .fi
1613 .PP
1614 Now we can't just use 'tcp[13] == 18' in the \fItcpdump\fP filter
1615 expression, because that would select only those packets that have
1616 SYN-ACK set, but not those with only SYN set.
1617 Remember that we don't care
1618 if ACK or any other control bit is set as long as SYN is set.
1619 .PP
1620 In order to achieve our goal, we need to logically AND the
1621 binary value of octet 13 with some other value to preserve
1622 the SYN bit.
1623 We know that we want SYN to be set in any case,
1624 so we'll logically AND the value in the 13th octet with
1625 the binary value of a SYN:
1626 .PP
1627 .nf
1628
1629           00010010 SYN-ACK              00000010 SYN
1630      AND  00000010 (we want SYN)   AND  00000010 (we want SYN)
1631           --------                      --------
1632      =    00000010                 =    00000010
1633 .fi
1634 .PP
1635 We see that this AND operation delivers the same result
1636 regardless whether ACK or another TCP control bit is set.
1637 The decimal representation of the AND value as well as
1638 the result of this operation is 2 (binary 00000010),
1639 so we know that for packets with SYN set the following
1640 relation must hold true:
1641 .IP
1642 ( ( value of octet 13 ) AND ( 2 ) ) == ( 2 )
1643 .PP
1644 This points us to the \fItcpdump\fP filter expression
1645 .RS
1646 .B
1647      tcpdump -i xl0 'tcp[13] & 2 == 2'
1648 .RE
1649 .PP
1650 Note that you should use single quotes or a backslash
1651 in the expression to hide the AND ('&') special character
1652 from the shell.
1653 .HD
1654 .B
1655 UDP Packets
1656 .LP
1657 UDP format is illustrated by this rwho packet:
1658 .RS
1659 .nf
1660 .sp .5
1661 \f(CWactinide.who > broadcast.who: udp 84\fP
1662 .sp .5
1663 .fi
1664 .RE
1665 This says that port \fIwho\fP on host \fIactinide\fP sent a udp
1666 datagram to port \fIwho\fP on host \fIbroadcast\fP, the Internet
1667 broadcast address.
1668 The packet contained 84 bytes of user data.
1669 .LP
1670 Some UDP services are recognized (from the source or destination
1671 port number) and the higher level protocol information printed.
1672 In particular, Domain Name service requests (RFC-1034/1035) and Sun
1673 RPC calls (RFC-1050) to NFS.
1674 .HD
1675 UDP Name Server Requests
1676 .LP
1677 \fI(N.B.:The following description assumes familiarity with
1678 the Domain Service protocol described in RFC-1035.
1679 If you are not familiar
1680 with the protocol, the following description will appear to be written
1681 in greek.)\fP
1682 .LP
1683 Name server requests are formatted as
1684 .RS
1685 .nf
1686 .sp .5
1687 \fIsrc > dst: id op? flags qtype qclass name (len)\fP
1688 .sp .5
1689 \f(CWh2opolo.1538 > helios.domain: 3+ A? ucbvax.berkeley.edu. (37)\fR
1690 .sp .5
1691 .fi
1692 .RE
1693 Host \fIh2opolo\fP asked the domain server on \fIhelios\fP for an
1694 address record (qtype=A) associated with the name \fIucbvax.berkeley.edu.\fP
1695 The query id was `3'.
1696 The `+' indicates the \fIrecursion desired\fP flag
1697 was set.
1698 The query length was 37 bytes, not including the UDP and
1699 IP protocol headers.
1700 The query operation was the normal one, \fIQuery\fP,
1701 so the op field was omitted.
1702 If the op had been anything else, it would
1703 have been printed between the `3' and the `+'.
1704 Similarly, the qclass was the normal one,
1705 \fIC_IN\fP, and omitted.
1706 Any other qclass would have been printed
1707 immediately after the `A'.
1708 .LP
1709 A few anomalies are checked and may result in extra fields enclosed in
1710 square brackets:  If a query contains an answer, authority records or
1711 additional records section,
1712 .IR ancount ,
1713 .IR nscount ,
1714 or
1715 .I arcount
1716 are printed as `[\fIn\fPa]', `[\fIn\fPn]' or  `[\fIn\fPau]' where \fIn\fP
1717 is the appropriate count.
1718 If any of the response bits are set (AA, RA or rcode) or any of the
1719 `must be zero' bits are set in bytes two and three, `[b2&3=\fIx\fP]'
1720 is printed, where \fIx\fP is the hex value of header bytes two and three.
1721 .HD
1722 UDP Name Server Responses
1723 .LP
1724 Name server responses are formatted as
1725 .RS
1726 .nf
1727 .sp .5
1728 \fIsrc > dst:  id op rcode flags a/n/au type class data (len)\fP
1729 .sp .5
1730 \f(CWhelios.domain > h2opolo.1538: 3 3/3/7 A 128.32.137.3 (273)
1731 helios.domain > h2opolo.1537: 2 NXDomain* 0/1/0 (97)\fR
1732 .sp .5
1733 .fi
1734 .RE
1735 In the first example, \fIhelios\fP responds to query id 3 from \fIh2opolo\fP
1736 with 3 answer records, 3 name server records and 7 additional records.
1737 The first answer record is type A (address) and its data is internet
1738 address 128.32.137.3.
1739 The total size of the response was 273 bytes,
1740 excluding UDP and IP headers.
1741 The op (Query) and response code
1742 (NoError) were omitted, as was the class (C_IN) of the A record.
1743 .LP
1744 In the second example, \fIhelios\fP responds to query 2 with a
1745 response code of non-existent domain (NXDomain) with no answers,
1746 one name server and no authority records.
1747 The `*' indicates that
1748 the \fIauthoritative answer\fP bit was set.
1749 Since there were no
1750 answers, no type, class or data were printed.
1751 .LP
1752 Other flag characters that might appear are `\-' (recursion available,
1753 RA, \fInot\fP set) and `|' (truncated message, TC, set).
1754 If the
1755 `question' section doesn't contain exactly one entry, `[\fIn\fPq]'
1756 is printed.
1757 .LP
1758 Note that name server requests and responses tend to be large and the
1759 default \fIsnaplen\fP of 68 bytes may not capture enough of the packet
1760 to print.
1761 Use the \fB\-s\fP flag to increase the snaplen if you
1762 need to seriously investigate name server traffic.
1763 `\fB\-s 128\fP'
1764 has worked well for me.
1765
1766 .HD
1767 SMB/CIFS decoding
1768 .LP
1769 \fItcpdump\fP now includes fairly extensive SMB/CIFS/NBT decoding for data
1770 on UDP/137, UDP/138 and TCP/139.
1771 Some primitive decoding of IPX and
1772 NetBEUI SMB data is also done.
1773
1774 By default a fairly minimal decode is done, with a much more detailed
1775 decode done if -v is used.
1776 Be warned that with -v a single SMB packet
1777 may take up a page or more, so only use -v if you really want all the
1778 gory details.
1779
1780 If you are decoding SMB sessions containing unicode strings then you
1781 may wish to set the environment variable USE_UNICODE to 1.
1782 A patch to
1783 auto-detect unicode strings would be welcome.
1784
1785 For information on SMB packet formats and what all te fields mean see
1786 www.cifs.org or the pub/samba/specs/ directory on your favorite
1787 samba.org mirror site.
1788 The SMB patches were written by Andrew Tridgell
1789 (tridge@samba.org).
1790
1791 .HD
1792 NFS Requests and Replies
1793 .LP
1794 Sun NFS (Network File System) requests and replies are printed as:
1795 .RS
1796 .nf
1797 .sp .5
1798 \fIsrc.xid > dst.nfs: len op args\fP
1799 \fIsrc.nfs > dst.xid: reply stat len op results\fP
1800 .sp .5
1801 \f(CW
1802 sushi.6709 > wrl.nfs: 112 readlink fh 21,24/10.73165
1803 wrl.nfs > sushi.6709: reply ok 40 readlink "../var"
1804 sushi.201b > wrl.nfs:
1805         144 lookup fh 9,74/4096.6878 "xcolors"
1806 wrl.nfs > sushi.201b:
1807         reply ok 128 lookup fh 9,74/4134.3150
1808 \fR
1809 .sp .5
1810 .fi
1811 .RE
1812 In the first line, host \fIsushi\fP sends a transaction with id \fI6709\fP
1813 to \fIwrl\fP (note that the number following the src host is a
1814 transaction id, \fInot\fP the source port).
1815 The request was 112 bytes,
1816 excluding the UDP and IP headers.
1817 The operation was a \fIreadlink\fP
1818 (read symbolic link) on file handle (\fIfh\fP) 21,24/10.731657119.
1819 (If one is lucky, as in this case, the file handle can be interpreted
1820 as a major,minor device number pair, followed by the inode number and
1821 generation number.)
1822 \fIWrl\fP replies `ok' with the contents of the link.
1823 .LP
1824 In the third line, \fIsushi\fP asks \fIwrl\fP to lookup the name
1825 `\fIxcolors\fP' in directory file 9,74/4096.6878.
1826 Note that the data printed
1827 depends on the operation type.
1828 The format is intended to be self
1829 explanatory if read in conjunction with
1830 an NFS protocol spec.
1831 .LP
1832 If the \-v (verbose) flag is given, additional information is printed.
1833 For example:
1834 .RS
1835 .nf
1836 .sp .5
1837 \f(CW
1838 sushi.1372a > wrl.nfs:
1839         148 read fh 21,11/12.195 8192 bytes @ 24576
1840 wrl.nfs > sushi.1372a:
1841         reply ok 1472 read REG 100664 ids 417/0 sz 29388
1842 \fP
1843 .sp .5
1844 .fi
1845 .RE
1846 (\-v also prints the IP header TTL, ID, length, and fragmentation fields,
1847 which have been omitted from this example.)  In the first line,
1848 \fIsushi\fP asks \fIwrl\fP to read 8192 bytes from file 21,11/12.195,
1849 at byte offset 24576.
1850 \fIWrl\fP replies `ok'; the packet shown on the
1851 second line is the first fragment of the reply, and hence is only 1472
1852 bytes long (the other bytes will follow in subsequent fragments, but
1853 these fragments do not have NFS or even UDP headers and so might not be
1854 printed, depending on the filter expression used).
1855 Because the \-v flag
1856 is given, some of the file attributes (which are returned in addition
1857 to the file data) are printed: the file type (``REG'', for regular file),
1858 the file mode (in octal), the uid and gid, and the file size.
1859 .LP
1860 If the \-v flag is given more than once, even more details are printed.
1861 .LP
1862 Note that NFS requests are very large and much of the detail won't be printed
1863 unless \fIsnaplen\fP is increased.
1864 Try using `\fB\-s 192\fP' to watch
1865 NFS traffic.
1866 .LP
1867 NFS reply packets do not explicitly identify the RPC operation.
1868 Instead,
1869 \fItcpdump\fP keeps track of ``recent'' requests, and matches them to the
1870 replies using the transaction ID.
1871 If a reply does not closely follow the
1872 corresponding request, it might not be parsable.
1873 .HD
1874 AFS Requests and Replies
1875 .LP
1876 Transarc AFS (Andrew File System) requests and replies are printed
1877 as:
1878 .HD
1879 .RS
1880 .nf
1881 .sp .5
1882 \fIsrc.sport > dst.dport: rx packet-type\fP
1883 \fIsrc.sport > dst.dport: rx packet-type service call call-name args\fP
1884 \fIsrc.sport > dst.dport: rx packet-type service reply call-name args\fP
1885 .sp .5
1886 \f(CW
1887 elvis.7001 > pike.afsfs:
1888         rx data fs call rename old fid 536876964/1/1 ".newsrc.new"
1889         new fid 536876964/1/1 ".newsrc"
1890 pike.afsfs > elvis.7001: rx data fs reply rename
1891 \fR
1892 .sp .5
1893 .fi
1894 .RE
1895 In the first line, host elvis sends a RX packet to pike.
1896 This was
1897 a RX data packet to the fs (fileserver) service, and is the start of
1898 an RPC call.
1899 The RPC call was a rename, with the old directory file id
1900 of 536876964/1/1 and an old filename of `.newsrc.new', and a new directory
1901 file id of 536876964/1/1 and a new filename of `.newsrc'.
1902 The host pike
1903 responds with a RPC reply to the rename call (which was successful, because
1904 it was a data packet and not an abort packet).
1905 .LP
1906 In general, all AFS RPCs are decoded at least by RPC call name.
1907 Most
1908 AFS RPCs have at least some of the arguments decoded (generally only
1909 the `interesting' arguments, for some definition of interesting).
1910 .LP
1911 The format is intended to be self-describing, but it will probably
1912 not be useful to people who are not familiar with the workings of
1913 AFS and RX.
1914 .LP
1915 If the -v (verbose) flag is given twice, acknowledgement packets and
1916 additional header information is printed, such as the the RX call ID,
1917 call number, sequence number, serial number, and the RX packet flags.
1918 .LP
1919 If the -v flag is given twice, additional information is printed,
1920 such as the the RX call ID, serial number, and the RX packet flags.
1921 The MTU negotiation information is also printed from RX ack packets.
1922 .LP
1923 If the -v flag is given three times, the security index and service id
1924 are printed.
1925 .LP
1926 Error codes are printed for abort packets, with the exception of Ubik
1927 beacon packets (because abort packets are used to signify a yes vote
1928 for the Ubik protocol).
1929 .LP
1930 Note that AFS requests are very large and many of the arguments won't
1931 be printed unless \fIsnaplen\fP is increased.
1932 Try using `\fB-s 256\fP'
1933 to watch AFS traffic.
1934 .LP
1935 AFS reply packets do not explicitly identify the RPC operation.
1936 Instead,
1937 \fItcpdump\fP keeps track of ``recent'' requests, and matches them to the
1938 replies using the call number and service ID.
1939 If a reply does not closely
1940 follow the
1941 corresponding request, it might not be parsable.
1942
1943 .HD
1944 KIP AppleTalk (DDP in UDP)
1945 .LP
1946 AppleTalk DDP packets encapsulated in UDP datagrams are de-encapsulated
1947 and dumped as DDP packets (i.e., all the UDP header information is
1948 discarded).
1949 The file
1950 .I /etc/atalk.names
1951 is used to translate AppleTalk net and node numbers to names.
1952 Lines in this file have the form
1953 .RS
1954 .nf
1955 .sp .5
1956 \fInumber       name\fP
1957
1958 \f(CW1.254              ether
1959 16.1            icsd-net
1960 1.254.110       ace\fR
1961 .sp .5
1962 .fi
1963 .RE
1964 The first two lines give the names of AppleTalk networks.
1965 The third
1966 line gives the name of a particular host (a host is distinguished
1967 from a net by the 3rd octet in the number \-
1968 a net number \fImust\fP have two octets and a host number \fImust\fP
1969 have three octets.)  The number and name should be separated by
1970 whitespace (blanks or tabs).
1971 The
1972 .I /etc/atalk.names
1973 file may contain blank lines or comment lines (lines starting with
1974 a `#').
1975 .LP
1976 AppleTalk addresses are printed in the form
1977 .RS
1978 .nf
1979 .sp .5
1980 \fInet.host.port\fP
1981
1982 \f(CW144.1.209.2 > icsd-net.112.220
1983 office.2 > icsd-net.112.220
1984 jssmag.149.235 > icsd-net.2\fR
1985 .sp .5
1986 .fi
1987 .RE
1988 (If the
1989 .I /etc/atalk.names
1990 doesn't exist or doesn't contain an entry for some AppleTalk
1991 host/net number, addresses are printed in numeric form.)
1992 In the first example, NBP (DDP port 2) on net 144.1 node 209
1993 is sending to whatever is listening on port 220 of net icsd node 112.
1994 The second line is the same except the full name of the source node
1995 is known (`office').
1996 The third line is a send from port 235 on
1997 net jssmag node 149 to broadcast on the icsd-net NBP port (note that
1998 the broadcast address (255) is indicated by a net name with no host
1999 number \- for this reason it's a good idea to keep node names and
2000 net names distinct in /etc/atalk.names).
2001 .LP
2002 NBP (name binding protocol) and ATP (AppleTalk transaction protocol)
2003 packets have their contents interpreted.
2004 Other protocols just dump
2005 the protocol name (or number if no name is registered for the
2006 protocol) and packet size.
2007
2008 \fBNBP packets\fP are formatted like the following examples:
2009 .RS
2010 .nf
2011 .sp .5
2012 \s-2\f(CWicsd-net.112.220 > jssmag.2: nbp-lkup 190: "=:LaserWriter@*"
2013 jssmag.209.2 > icsd-net.112.220: nbp-reply 190: "RM1140:LaserWriter@*" 250
2014 techpit.2 > icsd-net.112.220: nbp-reply 190: "techpit:LaserWriter@*" 186\fR\s+2
2015 .sp .5
2016 .fi
2017 .RE
2018 The first line is a name lookup request for laserwriters sent by net icsd host
2019 112 and broadcast on net jssmag.
2020 The nbp id for the lookup is 190.
2021 The second line shows a reply for this request (note that it has the
2022 same id) from host jssmag.209 saying that it has a laserwriter
2023 resource named "RM1140" registered on port 250.
2024 The third line is
2025 another reply to the same request saying host techpit has laserwriter
2026 "techpit" registered on port 186.
2027
2028 \fBATP packet\fP formatting is demonstrated by the following example:
2029 .RS
2030 .nf
2031 .sp .5
2032 \s-2\f(CWjssmag.209.165 > helios.132: atp-req  12266<0-7> 0xae030001
2033 helios.132 > jssmag.209.165: atp-resp 12266:0 (512) 0xae040000
2034 helios.132 > jssmag.209.165: atp-resp 12266:1 (512) 0xae040000
2035 helios.132 > jssmag.209.165: atp-resp 12266:2 (512) 0xae040000
2036 helios.132 > jssmag.209.165: atp-resp 12266:3 (512) 0xae040000
2037 helios.132 > jssmag.209.165: atp-resp 12266:4 (512) 0xae040000
2038 helios.132 > jssmag.209.165: atp-resp 12266:5 (512) 0xae040000
2039 helios.132 > jssmag.209.165: atp-resp 12266:6 (512) 0xae040000
2040 helios.132 > jssmag.209.165: atp-resp*12266:7 (512) 0xae040000
2041 jssmag.209.165 > helios.132: atp-req  12266<3,5> 0xae030001
2042 helios.132 > jssmag.209.165: atp-resp 12266:3 (512) 0xae040000
2043 helios.132 > jssmag.209.165: atp-resp 12266:5 (512) 0xae040000
2044 jssmag.209.165 > helios.132: atp-rel  12266<0-7> 0xae030001
2045 jssmag.209.133 > helios.132: atp-req* 12267<0-7> 0xae030002\fR\s+2
2046 .sp .5
2047 .fi
2048 .RE
2049 Jssmag.209 initiates transaction id 12266 with host helios by requesting
2050 up to 8 packets (the `<0-7>').
2051 The hex number at the end of the line
2052 is the value of the `userdata' field in the request.
2053 .LP
2054 Helios responds with 8 512-byte packets.
2055 The `:digit' following the
2056 transaction id gives the packet sequence number in the transaction
2057 and the number in parens is the amount of data in the packet,
2058 excluding the atp header.
2059 The `*' on packet 7 indicates that the
2060 EOM bit was set.
2061 .LP
2062 Jssmag.209 then requests that packets 3 & 5 be retransmitted.
2063 Helios
2064 resends them then jssmag.209 releases the transaction.
2065 Finally,
2066 jssmag.209 initiates the next request.
2067 The `*' on the request
2068 indicates that XO (`exactly once') was \fInot\fP set.
2069
2070 .HD
2071 IP Fragmentation
2072 .LP
2073 Fragmented Internet datagrams are printed as
2074 .RS
2075 .nf
2076 .sp .5
2077 \fB(frag \fIid\fB:\fIsize\fB@\fIoffset\fB+)\fR
2078 \fB(frag \fIid\fB:\fIsize\fB@\fIoffset\fB)\fR
2079 .sp .5
2080 .fi
2081 .RE
2082 (The first form indicates there are more fragments.
2083 The second
2084 indicates this is the last fragment.)
2085 .LP
2086 \fIId\fP is the fragment id.
2087 \fISize\fP is the fragment
2088 size (in bytes) excluding the IP header.
2089 \fIOffset\fP is this
2090 fragment's offset (in bytes) in the original datagram.
2091 .LP
2092 The fragment information is output for each fragment.
2093 The first
2094 fragment contains the higher level protocol header and the frag
2095 info is printed after the protocol info.
2096 Fragments
2097 after the first contain no higher level protocol header and the
2098 frag info is printed after the source and destination addresses.
2099 For example, here is part of an ftp from arizona.edu to lbl-rtsg.arpa
2100 over a CSNET connection that doesn't appear to handle 576 byte datagrams:
2101 .RS
2102 .nf
2103 .sp .5
2104 \s-2\f(CWarizona.ftp-data > rtsg.1170: . 1024:1332(308) ack 1 win 4096 (frag 595a:328@0+)
2105 arizona > rtsg: (frag 595a:204@328)
2106 rtsg.1170 > arizona.ftp-data: . ack 1536 win 2560\fP\s+2
2107 .sp .5
2108 .fi
2109 .RE
2110 There are a couple of things to note here:  First, addresses in the
2111 2nd line don't include port numbers.
2112 This is because the TCP
2113 protocol information is all in the first fragment and we have no idea
2114 what the port or sequence numbers are when we print the later fragments.
2115 Second, the tcp sequence information in the first line is printed as if there
2116 were 308 bytes of user data when, in fact, there are 512 bytes (308 in
2117 the first frag and 204 in the second).
2118 If you are looking for holes
2119 in the sequence space or trying to match up acks
2120 with packets, this can fool you.
2121 .LP
2122 A packet with the IP \fIdon't fragment\fP flag is marked with a
2123 trailing \fB(DF)\fP.
2124 .HD
2125 Timestamps
2126 .LP
2127 By default, all output lines are preceded by a timestamp.
2128 The timestamp
2129 is the current clock time in the form
2130 .RS
2131 .nf
2132 \fIhh:mm:ss.frac\fP
2133 .fi
2134 .RE
2135 and is as accurate as the kernel's clock.
2136 The timestamp reflects the time the kernel first saw the packet.
2137 No attempt
2138 is made to account for the time lag between when the
2139 ethernet interface removed the packet from the wire and when the kernel
2140 serviced the `new packet' interrupt.
2141 .SH "SEE ALSO"
2142 bpf(4), pcap(3)
2143 .SH AUTHORS
2144 The original authors are:
2145 .LP
2146 Van Jacobson,
2147 Craig Leres and
2148 Steven McCanne, all of the
2149 Lawrence Berkeley National Laboratory, University of California, Berkeley, CA.
2150 .LP
2151 It is currently being maintained by tcpdump.org.
2152 .LP
2153 The current version is available via http:
2154 .LP
2155 .RS
2156 .I http://www.tcpdump.org/
2157 .RE
2158 .LP
2159 The original distribution is available via anonymous ftp:
2160 .LP
2161 .RS
2162 .I ftp://ftp.ee.lbl.gov/tcpdump.tar.Z
2163 .RE
2164 .LP
2165 IPv6/IPsec support is added by WIDE/KAME project.
2166 This program uses Eric Young's SSLeay library, under specific configuration.
2167 .SH BUGS
2168 Please send problems, bugs, questions, desirable enhancements, etc. to:
2169 .LP
2170 .RS
2171 tcpdump-workers@tcpdump.org
2172 .RE
2173 .LP
2174 Please send source code contributions, etc. to:
2175 .LP
2176 .RS
2177 patches@tcpdump.org
2178 .RE
2179 .LP
2180 NIT doesn't let you watch your own outbound traffic, BPF will.
2181 We recommend that you use the latter.
2182 .LP
2183 On Linux systems with 2.0[.x] kernels:
2184 .IP
2185 packets on the loopback device will be seen twice;
2186 .IP
2187 packet filtering cannot be done in the kernel, so that all packets must
2188 be copied from the kernel in order to be filtered in user mode;
2189 .IP
2190 all of a packet, not just the part that's within the snapshot length,
2191 will be copied from the kernel (the 2.0[.x] packet capture mechanism, if
2192 asked to copy only part of a packet to userland, will not report the
2193 true length of the packet; this would cause most IP packets to get an
2194 error from
2195 .BR tcpdump );
2196 .IP
2197 capturing on some PPP devices won't work correctly.
2198 .LP
2199 We recommend that you upgrade to a 2.2 or later kernel.
2200 .LP
2201 Some attempt should be made to reassemble IP fragments or, at least
2202 to compute the right length for the higher level protocol.
2203 .LP
2204 Name server inverse queries are not dumped correctly: the (empty)
2205 question section is printed rather than real query in the answer
2206 section.
2207 Some believe that inverse queries are themselves a bug and
2208 prefer to fix the program generating them rather than \fItcpdump\fP.
2209 .LP
2210 A packet trace that crosses a daylight savings time change will give
2211 skewed time stamps (the time change is ignored).
2212 .LP
2213 Filter expressions on fields other than those in Token Ring headers will
2214 not correctly handle source-routed Token Ring packets.
2215 .LP
2216 Filter expressions on fields other than those in 802.11 headers will not
2217 correctly handle 802.11 data packets with both To DS and From DS set.
2218 .LP
2219 .BR "ip6 proto"
2220 should chase header chain, but at this moment it does not.
2221 .BR "ip6 protochain"
2222 is supplied for this behavior.
2223 .LP
2224 Arithmetic expression against transport layer headers, like \fBtcp[0]\fP,
2225 does not work against IPv6 packets.
2226 It only looks at IPv4 packets.