summaryrefslogtreecommitdiff
path: root/ui/qt/simple_statistics_dialog.h
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2015-08-06 10:56:22 -0700
committerAnders Broman <a.broman58@gmail.com>2015-08-07 08:57:42 +0000
commitfd19aafbe6ae39dc07c16ebf565d916ec6da33a4 (patch)
treef63839dc26ea32e3aa42d05b9918b83854955e99 /ui/qt/simple_statistics_dialog.h
parent0c9998ddfdb425fef2a43badb09690ef2a8e73ce (diff)
downloadwireshark-fd19aafbe6ae39dc07c16ebf565d916ec6da33a4.tar.gz
Add ONC RPC program stats.
Convert ONC RPC program stats to the stat_tap API. Add a "user_data" member to the stat_tap_table_item_type struct. Change-Id: I5cbf000a447ff93d30fa7f098124bdcbc34f2935 Reviewed-on: https://code.wireshark.org/review/9904 Petri-Dish: Gerald Combs <gerald@wireshark.org> Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'ui/qt/simple_statistics_dialog.h')
-rw-r--r--ui/qt/simple_statistics_dialog.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/ui/qt/simple_statistics_dialog.h b/ui/qt/simple_statistics_dialog.h
index 60938f2755..befd654d4b 100644
--- a/ui/qt/simple_statistics_dialog.h
+++ b/ui/qt/simple_statistics_dialog.h
@@ -24,6 +24,8 @@
#include "tap_parameter_dialog.h"
+struct _new_stat_data_t;
+
class SimpleStatisticsDialog : public TapParameterDialog
{
Q_OBJECT
@@ -38,7 +40,7 @@ protected:
* @param st_table The table to add.
*/
// gtk:service_response_table.h:init_srt_table
- void addSimpleStatisticsTable(const struct _stat_tap_table *st_table);
+ void addMissingRows(struct _new_stat_data_t *stat_data);
private:
struct _new_stat_tap_ui *stu_;