aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2004-02-11 04:28:49 +0000
committerGuy Harris <guy@alum.mit.edu>2004-02-11 04:28:49 +0000
commit6b1a0bf4301d405292b59d42f69f4e6cfaf8c6df (patch)
tree66c84d93dcfc877baa7d1ebc24e761ac7a4b5dd3
parent153428c21d8054be33a8c1ed0b6d255b60413447 (diff)
Most taps that now include "tap_menu.h" no longer need to include
<stdio.h> to define FILE; get rid of the include. svn path=/trunk/; revision=10034
-rw-r--r--gtk/ansi_a_stat.c3
-rw-r--r--gtk/ansi_map_stat.c3
-rw-r--r--gtk/bootp_stat.c3
-rw-r--r--gtk/dcerpc_stat.c3
-rw-r--r--gtk/endpoint_talkers_eth.c4
-rw-r--r--gtk/endpoint_talkers_fc.c4
-rw-r--r--gtk/endpoint_talkers_fddi.c4
-rw-r--r--gtk/endpoint_talkers_ip.c4
-rw-r--r--gtk/endpoint_talkers_ipx.c4
-rw-r--r--gtk/endpoint_talkers_tcpip.c4
-rw-r--r--gtk/endpoint_talkers_tr.c4
-rw-r--r--gtk/endpoint_talkers_udpip.c4
-rw-r--r--gtk/fc_stat.c4
-rw-r--r--gtk/gsm_a_stat.c3
-rw-r--r--gtk/h225_counter.c4
-rw-r--r--gtk/h225_ras_srt.c4
-rw-r--r--gtk/http_stat.c3
-rw-r--r--gtk/io_stat.c4
-rw-r--r--gtk/isup_stat.c3
-rw-r--r--gtk/ldap_stat.c4
-rw-r--r--gtk/menu.c3
-rw-r--r--gtk/mgcp_stat.c4
-rw-r--r--gtk/rpc_progs.c3
-rw-r--r--gtk/rpc_stat.c3
-rw-r--r--gtk/smb_stat.c4
-rw-r--r--gtk/wsp_stat.c3
26 files changed, 26 insertions, 67 deletions
diff --git a/gtk/ansi_a_stat.c b/gtk/ansi_a_stat.c
index 6e45b10668..51249f0e03 100644
--- a/gtk/ansi_a_stat.c
+++ b/gtk/ansi_a_stat.c
@@ -5,7 +5,7 @@
*
* MUCH code modified from service_response_time_table.c.
*
- * $Id: ansi_a_stat.c,v 1.12 2004/02/11 04:17:02 guy Exp $
+ * $Id: ansi_a_stat.c,v 1.13 2004/02/11 04:28:47 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -35,7 +35,6 @@
#endif
#include <gtk/gtk.h>
-#include <stdio.h>
#include <string.h>
#include "epan/packet_info.h"
diff --git a/gtk/ansi_map_stat.c b/gtk/ansi_map_stat.c
index b82205f61b..2c7832f750 100644
--- a/gtk/ansi_map_stat.c
+++ b/gtk/ansi_map_stat.c
@@ -5,7 +5,7 @@
*
* MUCH code modified from service_response_time_table.c.
*
- * $Id: ansi_map_stat.c,v 1.15 2004/02/11 04:17:02 guy Exp $
+ * $Id: ansi_map_stat.c,v 1.16 2004/02/11 04:28:47 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -35,7 +35,6 @@
#endif
#include <gtk/gtk.h>
-#include <stdio.h>
#include <string.h>
#include "epan/packet_info.h"
diff --git a/gtk/bootp_stat.c b/gtk/bootp_stat.c
index 5f555db093..b1ea692d4d 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.16 2004/02/11 04:17:02 guy Exp $
+ * $Id: bootp_stat.c,v 1.17 2004/02/11 04:28:47 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -28,7 +28,6 @@
#endif
#include <gtk/gtk.h>
-#include <stdio.h>
#include <string.h>
#include "epan/packet_info.h"
diff --git a/gtk/dcerpc_stat.c b/gtk/dcerpc_stat.c
index 9e918f76ed..fd03f93ea6 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.47 2004/02/11 04:17:02 guy Exp $
+ * $Id: dcerpc_stat.c,v 1.48 2004/02/11 04:28:47 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -34,7 +34,6 @@
#endif
#include <gtk/gtk.h>
-#include <stdio.h>
#include <string.h>
#include "epan/packet_info.h"
diff --git a/gtk/endpoint_talkers_eth.c b/gtk/endpoint_talkers_eth.c
index f97f0ada13..447faf5f08 100644
--- a/gtk/endpoint_talkers_eth.c
+++ b/gtk/endpoint_talkers_eth.c
@@ -1,7 +1,7 @@
/* endpoint_talkers_eth.c
* endpoint_talkers_eth 2003 Ronnie Sahlberg
*
- * $Id: endpoint_talkers_eth.c,v 1.21 2004/02/11 04:17:02 guy Exp $
+ * $Id: endpoint_talkers_eth.c,v 1.22 2004/02/11 04:28:47 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -26,8 +26,6 @@
# include "config.h"
#endif
-#include <stdio.h>
-
#ifdef HAVE_SYS_TYPES_H
# include <sys/types.h>
#endif
diff --git a/gtk/endpoint_talkers_fc.c b/gtk/endpoint_talkers_fc.c
index d48bb2ba23..b3b081ac03 100644
--- a/gtk/endpoint_talkers_fc.c
+++ b/gtk/endpoint_talkers_fc.c
@@ -1,7 +1,7 @@
/* endpoint_talkers_fc.c
* endpoint_talkers_fc 2003 Ronnie Sahlberg
*
- * $Id: endpoint_talkers_fc.c,v 1.21 2004/02/11 04:17:02 guy Exp $
+ * $Id: endpoint_talkers_fc.c,v 1.22 2004/02/11 04:28:47 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -26,8 +26,6 @@
# include "config.h"
#endif
-#include <stdio.h>
-
#ifdef HAVE_SYS_TYPES_H
# include <sys/types.h>
#endif
diff --git a/gtk/endpoint_talkers_fddi.c b/gtk/endpoint_talkers_fddi.c
index f27b617900..3ccc31e389 100644
--- a/gtk/endpoint_talkers_fddi.c
+++ b/gtk/endpoint_talkers_fddi.c
@@ -1,7 +1,7 @@
/* endpoint_talkers_fddi.c
* endpoint_talkers_fddi 2003 Ronnie Sahlberg
*
- * $Id: endpoint_talkers_fddi.c,v 1.16 2004/02/11 04:17:02 guy Exp $
+ * $Id: endpoint_talkers_fddi.c,v 1.17 2004/02/11 04:28:47 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -26,8 +26,6 @@
# include "config.h"
#endif
-#include <stdio.h>
-
#ifdef HAVE_SYS_TYPES_H
# include <sys/types.h>
#endif
diff --git a/gtk/endpoint_talkers_ip.c b/gtk/endpoint_talkers_ip.c
index 87b10f872d..713f81c1bb 100644
--- a/gtk/endpoint_talkers_ip.c
+++ b/gtk/endpoint_talkers_ip.c
@@ -1,7 +1,7 @@
/* endpoint_talkers_ip.c
* endpoint_talkers_ip 2003 Ronnie Sahlberg
*
- * $Id: endpoint_talkers_ip.c,v 1.22 2004/02/11 04:17:02 guy Exp $
+ * $Id: endpoint_talkers_ip.c,v 1.23 2004/02/11 04:28:47 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -26,8 +26,6 @@
# include "config.h"
#endif
-#include <stdio.h>
-
#ifdef HAVE_SYS_TYPES_H
# include <sys/types.h>
#endif
diff --git a/gtk/endpoint_talkers_ipx.c b/gtk/endpoint_talkers_ipx.c
index 26e5d205af..abbe845c69 100644
--- a/gtk/endpoint_talkers_ipx.c
+++ b/gtk/endpoint_talkers_ipx.c
@@ -1,7 +1,7 @@
/* endpoint_talkers_ipx.c
* endpoint_talkers_ipx 2003 Ronnie Sahlberg
*
- * $Id: endpoint_talkers_ipx.c,v 1.20 2004/02/11 04:17:02 guy Exp $
+ * $Id: endpoint_talkers_ipx.c,v 1.21 2004/02/11 04:28:47 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -26,8 +26,6 @@
# include "config.h"
#endif
-#include <stdio.h>
-
#ifdef HAVE_SYS_TYPES_H
# include <sys/types.h>
#endif
diff --git a/gtk/endpoint_talkers_tcpip.c b/gtk/endpoint_talkers_tcpip.c
index a0327daf0a..967deaed6a 100644
--- a/gtk/endpoint_talkers_tcpip.c
+++ b/gtk/endpoint_talkers_tcpip.c
@@ -1,7 +1,7 @@
/* endpoint_talkers_tcpip.c
* endpoint_talkers_tcpip 2003 Ronnie Sahlberg
*
- * $Id: endpoint_talkers_tcpip.c,v 1.23 2004/02/11 04:17:02 guy Exp $
+ * $Id: endpoint_talkers_tcpip.c,v 1.24 2004/02/11 04:28:48 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -26,8 +26,6 @@
# include "config.h"
#endif
-#include <stdio.h>
-
#ifdef HAVE_SYS_TYPES_H
# include <sys/types.h>
#endif
diff --git a/gtk/endpoint_talkers_tr.c b/gtk/endpoint_talkers_tr.c
index 335809b259..c37a150872 100644
--- a/gtk/endpoint_talkers_tr.c
+++ b/gtk/endpoint_talkers_tr.c
@@ -1,7 +1,7 @@
/* endpoint_talkers_tr.c
* endpoint_talkers_tr 2003 Ronnie Sahlberg
*
- * $Id: endpoint_talkers_tr.c,v 1.22 2004/02/11 04:17:02 guy Exp $
+ * $Id: endpoint_talkers_tr.c,v 1.23 2004/02/11 04:28:48 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -26,8 +26,6 @@
# include "config.h"
#endif
-#include <stdio.h>
-
#ifdef HAVE_SYS_TYPES_H
# include <sys/types.h>
#endif
diff --git a/gtk/endpoint_talkers_udpip.c b/gtk/endpoint_talkers_udpip.c
index 4d77ebb321..5140326a10 100644
--- a/gtk/endpoint_talkers_udpip.c
+++ b/gtk/endpoint_talkers_udpip.c
@@ -1,7 +1,7 @@
/* endpoint_talkers_udpip.c
* endpoint_talkers_udpip 2003 Ronnie Sahlberg
*
- * $Id: endpoint_talkers_udpip.c,v 1.23 2004/02/11 04:17:03 guy Exp $
+ * $Id: endpoint_talkers_udpip.c,v 1.24 2004/02/11 04:28:48 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -26,8 +26,6 @@
# include "config.h"
#endif
-#include <stdio.h>
-
#ifdef HAVE_SYS_TYPES_H
# include <sys/types.h>
#endif
diff --git a/gtk/fc_stat.c b/gtk/fc_stat.c
index c4637403ac..18d46f88c3 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.23 2004/02/11 04:17:03 guy Exp $
+ * $Id: fc_stat.c,v 1.24 2004/02/11 04:28:48 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -26,8 +26,6 @@
# include "config.h"
#endif
-#include <stdio.h>
-
#ifdef HAVE_SYS_TYPES_H
# include <sys/types.h>
#endif
diff --git a/gtk/gsm_a_stat.c b/gtk/gsm_a_stat.c
index f25a298771..cd69b1d787 100644
--- a/gtk/gsm_a_stat.c
+++ b/gtk/gsm_a_stat.c
@@ -5,7 +5,7 @@
*
* MUCH code modified from service_response_time_table.c.
*
- * $Id: gsm_a_stat.c,v 1.12 2004/02/11 04:17:03 guy Exp $
+ * $Id: gsm_a_stat.c,v 1.13 2004/02/11 04:28:48 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -35,7 +35,6 @@
#endif
#include <gtk/gtk.h>
-#include <stdio.h>
#include <string.h>
#include "epan/packet_info.h"
diff --git a/gtk/h225_counter.c b/gtk/h225_counter.c
index 8ac5fb42db..bec39b9db9 100644
--- a/gtk/h225_counter.c
+++ b/gtk/h225_counter.c
@@ -2,7 +2,7 @@
* h225 message counter for ethereal
* Copyright 2003 Lars Roland
*
- * $Id: h225_counter.c,v 1.10 2004/02/11 04:17:03 guy Exp $
+ * $Id: h225_counter.c,v 1.11 2004/02/11 04:28:48 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -27,8 +27,6 @@
# include "config.h"
#endif
-#include <stdio.h>
-
#ifdef HAVE_SYS_TYPES_H
# include <sys/types.h>
#endif
diff --git a/gtk/h225_ras_srt.c b/gtk/h225_ras_srt.c
index 0b1c1b354c..d07619d455 100644
--- a/gtk/h225_ras_srt.c
+++ b/gtk/h225_ras_srt.c
@@ -2,7 +2,7 @@
* h225 RAS Service Response Time statistics for ethereal
* Copyright 2003 Lars Roland
*
- * $Id: h225_ras_srt.c,v 1.9 2004/02/11 04:17:03 guy Exp $
+ * $Id: h225_ras_srt.c,v 1.10 2004/02/11 04:28:48 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -27,8 +27,6 @@
# include "config.h"
#endif
-#include <stdio.h>
-
#ifdef HAVE_SYS_TYPES_H
# include <sys/types.h>
#endif
diff --git a/gtk/http_stat.c b/gtk/http_stat.c
index 37a7d94044..aeee82e5a2 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.18 2004/02/11 04:17:03 guy Exp $
+ * $Id: http_stat.c,v 1.19 2004/02/11 04:28:48 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -27,7 +27,6 @@
#endif
#include <gtk/gtk.h>
-#include <stdio.h>
#include <string.h>
#include "epan/packet_info.h"
diff --git a/gtk/io_stat.c b/gtk/io_stat.c
index 1c6ecca6c3..4f3664055d 100644
--- a/gtk/io_stat.c
+++ b/gtk/io_stat.c
@@ -1,7 +1,7 @@
/* io_stat.c
* io_stat 2002 Ronnie Sahlberg
*
- * $Id: io_stat.c,v 1.61 2004/02/11 04:17:03 guy Exp $
+ * $Id: io_stat.c,v 1.62 2004/02/11 04:28:48 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -27,8 +27,6 @@
# include "config.h"
#endif
-#include <stdio.h>
-
#ifdef HAVE_SYS_TYPES_H
# include <sys/types.h>
#endif
diff --git a/gtk/isup_stat.c b/gtk/isup_stat.c
index 36e6232b56..4b302043fc 100644
--- a/gtk/isup_stat.c
+++ b/gtk/isup_stat.c
@@ -5,7 +5,7 @@
*
* MUCH code modified from service_response_time_table.c.
*
- * $Id: isup_stat.c,v 1.15 2004/02/11 04:17:04 guy Exp $
+ * $Id: isup_stat.c,v 1.16 2004/02/11 04:28:48 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -35,7 +35,6 @@
#endif
#include <gtk/gtk.h>
-#include <stdio.h>
#include <string.h>
#include "epan/packet_info.h"
diff --git a/gtk/ldap_stat.c b/gtk/ldap_stat.c
index ecd706c403..f4b811477b 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.11 2004/02/11 04:17:04 guy Exp $
+ * $Id: ldap_stat.c,v 1.12 2004/02/11 04:28:48 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -26,8 +26,6 @@
# include "config.h"
#endif
-#include <stdio.h>
-
#ifdef HAVE_SYS_TYPES_H
# include <sys/types.h>
#endif
diff --git a/gtk/menu.c b/gtk/menu.c
index 93c34eeedf..46a15ec606 100644
--- a/gtk/menu.c
+++ b/gtk/menu.c
@@ -1,7 +1,7 @@
/* menu.c
* Menu routines
*
- * $Id: menu.c,v 1.161 2004/02/11 04:17:04 guy Exp $
+ * $Id: menu.c,v 1.162 2004/02/11 04:28:48 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -29,7 +29,6 @@
#include <gtk/gtk.h>
#include <string.h>
-#include <stdio.h>
#include "main.h"
#include "menu.h"
diff --git a/gtk/mgcp_stat.c b/gtk/mgcp_stat.c
index 6a189fa65a..260e4d27a5 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.26 2004/02/11 04:17:04 guy Exp $
+ * $Id: mgcp_stat.c,v 1.27 2004/02/11 04:28:49 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -27,8 +27,6 @@
# include "config.h"
#endif
-#include <stdio.h>
-
#ifdef HAVE_SYS_TYPES_H
# include <sys/types.h>
#endif
diff --git a/gtk/rpc_progs.c b/gtk/rpc_progs.c
index a8aeb8ac19..20c3a3d0f6 100644
--- a/gtk/rpc_progs.c
+++ b/gtk/rpc_progs.c
@@ -1,7 +1,7 @@
/* rpc_progs.c
* rpc_progs 2002 Ronnie Sahlberg
*
- * $Id: rpc_progs.c,v 1.17 2004/02/11 04:17:04 guy Exp $
+ * $Id: rpc_progs.c,v 1.18 2004/02/11 04:28:49 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -33,7 +33,6 @@
#endif
#include <gtk/gtk.h>
-#include <stdio.h>
#include "epan/packet_info.h"
#include "epan/epan.h"
diff --git a/gtk/rpc_stat.c b/gtk/rpc_stat.c
index cdd8b533cf..79f179b0f5 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.36 2004/02/11 04:17:04 guy Exp $
+ * $Id: rpc_stat.c,v 1.37 2004/02/11 04:28:49 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -33,7 +33,6 @@
#endif
#include <gtk/gtk.h>
-#include <stdio.h>
#include "epan/packet_info.h"
#include "epan/epan.h"
diff --git a/gtk/smb_stat.c b/gtk/smb_stat.c
index 8fd3912860..bebac10ed6 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.34 2004/02/11 04:17:05 guy Exp $
+ * $Id: smb_stat.c,v 1.35 2004/02/11 04:28:49 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -26,8 +26,6 @@
# include "config.h"
#endif
-#include <stdio.h>
-
#ifdef HAVE_SYS_TYPES_H
# include <sys/types.h>
#endif
diff --git a/gtk/wsp_stat.c b/gtk/wsp_stat.c
index afd9ceeba9..c5e2a503ce 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.16 2004/02/11 04:17:05 guy Exp $
+ * $Id: wsp_stat.c,v 1.17 2004/02/11 04:28:49 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -28,7 +28,6 @@
#endif
#include <gtk/gtk.h>
-#include <stdio.h>
#include <string.h>
#include "epan/packet_info.h"