aboutsummaryrefslogtreecommitdiffstats
path: root/epan/stat_tap_ui.c
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2015-08-03 10:30:04 -0700
committerGerald Combs <gerald@wireshark.org>2015-08-04 16:36:22 +0000
commit03802cc53eefdc152f9c2160ebebf9717e5f07b2 (patch)
tree95c56e0072d656f4eef7cf6f786bbbbebb39edef /epan/stat_tap_ui.c
parent632b4023faaa2b77e69d35148a8b6e98f032cc3d (diff)
Convert H.225 tap stats to new "generic stat API".
Migrate the H.225 stats similar to the recent BOOTP migration. Change-Id: I70ff7ab6cf3e9796f257412ba7d65ec9fe7f77ad Reviewed-on: https://code.wireshark.org/review/9859 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 'epan/stat_tap_ui.c')
-rw-r--r--epan/stat_tap_ui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/stat_tap_ui.c b/epan/stat_tap_ui.c
index 3f8a15f458..91699419e1 100644
--- a/epan/stat_tap_ui.c
+++ b/epan/stat_tap_ui.c
@@ -192,7 +192,7 @@ void new_stat_tap_add_table(new_stat_tap_ui* new_stat, new_stat_tap_table* table
g_array_insert_val(new_stat->tables, new_stat->tables->len, table);
}
-void new_stat_tap_init_table_row(new_stat_tap_table *stat_table, guint table_index, guint num_fields, stat_tap_table_item_type* fields)
+void new_stat_tap_init_table_row(new_stat_tap_table *stat_table, guint table_index, guint num_fields, const stat_tap_table_item_type* fields)
{
/* we have discovered a new procedure. Extend the table accordingly */
if(table_index>=stat_table->num_elements){