]> The Tcpdump Group git mirrors - tcpdump/commit
Note that "-e" can be used to get MAC addresses printed.
authorGuy Harris <[email protected]>
Tue, 13 Nov 2012 09:08:04 +0000 (01:08 -0800)
committerGuy Harris <[email protected]>
Tue, 13 Nov 2012 09:08:04 +0000 (01:08 -0800)
commit76153174f4e9ba5bb14ce827cca06235bbe84ba7
tree144fae7d51ebe2ccc669d0fb627a273e1ce95cf2
parent5e15e5929466ea340285186a2089a9e4b0d00978
Note that "-e" can be used to get MAC addresses printed.

Also give more details on shell metacharacters in filter expressions -
in particular, note that a common use of a shell metacharacter is a
backslash used to escape protocol names, e.g. "ether proto \ip", and
that the alternative to quoting the entire expression is to escapet he
shell metacharacters, e.g.

tcpdump ether proto \\ip
tcpdump.1.in