1DFTEST(1)               The Wireshark Network Analyzer               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           The display filter expression. If needed it has to be quoted.
19

EXAMPLES

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

SEE ALSO

30       wireshark-filter(4)
31
32
33
342.6.2                             2018-07-18                         DFTEST(1)
Impressum