summaryrefslogtreecommitdiff
path: root/doc/dumpcap.pod
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2010-07-13 23:26:07 +0000
committerGuy Harris <guy@alum.mit.edu>2010-07-13 23:26:07 +0000
commit4d6cb744df5d98d4da719fcaa0e43dbb3f765b82 (patch)
tree8274a0d9bd4cc30bdb4a1ed31097f6578583be67 /doc/dumpcap.pod
parent3a5ba15b4d2ef710efc55bbab9331225f5e69a2e (diff)
downloadwireshark-4d6cb744df5d98d4da719fcaa0e43dbb3f765b82.tar.gz
Add a "-d" flag to dumpcap, to print out the generated code for the
capture filter in human-readable form. (Well, readable by humans who know BPF machine language, at least. :-)) svn path=/trunk/; revision=33509
Diffstat (limited to 'doc/dumpcap.pod')
-rw-r--r--doc/dumpcap.pod6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/dumpcap.pod b/doc/dumpcap.pod
index 220d099728..107aebc98c 100644
--- a/doc/dumpcap.pod
+++ b/doc/dumpcap.pod
@@ -10,6 +10,7 @@ S<[ B<-a> E<lt>capture autostop conditionE<gt> ] ...>
S<[ B<-b> E<lt>capture ring buffer optionE<gt>] ...>
S<[ B<-B> E<lt>capture buffer sizeE<gt> ] >
S<[ B<-c> E<lt>capture packet countE<gt> ]>
+S<[ B<-d> ]>
S<[ B<-D> ]>
S<[ B<-f> E<lt>capture filterE<gt> ]>
S<[ B<-h> ]>
@@ -126,6 +127,11 @@ libpcap.
Set the maximum number of packets to read when capturing live
data.
+=item -d
+
+Dump the code generated for the capture filter in a human-readable form,
+and exit.
+
=item -D
Print a list of the interfaces on which B<Dumpcap> can capture, and