1DFTEST(1) DFTEST(1)
23
4
NAME
6dftest - Shows display filter byte-code, for debugging dfilter
7routines.
8
SYNOPSIS
10dftest [ <filter> ]
11
DESCRIPTION
13dftest is a simple tool which compiles a display filter and shows its
14bytecode.
15
OPTIONS
17filter
1819
The display filter expression. If needed it has to be quoted.
20
EXAMPLES
22Show how the IP protocol is filtered:
2324
dftest ip
2526
Shows how frame 150 is filtered:
2728
dftest "frame.number == 150"
29
SEE ALSO
31wireshark-filter(4)
3233
34
35
2022-02-16 DFTEST(1)