aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--packet-bgp.c4
-rw-r--r--packet-cops.c4
-rw-r--r--packet-null.c7
-rw-r--r--packet-ppp.c5
-rw-r--r--packet-ripng.c5
-rw-r--r--packet-rsvp.c3
-rw-r--r--packet-sap.c4
-rw-r--r--packet-srvloc.c5
8 files changed, 16 insertions, 21 deletions
diff --git a/packet-bgp.c b/packet-bgp.c
index 10e611e75f..150f5a9b13 100644
--- a/packet-bgp.c
+++ b/packet-bgp.c
@@ -2,7 +2,7 @@
* Routines for BGP packet dissection.
* Copyright 1999, Jun-ichiro itojun Hagino <itojun@itojun.org>
*
- * $Id: packet-bgp.c,v 1.34 2001/04/17 21:25:13 guy Exp $
+ * $Id: packet-bgp.c,v 1.35 2001/04/23 18:19:02 guy Exp $
*
* Supports:
* RFC1771 A Border Gateway Protocol 4 (BGP-4)
@@ -18,7 +18,7 @@
* RFC1863 A BGP/IDRP Route Server alternative to a full mesh routing
*
* 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
diff --git a/packet-cops.c b/packet-cops.c
index 66dbf29c03..45344ba345 100644
--- a/packet-cops.c
+++ b/packet-cops.c
@@ -4,10 +4,10 @@
*
* Copyright 2000, Heikki Vatiainen <hessu@cs.tut.fi>
*
- * $Id: packet-cops.c,v 1.11 2001/01/22 08:03:45 guy Exp $
+ * $Id: packet-cops.c,v 1.12 2001/04/23 18:19:03 guy Exp $
*
* Ethereal - Network traffic analyzer
- * By Gerald Combs <gerald@zing.org>
+ * By Gerald Combs <gerald@ethereal.com>
* Copyright 1998 Gerald Combs
*
*
diff --git a/packet-null.c b/packet-null.c
index 485cf13bb4..37c649e4cc 100644
--- a/packet-null.c
+++ b/packet-null.c
@@ -1,12 +1,12 @@
/* packet-null.c
* Routines for null packet disassembly
*
- * $Id: packet-null.c,v 1.44 2001/04/17 06:43:19 guy Exp $
+ * $Id: packet-null.c,v 1.45 2001/04/23 18:19:03 guy Exp $
*
* Ethereal - Network traffic analyzer
- * By Gerald Combs <gerald@zing.org>
+ * By Gerald Combs <gerald@ethereal.com>
*
- * This file created and by Mike Hall <mlh@io.com>
+ * This file created by Mike Hall <mlh@io.com>
* Copyright 1998
*
* This program is free software; you can redistribute it and/or
@@ -43,7 +43,6 @@
#include "packet-null.h"
#include "atalk-utils.h"
#include "packet-ip.h"
-#include "packet-ipv6.h"
#include "packet-ipx.h"
#include "packet-osi.h"
#include "packet-ppp.h"
diff --git a/packet-ppp.c b/packet-ppp.c
index 6120f86e2a..61b46528e2 100644
--- a/packet-ppp.c
+++ b/packet-ppp.c
@@ -1,10 +1,10 @@
/* packet-ppp.c
* Routines for ppp packet disassembly
*
- * $Id: packet-ppp.c,v 1.62 2001/04/16 10:04:30 guy Exp $
+ * $Id: packet-ppp.c,v 1.63 2001/04/23 18:19:03 guy Exp $
*
* Ethereal - Network traffic analyzer
- * By Gerald Combs <gerald@zing.org>
+ * By Gerald Combs <gerald@ethereal.com>
*
* This file created and by Mike Hall <mlh@io.com>
* Copyright 1998
@@ -41,7 +41,6 @@
#include "atalk-utils.h"
#include "packet-chdlc.h"
#include "packet-ip.h"
-#include "packet-ipv6.h"
#include "packet-ipx.h"
#include "packet-vines.h"
#include "nlpid.h"
diff --git a/packet-ripng.c b/packet-ripng.c
index 5b34393050..6deb560f34 100644
--- a/packet-ripng.c
+++ b/packet-ripng.c
@@ -3,10 +3,10 @@
* (c) Copyright Jun-ichiro itojun Hagino <itojun@itojun.org>
* derived from packet-rip.c
*
- * $Id: packet-ripng.c,v 1.18 2001/01/22 08:03:45 guy Exp $
+ * $Id: packet-ripng.c,v 1.19 2001/04/23 18:19:03 guy Exp $
*
* Ethereal - Network traffic analyzer
- * By Gerald Combs <gerald@zing.org>
+ * By Gerald Combs <gerald@ethereal.com>
* Copyright 1998 Gerald Combs
*
*
@@ -38,7 +38,6 @@
#include <string.h>
#include <glib.h>
#include "packet.h"
-#include "packet-ipv6.h"
#include "packet-ripng.h"
#ifndef offsetof
diff --git a/packet-rsvp.c b/packet-rsvp.c
index e11b0bb555..075e8e61a6 100644
--- a/packet-rsvp.c
+++ b/packet-rsvp.c
@@ -3,7 +3,7 @@
*
* (c) Copyright Ashok Narayanan <ashokn@cisco.com>
*
- * $Id: packet-rsvp.c,v 1.39 2001/04/23 17:51:33 guy Exp $
+ * $Id: packet-rsvp.c,v 1.40 2001/04/23 18:19:03 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -69,7 +69,6 @@
#include "packet.h"
#include "in_cksum.h"
-#include "packet-ipv6.h"
#include "ieee-float.h"
#include "etypes.h"
#include "ipproto.h"
diff --git a/packet-sap.c b/packet-sap.c
index e798282872..9a7f417c09 100644
--- a/packet-sap.c
+++ b/packet-sap.c
@@ -4,10 +4,10 @@
*
* Heikki Vatiainen <hessu@cs.tut.fi>
*
- * $Id: packet-sap.c,v 1.21 2001/04/23 04:29:53 guy Exp $
+ * $Id: packet-sap.c,v 1.22 2001/04/23 18:19:03 guy Exp $
*
* Ethereal - Network traffic analyzer
- * By Gerald Combs <gerald@zing.org>
+ * By Gerald Combs <gerald@ethereal.com>
* Copyright 1998 Gerald Combs
*
* Copied from packet-tftp.c
diff --git a/packet-srvloc.c b/packet-srvloc.c
index a0af89d177..9396c0650c 100644
--- a/packet-srvloc.c
+++ b/packet-srvloc.c
@@ -6,10 +6,10 @@
* In particular I have not had an opportunity to see how it
* responds to SRVLOC over TCP.
*
- * $Id: packet-srvloc.c,v 1.22 2001/03/09 04:35:22 guy Exp $
+ * $Id: packet-srvloc.c,v 1.23 2001/04/23 18:19:03 guy Exp $
*
* Ethereal - Network traffic analyzer
- * By Gerald Combs <gerald@zing.org>
+ * By Gerald Combs <gerald@ethereal.com>
* Copyright 1998 Gerald Combs
*
* Service Location Protocol is RFC 2165
@@ -53,7 +53,6 @@
#endif
#include "packet.h"
-#include "packet-ipv6.h"
#include "strutil.h"
static int proto_srvloc = -1;