Fix Gerald's e-mail address - and fix it in "README.developer", so

people don't blindly insert the old address into new dissectors, which
is probably how it got into the dissectors being fixed here.

svn path=/trunk/; revision=3348
This commit is contained in:
Guy Harris 2001-04-20 20:34:31 +00:00
parent 950d194eb9
commit 3c1508a6b3
14 changed files with 35 additions and 31 deletions

View File

@ -1,4 +1,4 @@
$Id: README.developer,v 1.26 2001/04/10 07:21:38 guy Exp $
$Id: README.developer,v 1.27 2001/04/20 20:34:31 guy 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
@ -62,7 +62,7 @@ code inside
is needed only if you are using the "snprintf()" function.
The "$Id: README.developer,v 1.26 2001/04/10 07:21:38 guy Exp $"
The "$Id: README.developer,v 1.27 2001/04/20 20:34:31 guy 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.
@ -72,13 +72,17 @@ version of the file is currently checked out.
* Routines for PROTONAME dissection
* Copyright 2000, YOUR_NAME <YOUR_EMAIL_ADDRESS>
*
* $Id: README.developer,v 1.26 2001/04/10 07:21:38 guy Exp $
* $Id: README.developer,v 1.27 2001/04/20 20:34:31 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@unicom.net>
* By Gerald Combs <gerald@ethereal.com>
* Copyright 1998 Gerald Combs
*
* Copied from WHATEVER_FILE_YOU_USED
* Copied from WHATEVER_FILE_YOU_USED (where "WHATEVER_FILE_YOU_USED"
* is a dissector file; if you just copied this from README.developer,
* don't bother with the "Copied from" - you don't even need to put
* in a "Copied from" if you copied an existing dissector, especially
* if the bulk of the code in the new dissector is your code)
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License

View File

@ -2,10 +2,10 @@
* Routines for AIM Instant Messenger (OSCAR) dissection
* Copyright 2000, Ralf Hoelzer <ralf@well.com>
*
* $Id: packet-aim.c,v 1.7 2001/01/22 08:03:44 guy Exp $
* $Id: packet-aim.c,v 1.8 2001/04/20 20:34:28 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@unicom.net>
* By Gerald Combs <gerald@ethereal.com>
* Copyright 1998 Gerald Combs
*
* This program is free software; you can redistribute it and/or

View File

@ -2,10 +2,10 @@
* Routines for BACnet (APDU) dissection
* Copyright 2001, Hartmut Mueller <hartmut@abmlinux.org>, FH Dortmund
*
* $Id: packet-bacapp.c,v 1.1 2001/03/31 10:13:11 guy Exp $
* $Id: packet-bacapp.c,v 1.2 2001/04/20 20:34:28 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@unicom.net>
* By Gerald Combs <gerald@ethereal.com>
* Copyright 1998 Gerald Combs
*
* Copied from README.developer,v 1.23

View File

@ -2,10 +2,10 @@
* Routines for BACnet (NPDU) dissection
* Copyright 2001, Hartmut Mueller <hartmut@abmlinux.org>, FH Dortmund
*
* $Id: packet-bacnet.c,v 1.1 2001/03/31 10:13:11 guy Exp $
* $Id: packet-bacnet.c,v 1.2 2001/04/20 20:34:28 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@unicom.net>
* By Gerald Combs <gerald@ethereal.com>
* Copyright 1998 Gerald Combs
*
* Copied from README.developer,v 1.23

View File

@ -2,10 +2,10 @@
* Routines for BACnet/IP (BVLL, BVLC) dissection
* Copyright 2001, Hartmut Mueller <hartmut@abmlinux.org>, FH Dortmund
*
* $Id: packet-bvlc.c,v 1.1 2001/03/31 10:13:11 guy Exp $
* $Id: packet-bvlc.c,v 1.2 2001/04/20 20:34:28 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@unicom.net>
* By Gerald Combs <gerald@ethereal.com>
* Copyright 1998 Gerald Combs
*
* Copied from README.developer,v 1.23

View File

@ -2,10 +2,10 @@
* Routines for GTP dissection
* Copyright 2001, Michal Melerowicz <michal.melerowicz@nokia.com>
*
* $Id: packet-gtp.c,v 1.3 2001/04/10 19:10:09 guy Exp $
* $Id: packet-gtp.c,v 1.4 2001/04/20 20:34:28 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@unicom.net>
* By Gerald Combs <gerald@ethereal.com>
* Copyright 1998 Gerald Combs
*
* This program is free software; you can redistribute it and/or

View File

@ -3,10 +3,10 @@
* Copyright 2000, Axis Communications AB
* Inquiries/bugreports should be sent to Johan.Jorgensen@axis.com
*
* $Id: packet-ieee80211.c,v 1.16 2001/04/17 06:43:18 guy Exp $
* $Id: packet-ieee80211.c,v 1.17 2001/04/20 20:34:28 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@unicom.net>
* By Gerald Combs <gerald@ethereal.com>
* Copyright 1998 Gerald Combs
*
* Copied from README.developer

View File

@ -4,10 +4,10 @@
* Copyright 2000, Axis Communications AB
* Inquiries/bugreports should be sent to Johan.Jorgensen@axis.com
*
* $Id: packet-ieee80211.h,v 1.2 2000/11/29 05:16:15 gram Exp $
* $Id: packet-ieee80211.h,v 1.3 2001/04/20 20:34:28 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@unicom.net>
* By Gerald Combs <gerald@ethereal.com>
* Copyright 1998 Gerald Combs
*
* Copied from README.developer

View File

@ -8,10 +8,10 @@
*
* Copyright 2000, Michael Tüxen <Michael.Tuexen@icn.siemens.de>
*
* $Id: packet-iua.c,v 1.4 2001/01/25 06:14:14 guy Exp $
* $Id: packet-iua.c,v 1.5 2001/04/20 20:34:28 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@unicom.net>
* By Gerald Combs <gerald@ethereal.com>
* Copyright 1998 Gerald Combs
*
* Copied from README.developer

View File

@ -8,10 +8,10 @@
*
* Copyright 2000, Michael Tüxen <Michael.Tuexen@icn.siemens.de>
*
* $Id: packet-m3ua.c,v 1.4 2001/01/25 06:14:14 guy Exp $
* $Id: packet-m3ua.c,v 1.5 2001/04/20 20:34:28 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@unicom.net>
* By Gerald Combs <gerald@ethereal.com>
* Copyright 1998 Gerald Combs
*
* Copied from README.developer

View File

@ -2,10 +2,10 @@
* Routines for Mobile IP dissection
* Copyright 2000, Stefan Raab <sraab@cisco.com>
*
* $Id: packet-mip.c,v 1.16 2001/02/27 00:27:26 guy Exp $
* $Id: packet-mip.c,v 1.17 2001/04/20 20:34:29 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@unicom.net>
* By Gerald Combs <gerald@ethereal.com>
* Copyright 1998 Gerald Combs
*
* This program is free software; you can redistribute it and/or

View File

@ -2,10 +2,10 @@
* Routines for Stream Control Transmission Protocol dissection
* Copyright 2000, Michael Tüxen <Michael.Tuexen@icn.siemens.de>
*
* $Id: packet-sctp.c,v 1.14 2001/04/09 00:21:07 guy Exp $
* $Id: packet-sctp.c,v 1.15 2001/04/20 20:34:29 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@unicom.net>
* By Gerald Combs <gerald@ethereal.com>
* Copyright 1998 Gerald Combs
*
* Copied from README.developer

View File

@ -4,10 +4,10 @@
* Copyright 2001, Martin Held <Martin.Held@icn.siemens.de>
* Michael TŸxen <Michael.Tuexen@icn.siemens.de>
*
* $Id: packet-sual.c,v 1.1 2001/01/22 09:04:09 guy Exp $
* $Id: packet-sual.c,v 1.2 2001/04/20 20:34:29 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@unicom.net>
* By Gerald Combs <gerald@ethereal.com>
* Copyright 1998 Gerald Combs
*
* Copied from README.developer

View File

@ -2,10 +2,10 @@
* Routines for X11 dissection
* Copyright 2000, Christophe Tronche <ch.tronche@computer.org>
*
* $Id: packet-x11.c,v 1.18 2001/04/20 04:16:19 guy Exp $
* $Id: packet-x11.c,v 1.19 2001/04/20 20:34:29 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@unicom.net>
* By Gerald Combs <gerald@ethereal.com>
* Copyright 1998 Gerald Combs
*
* Copied from README.developer