diff --git a/doc/README.developer b/doc/README.developer index 47b55a3abe..8478fb501f 100644 --- a/doc/README.developer +++ b/doc/README.developer @@ -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 * - * $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 + * By Gerald Combs * 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 diff --git a/packet-aim.c b/packet-aim.c index 4d9b0edd23..5598da46a7 100644 --- a/packet-aim.c +++ b/packet-aim.c @@ -2,10 +2,10 @@ * Routines for AIM Instant Messenger (OSCAR) dissection * Copyright 2000, Ralf Hoelzer * - * $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 + * By Gerald Combs * Copyright 1998 Gerald Combs * * This program is free software; you can redistribute it and/or diff --git a/packet-bacapp.c b/packet-bacapp.c index 697349b2b2..aa00c2b52e 100644 --- a/packet-bacapp.c +++ b/packet-bacapp.c @@ -2,10 +2,10 @@ * Routines for BACnet (APDU) dissection * Copyright 2001, Hartmut Mueller , 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 + * By Gerald Combs * Copyright 1998 Gerald Combs * * Copied from README.developer,v 1.23 diff --git a/packet-bacnet.c b/packet-bacnet.c index d03f3ef283..998650bb31 100644 --- a/packet-bacnet.c +++ b/packet-bacnet.c @@ -2,10 +2,10 @@ * Routines for BACnet (NPDU) dissection * Copyright 2001, Hartmut Mueller , 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 + * By Gerald Combs * Copyright 1998 Gerald Combs * * Copied from README.developer,v 1.23 diff --git a/packet-bvlc.c b/packet-bvlc.c index 5ddec07e0c..148002c5d6 100644 --- a/packet-bvlc.c +++ b/packet-bvlc.c @@ -2,10 +2,10 @@ * Routines for BACnet/IP (BVLL, BVLC) dissection * Copyright 2001, Hartmut Mueller , 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 + * By Gerald Combs * Copyright 1998 Gerald Combs * * Copied from README.developer,v 1.23 diff --git a/packet-gtp.c b/packet-gtp.c index 8aa2130b63..258e97abda 100644 --- a/packet-gtp.c +++ b/packet-gtp.c @@ -2,10 +2,10 @@ * Routines for GTP dissection * Copyright 2001, Michal Melerowicz * - * $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 + * By Gerald Combs * Copyright 1998 Gerald Combs * * This program is free software; you can redistribute it and/or diff --git a/packet-ieee80211.c b/packet-ieee80211.c index 09ed336c05..4a43cd9cea 100644 --- a/packet-ieee80211.c +++ b/packet-ieee80211.c @@ -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 + * By Gerald Combs * Copyright 1998 Gerald Combs * * Copied from README.developer diff --git a/packet-ieee80211.h b/packet-ieee80211.h index 0db900e014..689cb14a50 100644 --- a/packet-ieee80211.h +++ b/packet-ieee80211.h @@ -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 + * By Gerald Combs * Copyright 1998 Gerald Combs * * Copied from README.developer diff --git a/packet-iua.c b/packet-iua.c index d88ddf155f..ef1493a58d 100644 --- a/packet-iua.c +++ b/packet-iua.c @@ -8,10 +8,10 @@ * * Copyright 2000, Michael Tüxen * - * $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 + * By Gerald Combs * Copyright 1998 Gerald Combs * * Copied from README.developer diff --git a/packet-m3ua.c b/packet-m3ua.c index bebb6853e7..0742ec678e 100644 --- a/packet-m3ua.c +++ b/packet-m3ua.c @@ -8,10 +8,10 @@ * * Copyright 2000, Michael Tüxen * - * $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 + * By Gerald Combs * Copyright 1998 Gerald Combs * * Copied from README.developer diff --git a/packet-mip.c b/packet-mip.c index 4edf154e81..6389df9632 100644 --- a/packet-mip.c +++ b/packet-mip.c @@ -2,10 +2,10 @@ * Routines for Mobile IP dissection * Copyright 2000, Stefan Raab * - * $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 + * By Gerald Combs * Copyright 1998 Gerald Combs * * This program is free software; you can redistribute it and/or diff --git a/packet-sctp.c b/packet-sctp.c index ce8f7bd113..5c137d2a18 100644 --- a/packet-sctp.c +++ b/packet-sctp.c @@ -2,10 +2,10 @@ * Routines for Stream Control Transmission Protocol dissection * Copyright 2000, Michael Tüxen * - * $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 + * By Gerald Combs * Copyright 1998 Gerald Combs * * Copied from README.developer diff --git a/packet-sual.c b/packet-sual.c index 63dfffb6ff..5410ef7f57 100644 --- a/packet-sual.c +++ b/packet-sual.c @@ -4,10 +4,10 @@ * Copyright 2001, Martin Held * Michael TŸxen * - * $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 + * By Gerald Combs * Copyright 1998 Gerald Combs * * Copied from README.developer diff --git a/packet-x11.c b/packet-x11.c index 3ac582fb97..c06a5272a8 100644 --- a/packet-x11.c +++ b/packet-x11.c @@ -2,10 +2,10 @@ * Routines for X11 dissection * Copyright 2000, Christophe Tronche * - * $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 + * By Gerald Combs * Copyright 1998 Gerald Combs * * Copied from README.developer