Put back "menu.h" - it's needed to declare "register_tap_menu_item()".

svn path=/trunk/; revision=9279
This commit is contained in:
Guy Harris 2003-12-13 22:23:18 +00:00
parent 7cae9249aa
commit e91d15ac8c
10 changed files with 38 additions and 15 deletions

View File

@ -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"

View File

@ -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"

View File

@ -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;

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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 {