wireshark/doc/dftest.pod
Gerald Combs dfc7fcc815 Docs: Make our Pod documentation encoding uniform.
We've set "=encoding utf8" in wireshark.pod for a long time. Do so in
the rest of our .pod files.

Change-Id: I3ef0fb3a88ed63275b4ff4362b6afbf13d79a0bc
Reviewed-on: https://code.wireshark.org/review/29182
Reviewed-by: Gerald Combs <gerald@wireshark.org>
Petri-Dish: Gerald Combs <gerald@wireshark.org>
Tested-by: Petri Dish Buildbot
Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
2018-08-18 14:29:41 +00:00

43 lines
566 B
Text

=begin man
=encoding utf8
=end man
=head1 NAME
dftest - Shows display filter byte-code, for debugging dfilter routines.
=head1 SYNOPSIS
B<dftest>
S<[ E<lt>filterE<gt> ]>
=head1 DESCRIPTION
B<dftest> is a simple tool which compiles a display filter and shows its bytecode.
=head1 OPTIONS
=over 4
=item filter
The display filter expression. If needed it has to be quoted.
=back
=head1 EXAMPLES
Show how the IP protocol is filtered:
dftest ip
Shows how frame 150 is filtered:
dftest "frame.number == 150"
=head1 SEE ALSO
wireshark-filter(4)