Fix Gerald's e-mail address - and fix it in "README.developer", so
authorGuy Harris <guy@alum.mit.edu>
Fri, 20 Apr 2001 20:34:31 +0000 (20:34 -0000)
committerGuy Harris <guy@alum.mit.edu>
Fri, 20 Apr 2001 20:34:31 +0000 (20:34 -0000)
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

14 files changed:
doc/README.developer
packet-aim.c
packet-bacapp.c
packet-bacnet.c
packet-bvlc.c
packet-gtp.c
packet-ieee80211.c
packet-ieee80211.h
packet-iua.c
packet-m3ua.c
packet-mip.c
packet-sctp.c
packet-sual.c
packet-x11.c

index 47b55a3abe816f47a54a21ee76132a9b719ce0b8..8478fb501f2c3af76131dbc113bc8073a4276bfe 100644 (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
index 4d9b0edd2388bf874a231c9d4e0b39e91870b801..5598da46a7753f6a3ab8f335b4264991f2b7fd4e 100644 (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
index 697349b2b2f19cf1e0ac0fa00225dfa571c3497b..aa00c2b52e467dffef0f23b5dc025b2383caa16c 100644 (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
index d03f3ef28367f64e43990be3023c81fb6df3e812..998650bb31c5b1660e0066ea5462d5056078740e 100644 (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
index 5ddec07e0ccd7f839279971abe5a12492261a170..148002c5d648966d9c19ec747d8829657f7d7bc4 100644 (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
index 8aa2130b63a5dd3cefa07a133996a6597baeb84e..258e97abda81b6c0f27c19877e6ff4806d01d7c0 100644 (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
index 09ed336c05692305b52e0cd840f706ba8fe4b75c..4a43cd9cea63062d0a4f53a2a499ee1f469af744 100644 (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
index 0db900e014e0dc5c5431710c2260be11ec3e18e2..689cb14a50a9576853e5aa7e8d7c657c07358efd 100644 (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
index d88ddf155f808110050916ef2930739486667415..ef1493a58d0b089c3e5f73df4542c015558d06a3 100644 (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
index bebb6853e784fbfffd635178ed0cf737fb0527ba..0742ec678eede57c713a8ab30740f79a92ab057c 100644 (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
index 4edf154e814fcb8976ef2aeac16756c690fdd2b4..6389df963210db1300ff9910796f66483047af76 100644 (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
index ce8f7bd1134b0c1d018a0f85c9e8eabc69f57bac..5c137d2a183ddf12a9e0b8fbd384c2391337aa8b 100644 (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
index 63dfffb6ff971e4a4041098a197fc0b694226122..5410ef7f577da9afa1064a47c051900083ab5107 100644 (file)
@@ -4,10 +4,10 @@
  * Copyright 2001, Martin Held <Martin.Held@icn.siemens.de>
  *                 Michael T\9fxen <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
index 3ac582fb979e83f29423afb4d301098597520be6..c06a5272a88ff1e035cd5e3d69b09db8e6f93de4 100644 (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