aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2010-07-13 23:26:07 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2010-07-13 23:26:07 +0000
commit8b0ac49ac18a7ba3f0c17facb88e3a760db6a192 (patch)
tree8274a0d9bd4cc30bdb4a1ed31097f6578583be67 /doc
parentafa0dc34934889c7c382750308c72470109d9128 (diff)
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. :-)) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@33509 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'doc')
-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