aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2010-05-07 01:46:38 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2010-05-07 01:46:38 +0000
commitbb2fb54f4d9be8bceb9b4a5cba9216018fb823c4 (patch)
tree06a6e82a95a917f629962f14014ccaece964fbac /doc
parentdf5bd1bc0263e6afdbf27f0782d59bc4646acfb5 (diff)
Add monitor mode support to TShark.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32704 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'doc')
-rw-r--r--doc/tshark.pod13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/tshark.pod b/doc/tshark.pod
index df326a14c6..449be83348 100644
--- a/doc/tshark.pod
+++ b/doc/tshark.pod
@@ -19,6 +19,7 @@ S<[ B<-f> E<lt>capture filterE<gt> ]>
S<[ B<-F> E<lt>file formatE<gt> ]>
S<[ B<-h> ]>
S<[ B<-i> E<lt>capture interfaceE<gt>|- ]>
+S<[ B<-I> ]>
S<[ B<-K> E<lt>keytabE<gt> ]>
S<[ B<-l> ]>
S<[ B<-L> ]>
@@ -302,6 +303,18 @@ standard libpcap format.
Note: the Win32 version of B<TShark> doesn't support capturing from
pipes!
+=item -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.
+
+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.
+
=item -K E<lt>keytabE<gt>
Load kerberos crypto keys from the specified keytab file.