aboutsummaryrefslogtreecommitdiffstats
path: root/doc/rawshark.pod
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2009-02-23 19:00:30 +0000
committerGuy Harris <guy@alum.mit.edu>2009-02-23 19:00:30 +0000
commit1514fcff5f94bc02e1c4ee117bdacb459ebd184c (patch)
tree8e89acab04fdc2ccc4c0fc40bf2a876fa466d4fb /doc/rawshark.pod
parentb93465327798583bbc7ee89f26eae8f6273ec130 (diff)
Have the minimum snapshot length be 1 byte, and have a snapshot length
of 0 mean 65535, similar to what tcpdump does. Fixes bug 2731. svn path=/trunk/; revision=27526
Diffstat (limited to 'doc/rawshark.pod')
-rw-r--r--doc/rawshark.pod5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/rawshark.pod b/doc/rawshark.pod
index cfe942b2ec..98e291e758 100644
--- a/doc/rawshark.pod
+++ b/doc/rawshark.pod
@@ -167,9 +167,10 @@ matching the filter are discarded rather than being printed or written.
=item -s E<lt>capture snaplenE<gt>
-Set the default snapshot length to use when capturing live data.
+Set the default snapshot length to use when capturing live data.
No more than I<snaplen> bytes of each network packet will be read into
-memory, or saved to disk.
+memory, or saved to disk. A value of 0 specifies a snapshot length of
+65535, so that the full packet is captured; this is the default.
=item -S