diff options
author | Gerald Combs <gerald@wireshark.org> | 2011-03-27 16:06:03 +0000 |
---|---|---|
committer | Gerald Combs <gerald@wireshark.org> | 2011-03-27 16:06:03 +0000 |
commit | 941666d52543f2a8ddd7056f69722c4b247f0e2d (patch) | |
tree | 6c493e00a4766e7dc7f8c7bf07a794636ab38b1d /doc/tshark.pod | |
parent | 8cc32fd53561b98a0fc413646212d15b83bd2c62 (diff) | |
download | wireshark-941666d52543f2a8ddd7056f69722c4b247f0e2d.tar.gz wireshark-941666d52543f2a8ddd7056f69722c4b247f0e2d.tar.bz2 wireshark-941666d52543f2a8ddd7056f69722c4b247f0e2d.zip |
Add "-z hosts", which dumps name resolution information in hosts format.
svn path=/trunk/; revision=36372
Diffstat (limited to 'doc/tshark.pod')
-rw-r--r-- | doc/tshark.pod | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/tshark.pod b/doc/tshark.pod index 8813cc43ca..4863e2cc61 100644 --- a/doc/tshark.pod +++ b/doc/tshark.pod @@ -702,6 +702,14 @@ on those calls that match that filter. Example: S<B<-z dcerpc,srt,12345778-1234-abcd-ef00-0123456789ac,1.0,ip.addr==1.2.3.4>> will collect SAMR SRT statistics for a specific host. +=item B<-z> hosts[,ipv4][,ipv6] + +Dump any collected IPv4 and/or IPv6 addresses in "hosts" format. Both IPv4 +and IPv6 addresses are dumped by default. + +Addresses are collected from a number of sources, including standard "hosts" +files and captured traffic. + =item B<-z> io,phs[,I<filter>] Create Protocol Hierarchy Statistics listing both number of packets and bytes. |