aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--capture.c3
-rw-r--r--ethereal.c3
-rw-r--r--packet-ftp.c3
-rw-r--r--packet-ipv6.c3
-rw-r--r--packet-null.c4
-rw-r--r--packet-pop.c3
-rw-r--r--packet-pppoe.c3
-rw-r--r--packet-smb.c3
-rw-r--r--packet-telnet.c3
-rw-r--r--packet-tr.c3
-rw-r--r--summary.c3
11 files changed, 12 insertions, 22 deletions
diff --git a/capture.c b/capture.c
index a367e04440..29bdc2dafb 100644
--- a/capture.c
+++ b/capture.c
@@ -1,7 +1,7 @@
/* capture.c
* Routines for packet capture windows
*
- * $Id: capture.c,v 1.61 1999/08/24 03:19:21 guy Exp $
+ * $Id: capture.c,v 1.62 1999/08/24 17:26:09 gram Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -82,7 +82,6 @@
#include "file.h"
#include "menu.h"
#include "capture.h"
-#include "etypes.h"
#include "util.h"
#include "prefs.h"
diff --git a/ethereal.c b/ethereal.c
index bffb2167d8..bf4490bc98 100644
--- a/ethereal.c
+++ b/ethereal.c
@@ -1,6 +1,6 @@
/* ethereal.c
*
- * $Id: ethereal.c,v 1.104 1999/08/24 16:27:21 gram Exp $
+ * $Id: ethereal.c,v 1.105 1999/08/24 17:26:10 gram Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -88,7 +88,6 @@
#include "summary.h"
#include "file.h"
#include "menu.h"
-#include "etypes.h"
#include "prefs.h"
#include "column.h"
#include "print.h"
diff --git a/packet-ftp.c b/packet-ftp.c
index e359b76ae0..093373f2f7 100644
--- a/packet-ftp.c
+++ b/packet-ftp.c
@@ -2,7 +2,7 @@
* Routines for ftp packet dissection
* Copyright 1999, Richard Sharpe <rsharpe@ns.aus.com>
*
- * $Id: packet-ftp.c,v 1.6 1999/08/18 00:57:50 guy Exp $
+ * $Id: packet-ftp.c,v 1.7 1999/08/24 17:26:11 gram Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@unicom.net>
@@ -42,7 +42,6 @@
#include <string.h>
#include <glib.h>
#include "packet.h"
-#include "etypes.h"
static int proto_ftp = -1;
diff --git a/packet-ipv6.c b/packet-ipv6.c
index 82dafae0a1..22a3e43957 100644
--- a/packet-ipv6.c
+++ b/packet-ipv6.c
@@ -1,7 +1,7 @@
/* packet-ipv6.c
* Routines for IPv6 packet disassembly
*
- * $Id: packet-ipv6.c,v 1.12 1999/08/03 03:48:04 guy Exp $
+ * $Id: packet-ipv6.c,v 1.13 1999/08/24 17:26:12 gram Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -45,7 +45,6 @@
#include "packet.h"
#include "packet-ip.h"
#include "packet-ipv6.h"
-#include "etypes.h"
#include "resolv.h"
static int proto_ipv6 = -1;
diff --git a/packet-null.c b/packet-null.c
index bd7fd2be22..e9cf2334d6 100644
--- a/packet-null.c
+++ b/packet-null.c
@@ -1,7 +1,7 @@
/* packet-null.c
* Routines for null packet disassembly
*
- * $Id: packet-null.c,v 1.14 1999/08/22 19:05:44 guy Exp $
+ * $Id: packet-null.c,v 1.15 1999/08/24 17:26:13 gram Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -40,7 +40,7 @@
#include "packet.h"
#include "etypes.h"
-
+
extern const value_string etype_vals[];
/* protocols and header fields */
diff --git a/packet-pop.c b/packet-pop.c
index 647be2761e..ec8a62bffb 100644
--- a/packet-pop.c
+++ b/packet-pop.c
@@ -2,7 +2,7 @@
* Routines for pop packet dissection
* Copyright 1999, Richard Sharpe <rsharpe@ns.aus.com>
*
- * $Id: packet-pop.c,v 1.6 1999/08/18 00:57:52 guy Exp $
+ * $Id: packet-pop.c,v 1.7 1999/08/24 17:26:13 gram Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@unicom.net>
@@ -42,7 +42,6 @@
#include <string.h>
#include <glib.h>
#include "packet.h"
-#include "etypes.h"
static int proto_pop = -1;
diff --git a/packet-pppoe.c b/packet-pppoe.c
index f15551e681..abde716c62 100644
--- a/packet-pppoe.c
+++ b/packet-pppoe.c
@@ -1,7 +1,7 @@
/* packet-arp.c
* Routines for ARP packet disassembly
*
- * $Id: packet-pppoe.c,v 1.2 1999/07/07 22:51:51 gram Exp $
+ * $Id: packet-pppoe.c,v 1.3 1999/08/24 17:26:13 gram Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -33,7 +33,6 @@
#include <glib.h>
#include "packet.h"
-#include "etypes.h"
/* For lack of a better source, I made up the following defines. -jsj */
diff --git a/packet-smb.c b/packet-smb.c
index d9516cfb51..82acd5b120 100644
--- a/packet-smb.c
+++ b/packet-smb.c
@@ -2,7 +2,7 @@
* Routines for smb packet dissection
* Copyright 1999, Richard Sharpe <rsharpe@ns.aus.com>
*
- * $Id: packet-smb.c,v 1.22 1999/08/18 00:57:52 guy Exp $
+ * $Id: packet-smb.c,v 1.23 1999/08/24 17:26:14 gram Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@unicom.net>
@@ -42,7 +42,6 @@
#include <string.h>
#include <glib.h>
#include "packet.h"
-#include "etypes.h"
#include "smb.h"
#include "alignment.h"
diff --git a/packet-telnet.c b/packet-telnet.c
index 0654fdf5bd..34e342ef5f 100644
--- a/packet-telnet.c
+++ b/packet-telnet.c
@@ -2,7 +2,7 @@
* Routines for telnet packet dissection
* Copyright 1999, Richard Sharpe <rsharpe@ns.aus.com>
*
- * $Id: packet-telnet.c,v 1.5 1999/08/18 00:57:53 guy Exp $
+ * $Id: packet-telnet.c,v 1.6 1999/08/24 17:26:15 gram Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@unicom.net>
@@ -42,7 +42,6 @@
#include <string.h>
#include <glib.h>
#include "packet.h"
-#include "etypes.h"
static int proto_telnet = -1;
diff --git a/packet-tr.c b/packet-tr.c
index 7553b047f8..667f038dac 100644
--- a/packet-tr.c
+++ b/packet-tr.c
@@ -2,7 +2,7 @@
* Routines for Token-Ring packet disassembly
* Gilbert Ramirez <gram@verdict.uthscsa.edu>
*
- * $Id: packet-tr.c,v 1.20 1999/08/20 06:55:06 guy Exp $
+ * $Id: packet-tr.c,v 1.21 1999/08/24 17:26:15 gram Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@unicom.net>
@@ -35,7 +35,6 @@
#include <stdio.h>
#include <glib.h>
#include "packet.h"
-#include "etypes.h"
static int proto_tr = -1;
static int hf_tr_dst = -1;
diff --git a/summary.c b/summary.c
index 3d975f8ed2..4e440af165 100644
--- a/summary.c
+++ b/summary.c
@@ -1,7 +1,7 @@
/* summary.c
* Routines for capture file summary window
*
- * $Id: summary.c,v 1.9 1999/08/13 23:47:43 gram Exp $
+ * $Id: summary.c,v 1.10 1999/08/24 17:26:16 gram Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -61,7 +61,6 @@
#include "menu.h"
#include "summary.h"
#include "capture.h"
-#include "etypes.h"
#include "util.h"
#include "prefs.h"