1DFTEST(1)                                                            DFTEST(1)
2
3
4

NAME

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

SYNOPSIS

10       dftest [ <filter> ]
11

DESCRIPTION

13       dftest is a simple tool which compiles a display filter and shows its
14       bytecode.
15

OPTIONS

17       filter
18
19           The display filter expression. If needed it has to be quoted.
20

EXAMPLES

22       Show how the IP protocol is filtered:
23
24           dftest ip
25
26       Shows how frame 150 is filtered:
27
28           dftest "frame.number == 150"
29

SEE ALSO

31       wireshark-filter(4)
32
33
34
35                                  2021-11-25                         DFTEST(1)
Impressum