logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

dftest - Shows display filter byte-code, for debugging dfilter routines.

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> ]

See Also