From 5c668f3cdd0277547314da5a056d8dcd6e0c86f4 Mon Sep 17 00:00:00 2001 From: guy Date: Tue, 13 Jan 2004 22:49:15 +0000 Subject: [PATCH] Use "retap_packets()" rather than "redissect_packets()". git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@9660 f5534014-38df-0310-8fa8-9805f1628bb7 --- gtk/bootp_stat.c | 4 ++-- gtk/dcerpc_stat.c | 4 ++-- gtk/endpoint_talkers_table.c | 8 ++++---- gtk/fc_stat.c | 4 ++-- gtk/http_stat.c | 4 ++-- gtk/ldap_stat.c | 4 ++-- gtk/mgcp_stat.c | 4 ++-- gtk/rpc_stat.c | 4 ++-- gtk/rtp_analysis.c | 6 +++--- gtk/rtp_stream.c | 8 ++++---- gtk/smb_stat.c | 4 ++-- gtk/wsp_stat.c | 4 ++-- 12 files changed, 29 insertions(+), 29 deletions(-) diff --git a/gtk/bootp_stat.c b/gtk/bootp_stat.c index 2f32082d63..2f02633233 100644 --- a/gtk/bootp_stat.c +++ b/gtk/bootp_stat.c @@ -1,7 +1,7 @@ /* bootp_stat.c * boop_stat 2003 Jean-Michel FAYARD * - * $Id: bootp_stat.c,v 1.11 2004/01/10 16:27:39 ulfl Exp $ + * $Id: bootp_stat.c,v 1.12 2004/01/13 22:49:14 guy Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs @@ -253,7 +253,7 @@ gtk_dhcpstat_init(char *optarg) gtk_widget_destroy( dlg ); } gtk_widget_show_all( sp->win ); - redissect_packets(&cfile); + retap_packets(&cfile); } diff --git a/gtk/dcerpc_stat.c b/gtk/dcerpc_stat.c index 07ad69d402..68edab15ac 100644 --- a/gtk/dcerpc_stat.c +++ b/gtk/dcerpc_stat.c @@ -1,7 +1,7 @@ /* dcerpc_stat.c * dcerpc_stat 2002 Ronnie Sahlberg * - * $Id: dcerpc_stat.c,v 1.38 2004/01/10 16:27:40 ulfl Exp $ + * $Id: dcerpc_stat.c,v 1.39 2004/01/13 22:49:14 guy Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs @@ -304,7 +304,7 @@ gtk_dcerpcstat_init(char *optarg) gtk_widget_show_all(rs->win); - redissect_packets(&cfile); + retap_packets(&cfile); } diff --git a/gtk/endpoint_talkers_table.c b/gtk/endpoint_talkers_table.c index f7c7a2f847..87f9225b13 100644 --- a/gtk/endpoint_talkers_table.c +++ b/gtk/endpoint_talkers_table.c @@ -4,7 +4,7 @@ * endpoint_talkers_table 2003 Ronnie Sahlberg * Helper routines common to all endpoint talkers tap. * - * $Id: endpoint_talkers_table.c,v 1.26 2003/12/16 05:04:11 guy Exp $ + * $Id: endpoint_talkers_table.c,v 1.27 2004/01/13 22:49:14 guy Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs @@ -1047,7 +1047,7 @@ init_ett_table(gboolean hide_ports, char *table_name, char *tap_name, char *filt talkers->num_endpoints=0; talkers->endpoints=NULL; - /* hide srcport and dstport if we dont use ports */ + /* hide srcport and dstport if we don't use ports */ if(hide_ports){ gtk_clist_set_column_visibility(talkers->table, 1, FALSE); gtk_clist_set_column_visibility(talkers->table, 3, FALSE); @@ -1057,7 +1057,7 @@ init_ett_table(gboolean hide_ports, char *table_name, char *tap_name, char *filt ett_create_popup_menu(talkers); - /* register the tap and resissect the packet list */ + /* register the tap and rerun the taps on the packet list */ error_string=register_tap_listener(tap_name, talkers, filter, (void *)reset_ett_table_data, packet_func, (void *)draw_ett_table_data); if(error_string){ simple_dialog(ESD_TYPE_WARN, NULL, error_string->str); @@ -1067,7 +1067,7 @@ init_ett_table(gboolean hide_ports, char *table_name, char *tap_name, char *filt } gtk_widget_show_all(talkers->win); - redissect_packets(&cfile); + retap_packets(&cfile); } diff --git a/gtk/fc_stat.c b/gtk/fc_stat.c index 68bfe0f667..4741ef92ee 100644 --- a/gtk/fc_stat.c +++ b/gtk/fc_stat.c @@ -1,7 +1,7 @@ /* fc_stat.c * fc_stat 2003 Ronnie Sahlberg * - * $Id: fc_stat.c,v 1.18 2004/01/10 16:27:41 ulfl Exp $ + * $Id: fc_stat.c,v 1.19 2004/01/13 22:49:14 guy Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs @@ -186,7 +186,7 @@ gtk_fcstat_init(char *optarg) } gtk_widget_show_all(fc->win); - redissect_packets(&cfile); + retap_packets(&cfile); } diff --git a/gtk/http_stat.c b/gtk/http_stat.c index 894fef804e..94ad0f83ef 100644 --- a/gtk/http_stat.c +++ b/gtk/http_stat.c @@ -1,7 +1,7 @@ /* http_stat.c * http_stat 2003 Jean-Michel FAYARD * - * $Id: http_stat.c,v 1.13 2004/01/10 16:27:41 ulfl Exp $ + * $Id: http_stat.c,v 1.14 2004/01/13 22:49:14 guy Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs @@ -498,7 +498,7 @@ gtk_httpstat_init(char *optarg) gtk_widget_show_all( sp->win ); http_init_hash(sp); - redissect_packets(&cfile); + retap_packets(&cfile); } diff --git a/gtk/ldap_stat.c b/gtk/ldap_stat.c index c86bc09b70..de5cdc5c33 100644 --- a/gtk/ldap_stat.c +++ b/gtk/ldap_stat.c @@ -1,7 +1,7 @@ /* ldap_stat.c * ldap_stat 2003 Ronnie Sahlberg * - * $Id: ldap_stat.c,v 1.6 2004/01/10 16:27:42 ulfl Exp $ + * $Id: ldap_stat.c,v 1.7 2004/01/13 22:49:14 guy Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs @@ -221,7 +221,7 @@ gtk_ldapstat_init(char *optarg) } gtk_widget_show_all(ldap->win); - redissect_packets(&cfile); + retap_packets(&cfile); } diff --git a/gtk/mgcp_stat.c b/gtk/mgcp_stat.c index fc18c93fe3..376d689697 100644 --- a/gtk/mgcp_stat.c +++ b/gtk/mgcp_stat.c @@ -2,7 +2,7 @@ * mgcp-statistics for ethereal * Copyright 2003 Lars Roland * - * $Id: mgcp_stat.c,v 1.22 2004/01/03 18:05:56 sharpe Exp $ + * $Id: mgcp_stat.c,v 1.23 2004/01/13 22:49:14 guy Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs @@ -298,7 +298,7 @@ gtk_mgcpstat_init(char *optarg) } gtk_widget_show_all(ms->win); - redissect_packets(&cfile); + retap_packets(&cfile); } tap_dfilter_dlg mgcp_srt_dlg = {"MGCP Service Response Time (SRT) Statistics", "mgcp,srt", gtk_mgcpstat_init, -1}; diff --git a/gtk/rpc_stat.c b/gtk/rpc_stat.c index 9dc399c8d3..aeb5e00226 100644 --- a/gtk/rpc_stat.c +++ b/gtk/rpc_stat.c @@ -1,7 +1,7 @@ /* rpc_stat.c * rpc_stat 2002 Ronnie Sahlberg * - * $Id: rpc_stat.c,v 1.31 2004/01/10 16:27:42 ulfl Exp $ + * $Id: rpc_stat.c,v 1.32 2004/01/13 22:49:14 guy Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs @@ -278,7 +278,7 @@ gtk_rpcstat_init(char *optarg) gtk_widget_show_all(rs->win); - redissect_packets(&cfile); + retap_packets(&cfile); } diff --git a/gtk/rtp_analysis.c b/gtk/rtp_analysis.c index 0d99b597d0..b71537ba88 100644 --- a/gtk/rtp_analysis.c +++ b/gtk/rtp_analysis.c @@ -1,7 +1,7 @@ /* rtp_analysis.c * RTP analysis addition for ethereal * - * $Id: rtp_analysis.c,v 1.17 2004/01/03 18:05:57 sharpe Exp $ + * $Id: rtp_analysis.c,v 1.18 2004/01/13 22:49:15 guy Exp $ * * Copyright 2003, Alcatel Business Systems * By Lars Ruoff @@ -787,7 +787,7 @@ static void on_refresh_bt_clicked(GtkWidget *bt _U_, user_data_t *user_data _U_) { gtk_clist_clear(GTK_CLIST(user_data->dlg.clist_fwd)); gtk_clist_clear(GTK_CLIST(user_data->dlg.clist_rev)); - redissect_packets(&cfile); + retap_packets(&cfile); draw_stat(user_data); } @@ -1895,7 +1895,7 @@ void rtp_analysis( user_data->series_rev.value_pairs = NULL; #endif - redissect_packets(&cfile); + retap_packets(&cfile); draw_stat(user_data); } diff --git a/gtk/rtp_stream.c b/gtk/rtp_stream.c index f3c9569afc..7ba9418ec2 100644 --- a/gtk/rtp_stream.c +++ b/gtk/rtp_stream.c @@ -1,7 +1,7 @@ /* rtp_stream.c * RTP streams summary addition for ethereal * - * $Id: rtp_stream.c,v 1.4 2003/11/21 19:24:00 guy Exp $ + * $Id: rtp_stream.c,v 1.5 2004/01/13 22:49:15 guy Exp $ * * Copyright 2003, Alcatel Business Systems * By Lars Ruoff @@ -266,7 +266,7 @@ void rtpstream_scan() register_tap_listener_rtp_stream(); the_tapinfo_struct.mode = TAP_ANALYSE; - redissect_packets(&cfile); + retap_packets(&cfile); if (!was_registered) remove_tap_listener_rtp_stream(); @@ -291,7 +291,7 @@ void rtpstream_save(rtp_stream_info_t* stream, const gchar *filename) the_tapinfo_struct.mode = TAP_SAVE; the_tapinfo_struct.filter_stream_fwd = stream; - redissect_packets(&cfile); + retap_packets(&cfile); the_tapinfo_struct.mode = TAP_ANALYSE; if (!was_registered) @@ -313,7 +313,7 @@ void rtpstream_mark(rtp_stream_info_t* stream_fwd, rtp_stream_info_t* stream_rev the_tapinfo_struct.mode = TAP_MARK; the_tapinfo_struct.filter_stream_fwd = stream_fwd; the_tapinfo_struct.filter_stream_rev = stream_rev; - redissect_packets(&cfile); + retap_packets(&cfile); the_tapinfo_struct.mode = TAP_ANALYSE; if (!was_registered) diff --git a/gtk/smb_stat.c b/gtk/smb_stat.c index 36550051cd..70bcaef5c6 100644 --- a/gtk/smb_stat.c +++ b/gtk/smb_stat.c @@ -1,7 +1,7 @@ /* smb_stat.c * smb_stat 2003 Ronnie Sahlberg * - * $Id: smb_stat.c,v 1.29 2004/01/10 16:27:42 ulfl Exp $ + * $Id: smb_stat.c,v 1.30 2004/01/13 22:49:15 guy Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs @@ -226,7 +226,7 @@ gtk_smbstat_init(char *optarg) } gtk_widget_show_all(ss->win); - redissect_packets(&cfile); + retap_packets(&cfile); } diff --git a/gtk/wsp_stat.c b/gtk/wsp_stat.c index e19e05e397..4fd07c1542 100644 --- a/gtk/wsp_stat.c +++ b/gtk/wsp_stat.c @@ -1,7 +1,7 @@ /* wsp_stat.c * wsp_stat 2003 Jean-Michel FAYARD * - * $Id: wsp_stat.c,v 1.11 2004/01/10 16:27:43 ulfl Exp $ + * $Id: wsp_stat.c,v 1.12 2004/01/13 22:49:15 guy Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs @@ -402,7 +402,7 @@ gtk_wspstat_init(char *optarg) return ; } gtk_widget_show_all( sp->win ); - redissect_packets(&cfile); + retap_packets(&cfile); } -- 2.34.1