Wireshark 4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
Classes | Enumerations
display_filter_edit.h File Reference
#include <QDrag>
#include <QActionGroup>
#include <QPointer>
#include <ui/qt/widgets/syntax_line_edit.h>

Go to the source code of this file.

Classes

class  DisplayFilterEdit
 A line edit widget specialized for entering, validating, and managing display filters. More...
 

Enumerations

enum  DisplayFilterEditType { DisplayFilterToApply , DisplayFilterToEnter , ReadFilterToApply , CustomColumnToEnter }
 Specifies how a filter or column expression entered in the filter edit widget should be handled. More...
 

Detailed Description

Wireshark - Network traffic analyzer By Gerald Combs geral.nosp@m.d@wi.nosp@m.resha.nosp@m.rk.o.nosp@m.rg Copyright 1998 Gerald Combs

SPDX-License-Identifier: GPL-2.0-or-later

Enumeration Type Documentation

◆ DisplayFilterEditType

Specifies how a filter or column expression entered in the filter edit widget should be handled.

Enumerator
DisplayFilterToApply 

Apply the entered display filter expression to the packet list immediately

DisplayFilterToEnter 

Stage the display filter expression in the filter bar without applying it

ReadFilterToApply 

Apply the entered expression as a read filter when (re)opening a capture file

CustomColumnToEnter 

Enter a field expression to be used as a custom column definition