aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/h225_ras_srt.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2011-06-05 22:39:23 +0000
committerGuy Harris <guy@alum.mit.edu>2011-06-05 22:39:23 +0000
commit3a1097a0aea8d80427fb93af8974f9df44ac6b28 (patch)
tree1105746fbacb4593e5eb58ff547ffcb14dff554d /gtk/h225_ras_srt.c
parent2477298026d8d24ba3e3fa956b602261300e178a (diff)
Some work on generalizing the "display filter" tap parameter dialog box
to more generally support fetching parameters for taps. svn path=/trunk/; revision=37559
Diffstat (limited to 'gtk/h225_ras_srt.c')
-rw-r--r--gtk/h225_ras_srt.c10
1 files changed, 8 insertions, 2 deletions
diff --git a/gtk/h225_ras_srt.c b/gtk/h225_ras_srt.c
index 6601ae4c6e..d2ec269078 100644
--- a/gtk/h225_ras_srt.c
+++ b/gtk/h225_ras_srt.c
@@ -56,11 +56,17 @@
static void gtk_h225rassrt_init(const char *optarg, void *userdata);
-static tap_dfilter_dlg h225_rassrt_dlg = {
+static tap_param h225_rassrt_params[] = {
+ { PARAM_FILTER, "Filter", NULL }
+};
+
+static tap_param_dlg h225_rassrt_dlg = {
"H.225 RAS Service Response Time",
"h225,srt",
gtk_h225rassrt_init,
- -1
+ -1,
+ G_N_ELEMENTS(h225_rassrt_params),
+ h225_rassrt_params
};
/* following values represent the size of their valuestring arrays */