aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaurent Deniel <laurent.deniel@free.fr>2003-01-26 19:35:31 +0000
committerLaurent Deniel <laurent.deniel@free.fr>2003-01-26 19:35:31 +0000
commit1a66f9aec942c121021d492133eba734a67de81c (patch)
tree6d2535ce9b4dacc9cff6bda021acebe9f79aea79
parent46ab244cca5218cf093e666e650801ad894c9e08 (diff)
Update my email address in various places since my old one no longer works
svn path=/trunk/; revision=7003
-rw-r--r--AUTHORS2
-rw-r--r--doc/README.developer8
-rw-r--r--doc/README.plugins4
-rw-r--r--doc/ethereal.pod.template2
-rw-r--r--epan/AUTHORS2
-rw-r--r--epan/osi-utils.c4
-rw-r--r--epan/resolv.c4
-rw-r--r--epan/resolv.h4
-rw-r--r--gtk/help_dlg.c4
-rw-r--r--gtk/help_dlg.h4
-rw-r--r--gtk/proto_dlg.c4
-rw-r--r--gtk/proto_dlg.h4
-rw-r--r--manuf6
-rw-r--r--manuf.tmpl4
-rw-r--r--nlpid.h4
-rw-r--r--packet-clnp.c4
-rw-r--r--packet-fddi.c4
-rw-r--r--packet-giop.c4
-rw-r--r--packet-osi.c4
19 files changed, 38 insertions, 38 deletions
diff --git a/AUTHORS b/AUTHORS
index 07c0296a80..8b1a2850a8 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -34,7 +34,7 @@ Bobo Rajec <bobo[AT]bsp-consulting.sk> {
DNS protocol support
}
-Laurent Deniel <deniel[AT]worldnet.fr> {
+Laurent Deniel <laurent.deniel[AT]free.fr> {
Name resolution
Ethernet/Manufacturer files support
FDDI support
diff --git a/doc/README.developer b/doc/README.developer
index 2dda48ddf0..6a713b2d6f 100644
--- a/doc/README.developer
+++ b/doc/README.developer
@@ -1,4 +1,4 @@
-$Id: README.developer,v 1.67 2002/12/19 05:28:40 guy Exp $
+$Id: README.developer,v 1.68 2003/01/26 19:35:27 deniel Exp $
This file is a HOWTO for Ethereal developers. It describes how to start coding
a Ethereal protocol dissector and the use some of the important functions and
@@ -158,7 +158,7 @@ code inside
is needed only if you are using the "snprintf()" function.
-The "$Id: README.developer,v 1.67 2002/12/19 05:28:40 guy Exp $"
+The "$Id: README.developer,v 1.68 2003/01/26 19:35:27 deniel Exp $"
in the comment will be updated by CVS when the file is
checked in; it will allow the RCS "ident" command to report which
version of the file is currently checked out.
@@ -168,7 +168,7 @@ version of the file is currently checked out.
* Routines for PROTONAME dissection
* Copyright 2000, YOUR_NAME <YOUR_EMAIL_ADDRESS>
*
- * $Id: README.developer,v 1.67 2002/12/19 05:28:40 guy Exp $
+ * $Id: README.developer,v 1.68 2003/01/26 19:35:27 deniel Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -2087,5 +2087,5 @@ James Coe <jammer@cin.net>
Gilbert Ramirez <gram@alumni.rice.edu>
Jeff Foster <jfoste@woodward.com>
Olivier Abad <oabad@cybercable.fr>
-Laurent Deniel <deniel@worldnet.fr>
+Laurent Deniel <laurent.deniel@free.fr>
Gerald Combs <gerald@ethereal.com>
diff --git a/doc/README.plugins b/doc/README.plugins
index b7adaaa732..0dc5f7bca9 100644
--- a/doc/README.plugins
+++ b/doc/README.plugins
@@ -1,4 +1,4 @@
-$Id: README.plugins,v 1.7 2002/07/19 09:33:16 guy Exp $
+$Id: README.plugins,v 1.8 2003/01/26 19:35:27 deniel Exp $
Plugins
@@ -306,4 +306,4 @@ James Coe <jammer@cin.net>
Gilbert Ramirez <gram@alumni.rice.edu>
Jeff Foster <jfoste@woodward.com>
Olivier Abad <oabad@cybercable.fr>
-Laurent Deniel <deniel@worldnet.fr>
+Laurent Deniel <laurent.deniel@free.fr>
diff --git a/doc/ethereal.pod.template b/doc/ethereal.pod.template
index 128f1342ce..152f5a14b8 100644
--- a/doc/ethereal.pod.template
+++ b/doc/ethereal.pod.template
@@ -1466,7 +1466,7 @@ B<http://www.ethereal.com>.
Hannes R. Boehm <hannes[AT]boehm.org>
Mike Hall <mike [AT] hallzone.net>
Bobo Rajec <bobo[AT]bsp-consulting.sk>
- Laurent Deniel <deniel[AT]worldnet.fr>
+ Laurent Deniel <laurent.deniel[AT]free.fr>
Don Lafontaine <lafont02[AT]cn.ca>
Guy Harris <guy[AT]alum.mit.edu>
Simon Wilkinson <sxw[AT]dcs.ed.ac.uk>
diff --git a/epan/AUTHORS b/epan/AUTHORS
index 5f20c1cef3..e1500e6e51 100644
--- a/epan/AUTHORS
+++ b/epan/AUTHORS
@@ -2,7 +2,7 @@ Authors
-------
Gilbert Ramirez <gram@alumni.rice.edu>
Guy Harris <guy@alum.mit.edu>
-Laurent Deniel <deniel@worldnet.fr>
+Laurent Deniel <laurent.deniel@free.fr>
[XXX - throw into this list all the other Ethereal contributors whose
code got moved here]
diff --git a/epan/osi-utils.c b/epan/osi-utils.c
index 568338b2ca..64674c27fa 100644
--- a/epan/osi-utils.c
+++ b/epan/osi-utils.c
@@ -2,8 +2,8 @@
* Routines for ISO/OSI network and transport protocol packet disassembly
* Main entrance point and common functions
*
- * $Id: osi-utils.c,v 1.10 2002/09/02 22:10:17 guy Exp $
- * Laurent Deniel <deniel@worldnet.fr>
+ * $Id: osi-utils.c,v 1.11 2003/01/26 19:35:29 deniel Exp $
+ * Laurent Deniel <laurent.deniel@free.fr>
* Ralf Schneider <Ralf.Schneider@t-online.de>
*
* Ethereal - Network traffic analyzer
diff --git a/epan/resolv.c b/epan/resolv.c
index 47de19a69a..aa301be2ba 100644
--- a/epan/resolv.c
+++ b/epan/resolv.c
@@ -1,9 +1,9 @@
/* resolv.c
* Routines for network object lookup
*
- * $Id: resolv.c,v 1.29 2002/11/27 22:42:40 guy Exp $
+ * $Id: resolv.c,v 1.30 2003/01/26 19:35:29 deniel Exp $
*
- * Laurent Deniel <deniel@worldnet.fr>
+ * Laurent Deniel <laurent.deniel@free.fr>
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
diff --git a/epan/resolv.h b/epan/resolv.h
index 2f779a3068..261248c0df 100644
--- a/epan/resolv.h
+++ b/epan/resolv.h
@@ -1,9 +1,9 @@
/* resolv.h
* Definitions for network object lookup
*
- * $Id: resolv.h,v 1.9 2002/08/28 20:40:45 jmayer Exp $
+ * $Id: resolv.h,v 1.10 2003/01/26 19:35:29 deniel Exp $
*
- * Laurent Deniel <deniel@worldnet.fr>
+ * Laurent Deniel <laurent.deniel@free.fr>
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
diff --git a/gtk/help_dlg.c b/gtk/help_dlg.c
index eb53b0e5ce..f44b48d9dd 100644
--- a/gtk/help_dlg.c
+++ b/gtk/help_dlg.c
@@ -1,8 +1,8 @@
/* help_dlg.c
*
- * $Id: help_dlg.c,v 1.29 2002/12/01 19:11:53 gerald Exp $
+ * $Id: help_dlg.c,v 1.30 2003/01/26 19:35:31 deniel Exp $
*
- * Laurent Deniel <deniel@worldnet.fr>
+ * Laurent Deniel <laurent.deniel@free.fr>
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
diff --git a/gtk/help_dlg.h b/gtk/help_dlg.h
index 4c4b36ee36..e23e9c1d6e 100644
--- a/gtk/help_dlg.h
+++ b/gtk/help_dlg.h
@@ -1,8 +1,8 @@
/* help_dlg.h
*
- * $Id: help_dlg.h,v 1.4 2002/08/28 21:03:48 jmayer Exp $
+ * $Id: help_dlg.h,v 1.5 2003/01/26 19:35:31 deniel Exp $
*
- * Laurent Deniel <deniel@worldnet.fr>
+ * Laurent Deniel <laurent.deniel@free.fr>
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
diff --git a/gtk/proto_dlg.c b/gtk/proto_dlg.c
index fa53e1cf2d..c71e165310 100644
--- a/gtk/proto_dlg.c
+++ b/gtk/proto_dlg.c
@@ -1,8 +1,8 @@
/* proto_dlg.c
*
- * $Id: proto_dlg.c,v 1.24 2002/12/02 11:05:58 oabad Exp $
+ * $Id: proto_dlg.c,v 1.25 2003/01/26 19:35:31 deniel Exp $
*
- * Laurent Deniel <deniel@worldnet.fr>
+ * Laurent Deniel <laurent.deniel@free.fr>
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
diff --git a/gtk/proto_dlg.h b/gtk/proto_dlg.h
index a775823b4a..48c15d0d17 100644
--- a/gtk/proto_dlg.h
+++ b/gtk/proto_dlg.h
@@ -1,8 +1,8 @@
/* proto_dlg.h
*
- * $Id: proto_dlg.h,v 1.2 2002/08/28 21:03:49 jmayer Exp $
+ * $Id: proto_dlg.h,v 1.3 2003/01/26 19:35:31 deniel Exp $
*
- * Laurent Deniel <deniel@worldnet.fr>
+ * Laurent Deniel <laurent.deniel@free.fr>
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
diff --git a/manuf b/manuf
index e236f17c60..325370fb44 100644
--- a/manuf
+++ b/manuf
@@ -1,9 +1,9 @@
#
# /etc/manuf - Ethernet vendor codes, and well-known MAC addresses
#
-# $Id: manuf,v 1.24 2003/01/21 20:25:29 jmayer Exp $
+# $Id: manuf,v 1.25 2003/01/26 19:35:23 deniel Exp $
#
-# Laurent Deniel <deniel@worldnet.fr>
+# Laurent Deniel <laurent.deniel@free.fr>
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@ethereal.com>
@@ -12220,7 +12220,7 @@ EC:10:00 EnanceSour # Enance Source Co., Ltd. PC clones(?)
#
# Well-known addresses.
#
-# $Id: manuf,v 1.24 2003/01/21 20:25:29 jmayer Exp $
+# $Id: manuf,v 1.25 2003/01/26 19:35:23 deniel Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@ethereal.com>
diff --git a/manuf.tmpl b/manuf.tmpl
index 9a5490ebd3..2d1e37ab99 100644
--- a/manuf.tmpl
+++ b/manuf.tmpl
@@ -1,9 +1,9 @@
#
# /etc/manuf - Ethernet vendor codes, and well-known MAC addresses
#
-# $Id: manuf.tmpl,v 1.8 2002/12/12 22:09:19 gerald Exp $
+# $Id: manuf.tmpl,v 1.9 2003/01/26 19:35:23 deniel Exp $
#
-# Laurent Deniel <deniel@worldnet.fr>
+# Laurent Deniel <laurent.deniel@free.fr>
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@ethereal.com>
diff --git a/nlpid.h b/nlpid.h
index ed2625107b..c54cd214d8 100644
--- a/nlpid.h
+++ b/nlpid.h
@@ -1,8 +1,8 @@
/* nlpid.h
* Definitions of OSI NLPIDs (Network Layer Protocol IDs)
- * Laurent Deniel <deniel@worldnet.fr>
+ * Laurent Deniel <laurent.deniel@free.fr>
*
- * $Id: nlpid.h,v 1.11 2002/08/28 21:00:06 jmayer Exp $
+ * $Id: nlpid.h,v 1.12 2003/01/26 19:35:24 deniel Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
diff --git a/packet-clnp.c b/packet-clnp.c
index ca32671549..faf2c685ae 100644
--- a/packet-clnp.c
+++ b/packet-clnp.c
@@ -1,8 +1,8 @@
/* packet-clnp.c
* Routines for ISO/OSI network and transport protocol packet disassembly
*
- * $Id: packet-clnp.c,v 1.64 2003/01/20 05:42:30 guy Exp $
- * Laurent Deniel <deniel@worldnet.fr>
+ * $Id: packet-clnp.c,v 1.65 2003/01/26 19:35:24 deniel Exp $
+ * Laurent Deniel <laurent.deniel@free.fr>
* Ralf Schneider <Ralf.Schneider@t-online.de>
*
* Ethereal - Network traffic analyzer
diff --git a/packet-fddi.c b/packet-fddi.c
index 7c173d3b84..4207f4fed8 100644
--- a/packet-fddi.c
+++ b/packet-fddi.c
@@ -1,9 +1,9 @@
/* packet-fddi.c
* Routines for FDDI packet disassembly
*
- * Laurent Deniel <deniel@worldnet.fr>
+ * Laurent Deniel <laurent.deniel@free.fr>
*
- * $Id: packet-fddi.c,v 1.59 2002/12/02 23:43:26 guy Exp $
+ * $Id: packet-fddi.c,v 1.60 2003/01/26 19:35:24 deniel Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
diff --git a/packet-giop.c b/packet-giop.c
index 92e843eed8..63e4fecba6 100644
--- a/packet-giop.c
+++ b/packet-giop.c
@@ -2,14 +2,14 @@
* Routines for CORBA GIOP/IIOP packet disassembly
*
* Initial Code by,
- * Laurent Deniel <deniel@worldnet.fr>
+ * Laurent Deniel <laurent.deniel@free.fr>
* Craig Rodrigues <rodrigc@mediaone.net>
*
* GIOP API extensions by,
* Frank Singleton <frank.singleton@ericsson.com>
* Trevor Shepherd <eustrsd@am1.ericsson.se>
*
- * $Id: packet-giop.c,v 1.64 2002/12/02 23:43:26 guy Exp $
+ * $Id: packet-giop.c,v 1.65 2003/01/26 19:35:24 deniel Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
diff --git a/packet-osi.c b/packet-osi.c
index 70c819abc2..ea8886a8e0 100644
--- a/packet-osi.c
+++ b/packet-osi.c
@@ -2,8 +2,8 @@
* Routines for ISO/OSI network and transport protocol packet disassembly
* Main entrance point and common functions
*
- * $Id: packet-osi.c,v 1.57 2003/01/11 10:16:22 guy Exp $
- * Laurent Deniel <deniel@worldnet.fr>
+ * $Id: packet-osi.c,v 1.58 2003/01/26 19:35:24 deniel Exp $
+ * Laurent Deniel <laurent.deniel@free.fr>
* Ralf Schneider <Ralf.Schneider@t-online.de>
*
* Ethereal - Network traffic analyzer