summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gtk/ansi_a_stat.c4
-rw-r--r--gtk/ansi_map_stat.c4
-rw-r--r--gtk/bootp_stat.c9
-rw-r--r--gtk/dcerpc_stat.c7
-rw-r--r--gtk/gsm_a_stat.c4
-rw-r--r--gtk/http_stat.c4
-rw-r--r--gtk/isup_stat.c4
-rw-r--r--gtk/rpc_progs.c5
-rw-r--r--gtk/rpc_stat.c5
-rw-r--r--gtk/wsp_stat.c7
10 files changed, 38 insertions, 15 deletions
diff --git a/gtk/ansi_a_stat.c b/gtk/ansi_a_stat.c
index 0198cf95e7..09faa4bb6f 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.3 2003/12/13 17:10:21 ulfl Exp $
+ * $Id: ansi_a_stat.c,v 1.4 2003/12/13 22:23:17 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -35,11 +35,13 @@
#endif
#include <gtk/gtk.h>
+#include <stdio.h>
#include <string.h>
#include "epan/packet_info.h"
#include "epan/epan.h"
#include "epan/value_string.h"
+#include "menu.h"
#include "image/clist_ascend.xpm"
#include "image/clist_descend.xpm"
#include "simple_dialog.h"
diff --git a/gtk/ansi_map_stat.c b/gtk/ansi_map_stat.c
index 67475e8fdf..c989ecefce 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.2 2003/12/13 17:10:21 ulfl Exp $
+ * $Id: ansi_map_stat.c,v 1.3 2003/12/13 22:23:17 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -35,11 +35,13 @@
#endif
#include <gtk/gtk.h>
+#include <stdio.h>
#include <string.h>
#include "epan/packet_info.h"
#include "epan/epan.h"
#include "epan/value_string.h"
+#include "menu.h"
#include "image/clist_ascend.xpm"
#include "image/clist_descend.xpm"
#include "simple_dialog.h"
diff --git a/gtk/bootp_stat.c b/gtk/bootp_stat.c
index e9832d90d7..ea606b4b1c 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.6 2003/12/13 17:10:21 ulfl Exp $
+ * $Id: bootp_stat.c,v 1.7 2003/12/13 22:23:18 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -28,17 +28,18 @@
#endif
#include <gtk/gtk.h>
+#include <stdio.h>
+#include <string.h>
+
#include "epan/packet_info.h"
#include "epan/epan.h"
-/*#include "menu.h"*/
+#include "menu.h"
#include "simple_dialog.h"
#include "dlg_utils.h"
#include "tap.h"
#include "../register.h"
#include "../globals.h"
#include "compat_macros.h"
-#include <string.h>
-
typedef const char* bootp_info_value_t;
diff --git a/gtk/dcerpc_stat.c b/gtk/dcerpc_stat.c
index d01011b952..18cfd2807f 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.32 2003/12/13 17:10:21 ulfl Exp $
+ * $Id: dcerpc_stat.c,v 1.33 2003/12/13 22:23:18 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -33,10 +33,13 @@
# include "config.h"
#endif
-#include <string.h>
#include <gtk/gtk.h>
+#include <stdio.h>
+#include <string.h>
+
#include "epan/packet_info.h"
#include "epan/epan.h"
+#include "menu.h"
#include "simple_dialog.h"
#include "dlg_utils.h"
#include "ui_util.h"
diff --git a/gtk/gsm_a_stat.c b/gtk/gsm_a_stat.c
index cc1043995f..7722ab25cf 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.3 2003/12/13 17:10:21 ulfl Exp $
+ * $Id: gsm_a_stat.c,v 1.4 2003/12/13 22:23:18 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -35,11 +35,13 @@
#endif
#include <gtk/gtk.h>
+#include <stdio.h>
#include <string.h>
#include "epan/packet_info.h"
#include "epan/epan.h"
#include "epan/value_string.h"
+#include "menu.h"
#include "image/clist_ascend.xpm"
#include "image/clist_descend.xpm"
#include "simple_dialog.h"
diff --git a/gtk/http_stat.c b/gtk/http_stat.c
index 871d7418ee..a0047390c9 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.8 2003/12/13 17:10:21 ulfl Exp $
+ * $Id: http_stat.c,v 1.9 2003/12/13 22:23:18 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -27,10 +27,12 @@
#endif
#include <gtk/gtk.h>
+#include <stdio.h>
#include <string.h>
#include "epan/packet_info.h"
#include "epan/epan.h"
+#include "menu.h"
#include "simple_dialog.h"
#include "dlg_utils.h"
#include "tap.h"
diff --git a/gtk/isup_stat.c b/gtk/isup_stat.c
index 9bb9d4890f..0a882cfa47 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.2 2003/12/13 17:10:21 ulfl Exp $
+ * $Id: isup_stat.c,v 1.3 2003/12/13 22:23:18 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -35,11 +35,13 @@
#endif
#include <gtk/gtk.h>
+#include <stdio.h>
#include <string.h>
#include "epan/packet_info.h"
#include "epan/epan.h"
#include "epan/value_string.h"
+#include "menu.h"
#include "image/clist_ascend.xpm"
#include "image/clist_descend.xpm"
#include "simple_dialog.h"
diff --git a/gtk/rpc_progs.c b/gtk/rpc_progs.c
index 482750053c..1430387543 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.13 2003/12/13 17:10:21 ulfl Exp $
+ * $Id: rpc_progs.c,v 1.14 2003/12/13 22:23:18 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -33,8 +33,11 @@
#endif
#include <gtk/gtk.h>
+#include <stdio.h>
+
#include "epan/packet_info.h"
#include "epan/epan.h"
+#include "menu.h"
#include "tap.h"
#include "../register.h"
#include "packet-rpc.h"
diff --git a/gtk/rpc_stat.c b/gtk/rpc_stat.c
index 7459d63866..c584df8deb 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.26 2003/12/13 17:10:21 ulfl Exp $
+ * $Id: rpc_stat.c,v 1.27 2003/12/13 22:23:18 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -33,8 +33,11 @@
#endif
#include <gtk/gtk.h>
+#include <stdio.h>
+
#include "epan/packet_info.h"
#include "epan/epan.h"
+#include "menu.h"
#include "simple_dialog.h"
#include "dlg_utils.h"
#include "tap.h"
diff --git a/gtk/wsp_stat.c b/gtk/wsp_stat.c
index 8083ac1b4c..84bb0b1093 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.6 2003/12/13 17:10:21 ulfl Exp $
+ * $Id: wsp_stat.c,v 1.7 2003/12/13 22:23:18 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -28,8 +28,12 @@
#endif
#include <gtk/gtk.h>
+#include <stdio.h>
+#include <string.h>
+
#include "epan/packet_info.h"
#include "epan/epan.h"
+#include "menu.h"
#include "simple_dialog.h"
#include "dlg_utils.h"
#include "tap.h"
@@ -37,7 +41,6 @@
#include "../globals.h"
#include "compat_macros.h"
#include "../packet-wsp.h"
-#include <string.h>
/* used to keep track of the stats for a specific PDU type*/
typedef struct _wsp_pdu_t {