Use "retap_packets()" rather than "redissect_packets()".
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 13 Jan 2004 22:49:15 +0000 (22:49 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 13 Jan 2004 22:49:15 +0000 (22:49 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@9660 f5534014-38df-0310-8fa8-9805f1628bb7

12 files changed:
gtk/bootp_stat.c
gtk/dcerpc_stat.c
gtk/endpoint_talkers_table.c
gtk/fc_stat.c
gtk/http_stat.c
gtk/ldap_stat.c
gtk/mgcp_stat.c
gtk/rpc_stat.c
gtk/rtp_analysis.c
gtk/rtp_stream.c
gtk/smb_stat.c
gtk/wsp_stat.c

index 2f32082d631995690cb4ac2cc08e7ddb33ee419f..2f026332330c6a35cdbdc1d5ffe4118871d2a46a 100644 (file)
@@ -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 <gerald@ethereal.com>
@@ -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);
 }
 
 
index 07ad69d4029c97e211adc7decb6296026b0d8ab1..68edab15ac11b4a887deff5ab2997c4e87656cd5 100644 (file)
@@ -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 <gerald@ethereal.com>
@@ -304,7 +304,7 @@ gtk_dcerpcstat_init(char *optarg)
 
 
        gtk_widget_show_all(rs->win);
-       redissect_packets(&cfile);
+       retap_packets(&cfile);
 }
 
 
index f7c7a2f84746214177ccc6b44711e4c8b9a370ea..87f9225b133dbca2ebd7d8bbf55cd02f8b3c07a8 100644 (file)
@@ -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 <gerald@ethereal.com>
@@ -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);
 
 }
 
index 68bfe0f66797fd90a57c4f29acaeb73887db5184..4741ef92eef9e03ff28afaaf0627b30d2010dc51 100644 (file)
@@ -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 <gerald@ethereal.com>
@@ -186,7 +186,7 @@ gtk_fcstat_init(char *optarg)
        }
 
        gtk_widget_show_all(fc->win);
-       redissect_packets(&cfile);
+       retap_packets(&cfile);
 }
 
 
index 894fef804e35326bc4ccaf43e6ab82da56507e07..94ad0f83efc472eb5057f277fecebff173c00ff1 100644 (file)
@@ -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 <gerald@ethereal.com>
@@ -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);
 }
 
 
index c86bc09b7085c1c55110362c675fd2cd20b84502..de5cdc5c33ebb633cd3ba95303b751d4edcd12e0 100644 (file)
@@ -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 <gerald@ethereal.com>
@@ -221,7 +221,7 @@ gtk_ldapstat_init(char *optarg)
        }
 
        gtk_widget_show_all(ldap->win);
-       redissect_packets(&cfile);
+       retap_packets(&cfile);
 }
 
 
index fc18c93fe3133adf231383d9bbe551fd586a6791..376d6896979070cebc3a64b21283cd3826913ff5 100644 (file)
@@ -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 <gerald@ethereal.com>
@@ -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};
index 9dc399c8d33b75938d32317dc998afb53a10257f..aeb5e00226b5a3b300050ac2cbd54f9ca1f6efd5 100644 (file)
@@ -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 <gerald@ethereal.com>
@@ -278,7 +278,7 @@ gtk_rpcstat_init(char *optarg)
 
 
        gtk_widget_show_all(rs->win);
-       redissect_packets(&cfile);
+       retap_packets(&cfile);
 }
 
 
index 0d99b597d0992f44107a438966032f4d45ca42e4..b71537ba8842ed0d9c165ca87f78e3384fc97017 100644 (file)
@@ -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 <lars.ruoff@gmx.net>
@@ -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);
 }
index f3c9569afcb3b14b503e9dab68c5cfb10d4a835a..7ba9418ec244d070087fdd3972958bcadeeea152 100644 (file)
@@ -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 <lars.ruoff@gmx.net>
@@ -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)
index 36550051cdaea3ad72d00dd8df4c4688f54c737e..70bcaef5c6cc30e1998a7abf219472e12d2fde35 100644 (file)
@@ -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 <gerald@ethereal.com>
@@ -226,7 +226,7 @@ gtk_smbstat_init(char *optarg)
        }
 
        gtk_widget_show_all(ss->win);
-       redissect_packets(&cfile);
+       retap_packets(&cfile);
 }
 
 
index e19e05e397e1374a275d18797bc4c2e6b17acb5d..4fd07c15428fba097227bfb0e7151dc1b6888c98 100644 (file)
@@ -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 <gerald@ethereal.com>
@@ -402,7 +402,7 @@ gtk_wspstat_init(char *optarg)
                return ;
        }
        gtk_widget_show_all( sp->win );
-       redissect_packets(&cfile);
+       retap_packets(&cfile);
 }