summaryrefslogtreecommitdiff
path: root/ui/help_url.h
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2015-06-01 16:29:17 -0700
committerGerald Combs <gerald@wireshark.org>2015-06-03 02:27:00 +0000
commitec3f923e3e693a3ca469bb7073a8c9ce2c33cb7d (patch)
tree0c22e44bfe372915d7831e8fde1c74504b480075 /ui/help_url.h
parent32177ceec8aedc9130f95e4ead34d5b5155ea17d (diff)
downloadwireshark-ec3f923e3e693a3ca469bb7073a8c9ce2c33cb7d.tar.gz
Add the Display Filter Expression dialog.
Changes from the GTK+ UI: - The display filter is built on the fly with immediate syntax feedback. - Slightly different layout. - You can search for fields. Make the plain SyntaxLineEdit a bit more plain. Bug: 11128 Change-Id: I06a48cd7b9ba7b9dc193b0199540aede4eb62fa7 Reviewed-on: https://code.wireshark.org/review/8742 Petri-Dish: Gerald Combs <gerald@wireshark.org> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'ui/help_url.h')
-rw-r--r--ui/help_url.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/help_url.h b/ui/help_url.h
index 033ef8ff8c..bbf82821da 100644
--- a/ui/help_url.h
+++ b/ui/help_url.h
@@ -68,6 +68,7 @@ typedef enum {
HELP_CAPTURE_OPTIONS_DIALOG,
HELP_CAPTURE_FILTERS_DIALOG,
HELP_DISPLAY_FILTERS_DIALOG,
+ HELP_FILTER_EXPRESSION_DIALOG,
HELP_COLORING_RULES_DIALOG,
HELP_CONFIG_PROFILES_DIALOG,
HELP_MANUAL_ADDR_RESOLVE_DIALOG,