diff options
author | Gerald Combs <gerald@wireshark.org> | 2015-07-07 16:18:00 -0700 |
---|---|---|
committer | Gerald Combs <gerald@wireshark.org> | 2015-07-08 17:01:15 +0000 |
commit | 4eca2689357fad460908c2b7a74cbdb8cb5d0f4e (patch) | |
tree | ca2ef75e2a451b0d1c3f8f632ee30fdfb1a22240 /epan/stat_tap_ui.c | |
parent | d3f71f923a67547974c09e4a90e6865c34e0163e (diff) | |
download | wireshark-4eca2689357fad460908c2b7a74cbdb8cb5d0f4e.tar.gz wireshark-4eca2689357fad460908c2b7a74cbdb8cb5d0f4e.tar.bz2 wireshark-4eca2689357fad460908c2b7a74cbdb8cb5d0f4e.zip |
Add SimpleStatisticsDialog.
To do:
- Refactor dynamic menu item placement.
Change-Id: I087de9f2fa3c2ff7dc08e5d54bc9c1b984fdd7b1
Reviewed-on: https://code.wireshark.org/review/9561
Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'epan/stat_tap_ui.c')
-rw-r--r-- | epan/stat_tap_ui.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/stat_tap_ui.c b/epan/stat_tap_ui.c index 61f909f5c7..c038c58592 100644 --- a/epan/stat_tap_ui.c +++ b/epan/stat_tap_ui.c @@ -209,7 +209,7 @@ void new_stat_tap_init_table_row(new_stat_tap_table *stat_table, guint table_ind } -stat_tap_table_item_type* new_stat_tap_get_field_data(new_stat_tap_table *stat_table, guint table_index, guint field_index) +stat_tap_table_item_type* new_stat_tap_get_field_data(const new_stat_tap_table *stat_table, guint table_index, guint field_index) { stat_tap_table_item_type* field_value; g_assert(table_index < stat_table->num_elements); |