Witness: enum witness_notifyResponse_type
[wireshark-wip.git] / doc / dftest.pod
blobfab224732bdd3a886620cd25364d3e98a16a9c5a
2 =head1 NAME
4 dftest - Shows display filter byte-code, for debugging dfilter routines.
6 =head1 SYNOPSIS
8 B<dftest>
9 S<[ E<lt>filterE<gt> ]>
11 =head1 DESCRIPTION
13 B<dftest> is a simple tool which compiles a display filter and shows its bytecode.
15 =head1 OPTIONS
17 =over 4
19 =item filter
21 The display filter expression. If needed it has to be quoted.
23 =back
25 =head1 EXAMPLES
27 Show how the IP protocol is filtered:
29     dftest ip
31 Shows how frame 150 is filtered:
33     dftest "frame.number == 150"
35 =head1 SEE ALSO
37 wireshark-filter(4)