summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/rawshark.pod4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/rawshark.pod b/doc/rawshark.pod
index c2c722a2bb..9119839591 100644
--- a/doc/rawshark.pod
+++ b/doc/rawshark.pod
@@ -199,6 +199,10 @@ Read packet data from I<input source>. It can be either the name of a FIFO
(named pipe) or ``-'' to read data from the standard input, and must have
the record format specified above.
+If you are sending data to rawshark from a parent process on Windows you
+should not close rawshark's standard input handle prematurely, otherwise
+the C runtime might trigger an exception.
+
=item -R E<lt>read (display) filterE<gt>
Cause the specified filter (which uses the syntax of read/display filters,