I'm not sure -Q/WIRESHARK_QUIT_AFTER_CAPTURE is actually useful in batch
authorGuy Harris <guy@alum.mit.edu>
Mon, 29 Aug 2011 23:25:29 +0000 (23:25 -0000)
committerGuy Harris <guy@alum.mit.edu>
Mon, 29 Aug 2011 23:25:29 +0000 (23:25 -0000)
mode; in batch mode, you probably want to use TShark or dumpcap.

svn path=/trunk/; revision=38787

doc/wireshark.pod.template

index 1150c0cc8ca6609c38d30275ad1314af93fb2c0b..daac2e55c3fde1ef5ad7a8ecd85ba0500d2909d8 100644 (file)
@@ -2758,10 +2758,11 @@ auditing code.
 
 =item WIRESHARK_QUIT_AFTER_CAPTURE
 
-Cause B<Wireshark> to exit after the end of capture session (useful in
-batch mode with B<-c> option for instance). This doesn't automatically
-start a capture; you must still use B<-k> to do that. You must also
-specify an autostop condition, e.g. B<-c> or B<-a duration:...>.
+Cause B<Wireshark> to exit after the end of the capture session.  This
+doesn't automatically start a capture; you must still use B<-k> to do
+that.  You must also specify an autostop condition, e.g.  B<-c> or B<-a
+duration:...>.  This means that you will not be able to see the results
+of the capture after it stops; it's primarily useful for testing.
 
 =back