aboutsummaryrefslogtreecommitdiffstats
path: root/doc/README.developer
diff options
context:
space:
mode:
authorGilbert Ramirez <gram@alumni.rice.edu>2001-11-13 23:55:44 +0000
committerGilbert Ramirez <gram@alumni.rice.edu>2001-11-13 23:55:44 +0000
commitf14a6b8b91a50a620a554e79cb8c0ea1f25ca9c7 (patch)
tree370e43ea18134f50288a9805af1a27865219bd08 /doc/README.developer
parent20bfe42945db5c4a5766484f97e562f6b85b399b (diff)
Hopefully the last time I have to change my e-mail address.
svn path=/trunk/; revision=4199
Diffstat (limited to 'doc/README.developer')
-rw-r--r--doc/README.developer8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/README.developer b/doc/README.developer
index 9c369a3053..ab61f26aac 100644
--- a/doc/README.developer
+++ b/doc/README.developer
@@ -1,4 +1,4 @@
-$Id: README.developer,v 1.38 2001/10/30 21:35:09 guy Exp $
+$Id: README.developer,v 1.39 2001/11/13 23:55:35 gram 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
@@ -85,7 +85,7 @@ code inside
is needed only if you are using the "snprintf()" function.
-The "$Id: README.developer,v 1.38 2001/10/30 21:35:09 guy Exp $"
+The "$Id: README.developer,v 1.39 2001/11/13 23:55:35 gram 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.
@@ -95,7 +95,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.38 2001/10/30 21:35:09 guy Exp $
+ * $Id: README.developer,v 1.39 2001/11/13 23:55:35 gram Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -1836,7 +1836,7 @@ a dissector.
James Coe <jammer@cin.net>
-Gilbert Ramirez <gram@xiexie.org>
+Gilbert Ramirez <gram@alumni.rice.edu>
Jeff Foster <jfoste@woodward.com>
Olivier Abad <oabad@cybercable.fr>
Laurent Deniel <deniel@worldnet.fr>