Go to main content

man pages section 1: User Commands

Exit Print View

Updated: Wednesday, July 27, 2022
 
 

dftest (1)

Name

dftest - code, for debugging dfilter routines.

Synopsis

dftest [ <filter> ]

Description

DFTEST(1)                                                            DFTEST(1)



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

SYNOPSIS
       dftest [ <filter> ]

DESCRIPTION
       dftest is a simple tool which compiles a display filter and shows its
       bytecode.

OPTIONS
       filter

           The display filter expression. If needed it has to be quoted.

EXAMPLES
       Show how the IP protocol is filtered:

           dftest ip

       Shows how frame 150 is filtered:

           dftest "frame.number == 150"


ATTRIBUTES
       See attributes(7) for descriptions of the following attributes:


       +---------------+---------------------------------------+
       |ATTRIBUTE TYPE |           ATTRIBUTE VALUE             |
       +---------------+---------------------------------------+
       |Availability   | diagnostic/wireshark/wireshark-common |
       +---------------+---------------------------------------+
       |Stability      | Uncommitted                           |
       +---------------+---------------------------------------+

SEE ALSO
       wireshark-filter(4)


NOTES
       Source code for open source software components in Oracle Solaris can
       be found at https://www.oracle.com/downloads/opensource/solaris-source-
       code-downloads.html.

       This software was built from source available at
       https://github.com/oracle/solaris-userland. The original community
       source was downloaded from  http://www.wireshark.org/download/src/all-
       versions/wireshark-3.6.6.tar.xz.

       Further information about this software can be found on the open source
       community website at http://www.wireshark.org/.



                                                                     DFTEST(1)