diff options
author | Olivier Abad <oabad@noos.fr> | 2000-05-28 17:04:47 +0000 |
---|---|---|
committer | Olivier Abad <oabad@noos.fr> | 2000-05-28 17:04:47 +0000 |
commit | b977b382b3f2426c4a47637283e4d496dce2836a (patch) | |
tree | 4eaf037363a5f6368676d003cf7eeec308cdae46 /doc | |
parent | 249b847a7730f33a092ab1f6aa9aa5f1933051a8 (diff) | |
download | wireshark-b977b382b3f2426c4a47637283e4d496dce2836a.tar.gz wireshark-b977b382b3f2426c4a47637283e4d496dce2836a.tar.bz2 wireshark-b977b382b3f2426c4a47637283e4d496dce2836a.zip |
Changed my mail address to oabad@cybercable.fr (dhis.net is too
unreliable).
svn path=/trunk/; revision=2019
Diffstat (limited to 'doc')
-rw-r--r-- | doc/README.developer | 8 | ||||
-rw-r--r-- | doc/ethereal.pod.template | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/doc/README.developer b/doc/README.developer index fce8ef8863..8e088e92af 100644 --- a/doc/README.developer +++ b/doc/README.developer @@ -1,4 +1,4 @@ -$Id: README.developer,v 1.12 2000/04/29 07:57:43 guy Exp $ +$Id: README.developer,v 1.13 2000/05/28 17:04:23 oabad Exp $ This file is a HOWTO for Ethereal developers. It describes how to start coding a protocol dissector and the use some of the important functions and variables @@ -57,7 +57,7 @@ code inside is needed only if you are using the "snprintf()" function. -The "$Id: README.developer,v 1.12 2000/04/29 07:57:43 guy Exp $" in the comment will be updated by CVS when the file is +The "$Id: README.developer,v 1.13 2000/05/28 17:04:23 oabad 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. @@ -66,7 +66,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.12 2000/04/29 07:57:43 guy Exp $ + * $Id: README.developer,v 1.13 2000/05/28 17:04:23 oabad Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs <gerald@unicom.net> @@ -1246,4 +1246,4 @@ dfilter_init(); James Coe <jammer@cin.net> Gilbert Ramirez <gram@xiexie.org> Jeff Foster <jfoste@woodward.com> -Olivier Abad <abad@daba.dhis.net> +Olivier Abad <oabad@cybercable.fr> diff --git a/doc/ethereal.pod.template b/doc/ethereal.pod.template index 3f4d09eca2..cc82cef602 100644 --- a/doc/ethereal.pod.template +++ b/doc/ethereal.pod.template @@ -830,7 +830,7 @@ B<http://ethereal.zing.org>. Aaron Hillegass <aaron@classmax.com> Jason Lango <jal@netapp.com> Johan Feyaerts <Johan.Feyaerts@siemens.atea.be> - Olivier Abad <abad@daba.dhis.net> + Olivier Abad <oabad@cybercable.fr> Thierry Andry <Thierry.Andry@advalvas.be> Jeff Foster <jjfoste@woodward.com> Peter Torvals <petertv@xoommail.com> |