aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/main_window.h
diff options
context:
space:
mode:
authorDario Lombardo <lomato@gmail.com>2014-12-30 12:31:46 +0100
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2015-01-05 09:06:32 +0000
commit696fcdba218c1c63537425149b63811ef8d9d73c (patch)
tree3a0a1d3d52e2a9975225b1e1047786f623f858e1 /ui/qt/main_window.h
parent087723adb064f23e32849c3d2c0f851717ee8b28 (diff)
Added DNS statistics support
This affects both the dissector (that has been added with a tap interface and a stats generator) and the UI (to recall the stats menu). Change-Id: I90658f7aa6707aa39bdd787a51b20fed4dbddc53 Reviewed-on: https://code.wireshark.org/review/6236 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
Diffstat (limited to 'ui/qt/main_window.h')
-rw-r--r--ui/qt/main_window.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/qt/main_window.h b/ui/qt/main_window.h
index 3047f27290..4bf11a30d7 100644
--- a/ui/qt/main_window.h
+++ b/ui/qt/main_window.h
@@ -417,6 +417,7 @@ private slots:
void statCommandIOGraph(const char *arg = NULL, void *userdata = NULL);
void on_actionStatisticsIOGraph_triggered();
void on_actionStatisticsSametime_triggered();
+ void on_actionStatisticsDNS_triggered();
void openVoipCallsDialog(bool all_flows = false);
void on_actionTelephonyVoipCalls_triggered();