There's no need to include "globals.h" - don't include it.

svn path=/trunk/; revision=3529
This commit is contained in:
Guy Harris 2001-06-08 08:41:03 +00:00
parent 9dea55d1ff
commit f63755f54c
5 changed files with 9 additions and 20 deletions

View File

@ -2,12 +2,11 @@
* Routines for Sinec H1 packet disassembly
* Gerrit Gehnen <G.Gehnen@atrie.de>
*
* $Id: packet-h1.c,v 1.18 2001/01/22 08:03:45 guy Exp $
* $Id: packet-h1.c,v 1.19 2001/06/08 08:35:15 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
* By Gerald Combs <gerald@ethereal.com>
* Copyright 1998 Gerald Combs
*
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
@ -36,7 +35,6 @@
#include <glib.h>
#include "packet.h"
#include "globals.h"
static int proto_h1 = -1;
static int hf_h1_header = -1;

View File

@ -2,12 +2,11 @@
* Routines for Microsoft Proxy packet dissection
* Copyright 2000, Jeffrey C. Foster <jfoste@woodward.com>
*
* $Id: packet-msproxy.c,v 1.19 2001/04/09 15:54:17 jfoster Exp $
* $Id: packet-msproxy.c,v 1.20 2001/06/08 08:36:40 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
* By Gerald Combs <gerald@ethereal.com>
* Copyright 1998 Gerald Combs
*
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
@ -66,7 +65,6 @@
#include "packet.h"
#include "resolv.h"
#include "globals.h"
#include "alignment.h"
#include "conversation.h"

View File

@ -2,15 +2,13 @@
* Routines for unix rlogin packet dissection
* Copyright 2000, Jeffrey C. Foster <jfoste@woodward.com>
*
* $Id: packet-rlogin.c,v 1.14 2001/01/22 08:03:45 guy Exp $
* $Id: packet-rlogin.c,v 1.15 2001/06/08 08:38:52 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
* By Gerald Combs <gerald@ethereal.com>
* Copyright 1998 Gerald Combs
*
*
* Based upon RFC-1282 - BSD Rlogin
*
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
@ -55,7 +53,6 @@
#include "packet.h"
#include "resolv.h"
#include "globals.h"
#include "alignment.h"
#include "conversation.h"

View File

@ -2,12 +2,11 @@
* Routines for socks versions 4 &5 packet dissection
* Copyright 2000, Jeffrey C. Foster <jfoste@woodward.com>
*
* $Id: packet-socks.c,v 1.19 2001/04/19 23:02:44 guy Exp $
* $Id: packet-socks.c,v 1.20 2001/06/08 08:39:58 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
* By Gerald Combs <gerald@ethereal.com>
* Copyright 1998 Gerald Combs
*
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
@ -74,7 +73,6 @@
#include "packet.h"
#include "resolv.h"
#include "globals.h"
#include "alignment.h"
#include "conversation.h"

View File

@ -1,12 +1,11 @@
/* packet-tcp.c
* Routines for TCP packet disassembly
*
* $Id: packet-tcp.c,v 1.102 2001/04/23 17:51:34 guy Exp $
* $Id: packet-tcp.c,v 1.103 2001/06/08 08:41:03 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
* Copyright 1998 Gerald Combs
*
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
@ -44,7 +43,6 @@
# include "snprintf.h"
#endif
#include "globals.h"
#include "resolv.h"
#include "ipproto.h"
#include "follow.h"