remove some warnings
[obnox/wireshark/wip.git] / gtk / sctp_chunk_stat_dlg.c
index 646b40030a519c8c807d6a74e4fa05077cc2bd23..9ba52487624498b5ad36b8a8ffcd29ce011c6188 100644 (file)
@@ -3,8 +3,8 @@
  *
  * $Id$
  *
- * Ethereal - Network traffic analyzer
- * By Gerald Combs <gerald@ethereal.com>
+ * Wireshark - Network traffic analyzer
+ * By Gerald Combs <gerald@wireshark.org>
  * Copyright 1998 Gerald Combs
  *
  * This program is free software; you can redistribute it and/or
@@ -324,7 +324,7 @@ gtk_sctpstat_dlg(struct sctp_udata *u_data, unsigned int direction)
 
        SIGNAL_CONNECT(bt_close, "clicked", sctp_chunk_stat_on_close, u_data);
 
-       cf_retap_packets(&cfile);
+       cf_retap_packets(&cfile, FALSE);
 
 }