aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/h225_ras_srt.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-12-19 23:41:55 +0000
committerGuy Harris <guy@alum.mit.edu>2003-12-19 23:41:55 +0000
commit39f5418dc0d40df41f329c4b9eeb59fd5a530e9a (patch)
tree1e98a2488910ce5e2ef9e67ab11250ecedf6b3b6 /gtk/h225_ras_srt.c
parentbbcb86c56492cd33fb9708fc99e3760443da6846 (diff)
From Lars Roland:
use the common display filter dialog infrastructure in the MGCP service response time tap; add common infrastructure for updating the titles of tap dialogs when the capture file name changes. svn path=/trunk/; revision=9366
Diffstat (limited to 'gtk/h225_ras_srt.c')
-rw-r--r--gtk/h225_ras_srt.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk/h225_ras_srt.c b/gtk/h225_ras_srt.c
index e55157f2a4..e9e8ccfc24 100644
--- a/gtk/h225_ras_srt.c
+++ b/gtk/h225_ras_srt.c
@@ -2,7 +2,7 @@
* h225 RAS Service Response Time statistics for ethereal
* Copyright 2003 Lars Roland
*
- * $Id: h225_ras_srt.c,v 1.4 2003/12/17 22:13:07 guy Exp $
+ * $Id: h225_ras_srt.c,v 1.5 2003/12/19 23:41:55 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -49,6 +49,7 @@
#include "dlg_utils.h"
#include "../file.h"
#include "../globals.h"
+#include "../tap_dfilter_dlg.h"
#include "tap_dfilter_dlg.h"
extern GtkWidget *main_display_filter_widget;