table of contents
- bookworm 4.0.11-1~deb12u1
DFTEST(1) | DFTEST(1) |
NAME¶
dftest - Shows display filter byte-code, for debugging dfilter routines.
SYNOPSIS¶
dftest [ <filter> ]
DESCRIPTION¶
dftest is a simple tool which compiles a display filter and shows its bytecode. Please refer to doc/README.display_filter for a description of the DFVM (Display Filter Virtual Machine) Byte Codes.
OPTIONS¶
filter
The display filter expression. If needed it has to be quoted.
DIAGNOSTIC OPTIONS¶
--log-level <level>
--log-fatal <level>
--log-domains <list>
--log-debug <list>
--log-noisy <list>
--log-file <path>
EXAMPLES¶
Show how the IP protocol is filtered:
dftest ip
Shows how frame 150 is filtered:
dftest "frame.number == 150"
SEE ALSO¶
AUTHORS¶
Original Author
Jan Šafránek
Contributors
Jaap Keuter
2023-10-05 |