dftest - Shows display filter byte-code, for debugging dfilter routines.
Contents
Description
dftest is a simple tool which compiles a display filter and shows its bytecode.
Examples
Show how the IP protocol is filtered:
dftest ip
Shows how frame 150 is filtered:
dftest "frame.number == 150"
Name
dftest - Shows display filter byte-code, for debugging dfilter routines.
Options
filter
The display filter expression. If needed it has to be quoted.
See Also
wireshark-filter(4) 2022-03-04 DFTEST(1)
Synopsis
dftest [ <filter> ]
