aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/h225_ras_srt.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2004-07-28 07:16:33 +0000
committerGuy Harris <guy@alum.mit.edu>2004-07-28 07:16:33 +0000
commit28f3dcaaace4900dfc34915b3990f1c283d0b2fa (patch)
treec0cd30b1fa06f8610e3ac3665a2f2fc9be2f94a5 /gtk/h225_ras_srt.c
parentccf6fdf10e106ae522426af6e5604d38baf0ecc8 (diff)
From Lars Roland: yes, it probably *should* be "retap_packets()", so use
that instead of "redissect_packets()". svn path=/trunk/; revision=11548
Diffstat (limited to 'gtk/h225_ras_srt.c')
-rw-r--r--gtk/h225_ras_srt.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/gtk/h225_ras_srt.c b/gtk/h225_ras_srt.c
index 19750a7fa3..a82aee1725 100644
--- a/gtk/h225_ras_srt.c
+++ b/gtk/h225_ras_srt.c
@@ -336,8 +336,7 @@ gtk_h225rassrt_init(char *optarg)
gtk_widget_show_all(hs->win);
window_present(hs->win);
- /* XXX - shouldn't this be retap_packets? */
- redissect_packets(&cfile);
+ retap_packets(&cfile);
}
void