aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--packet-bpdu.c3
-rw-r--r--packet-dns.c3
-rw-r--r--packet-icmpv6.c3
-rw-r--r--packet-ip.c3
-rw-r--r--packet-nbns.c3
-rw-r--r--packet-netbios.c3
-rw-r--r--packet-tcp.c3
7 files changed, 7 insertions, 14 deletions
diff --git a/packet-bpdu.c b/packet-bpdu.c
index 8b92eb3d9f..cb7bbac743 100644
--- a/packet-bpdu.c
+++ b/packet-bpdu.c
@@ -1,7 +1,7 @@
/* packet-bpdu.c
* Routines for BPDU (Spanning Tree Protocol) disassembly
*
- * $Id: packet-bpdu.c,v 1.6 1999/11/16 11:42:27 guy Exp $
+ * $Id: packet-bpdu.c,v 1.7 2000/01/16 02:54:44 guy Exp $
*
* Copyright 1999 Christophe Tronche <ch.tronche@computer.org>
*
@@ -42,7 +42,6 @@
#include <glib.h>
#include "packet.h"
#include "resolv.h"
-#include "util.h"
/* Offsets of fields within a BPDU */
diff --git a/packet-dns.c b/packet-dns.c
index dec4c7a123..b5714fcf99 100644
--- a/packet-dns.c
+++ b/packet-dns.c
@@ -1,7 +1,7 @@
/* packet-dns.c
* Routines for DNS packet disassembly
*
- * $Id: packet-dns.c,v 1.33 1999/12/29 10:36:13 guy Exp $
+ * $Id: packet-dns.c,v 1.34 2000/01/16 02:54:45 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -38,7 +38,6 @@
#include <glib.h>
#include "packet.h"
#include "packet-dns.h"
-#include "util.h"
static int proto_dns = -1;
static int hf_dns_response = -1;
diff --git a/packet-icmpv6.c b/packet-icmpv6.c
index 3607a01440..8c1f2554fa 100644
--- a/packet-icmpv6.c
+++ b/packet-icmpv6.c
@@ -1,7 +1,7 @@
/* packet-icmpv6.c
* Routines for ICMPv6 packet disassembly
*
- * $Id: packet-icmpv6.c,v 1.11 1999/11/16 11:42:31 guy Exp $
+ * $Id: packet-icmpv6.c,v 1.12 2000/01/16 02:54:46 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -57,7 +57,6 @@
#include "packet.h"
#include "packet-ipv6.h"
#include "resolv.h"
-#include "util.h"
#ifndef offsetof
#define offsetof(type, member) ((size_t)(&((type *)0)->member))
diff --git a/packet-ip.c b/packet-ip.c
index bf9c7a8004..9c2bf1be88 100644
--- a/packet-ip.c
+++ b/packet-ip.c
@@ -1,7 +1,7 @@
/* packet-ip.c
* Routines for IP and miscellaneous IP protocol packet disassembly
*
- * $Id: packet-ip.c,v 1.67 1999/12/13 05:09:05 gram Exp $
+ * $Id: packet-ip.c,v 1.68 2000/01/16 02:54:47 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -40,7 +40,6 @@
#include <glib.h>
#include "packet.h"
#include "resolv.h"
-#include "util.h"
#ifdef NEED_SNPRINTF_H
# ifdef HAVE_STDARG_H
diff --git a/packet-nbns.c b/packet-nbns.c
index 491182a680..1e41df16fb 100644
--- a/packet-nbns.c
+++ b/packet-nbns.c
@@ -4,7 +4,7 @@
* Gilbert Ramirez <gram@verdict.uthscsa.edu>
* Much stuff added by Guy Harris <guy@netapp.com>
*
- * $Id: packet-nbns.c,v 1.34 1999/12/29 10:48:02 guy Exp $
+ * $Id: packet-nbns.c,v 1.35 2000/01/16 02:54:47 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -40,7 +40,6 @@
#include "packet.h"
#include "packet-dns.h"
#include "packet-netbios.h"
-#include "util.h"
static int proto_nbns = -1;
static int hf_nbns_response = -1;
diff --git a/packet-netbios.c b/packet-netbios.c
index 8fef8053ba..8ceb02c69c 100644
--- a/packet-netbios.c
+++ b/packet-netbios.c
@@ -5,7 +5,7 @@
*
* derived from the packet-nbns.c
*
- * $Id: packet-netbios.c,v 1.12 2000/01/14 17:08:41 gerald Exp $
+ * $Id: packet-netbios.c,v 1.13 2000/01/16 02:54:48 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -40,7 +40,6 @@
#include <glib.h>
#include "packet.h"
#include "packet-netbios.h"
-#include "util.h"
/* Netbios command numbers */
#define NB_ADD_GROUP 0x00
diff --git a/packet-tcp.c b/packet-tcp.c
index 05b7e65bc0..cde6c8e926 100644
--- a/packet-tcp.c
+++ b/packet-tcp.c
@@ -1,7 +1,7 @@
/* packet-tcp.c
* Routines for TCP packet disassembly
*
- * $Id: packet-tcp.c,v 1.55 2000/01/15 00:22:33 gram Exp $
+ * $Id: packet-tcp.c,v 1.56 2000/01/16 02:54:49 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -40,7 +40,6 @@
#include "globals.h"
#include "resolv.h"
#include "follow.h"
-#include "util.h"
#ifdef NEED_SNPRINTF_H
# ifdef HAVE_STDARG_H