aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/sctp_chunk_stat.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/sctp_chunk_stat.c')
-rw-r--r--gtk/sctp_chunk_stat.c10
1 files changed, 8 insertions, 2 deletions
diff --git a/gtk/sctp_chunk_stat.c b/gtk/sctp_chunk_stat.c
index 10999bbc0a..7a6ea99968 100644
--- a/gtk/sctp_chunk_stat.c
+++ b/gtk/sctp_chunk_stat.c
@@ -57,11 +57,17 @@
static void sctpstat_init(const char *optarg, void *userdata);
-static tap_dfilter_dlg sctp_stat_dlg = {
+static tap_param sctp_stat_params[] = {
+ { PARAM_FILTER, "Filter", NULL }
+};
+
+static tap_param_dlg sctp_stat_dlg = {
"SCTP Statistics",
"sctp,stat",
sctpstat_init,
- -1
+ -1,
+ G_N_ELEMENTS(sctp_stat_params),
+ sctp_stat_params
};
typedef struct sctp_ep {