diff options
Diffstat (limited to 'gtk/h323_conversations_dlg.c')
-rw-r--r-- | gtk/h323_conversations_dlg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/h323_conversations_dlg.c b/gtk/h323_conversations_dlg.c index dfcc0ecdba..84c5b5b0bc 100644 --- a/gtk/h323_conversations_dlg.c +++ b/gtk/h323_conversations_dlg.c @@ -570,7 +570,7 @@ h323conversations_init_tap(char *dummy _U_) h245conversations_init_tap(); /* Scan for H323 conversations conversationss (redissect all packets) */ - retap_packets(&cfile); + cf_retap_packets(&cfile); /* Show the dialog box with the list of conversationss */ h323conversations_dlg_show(h323conversations_get_info()->strinfo_list); |