aboutsummaryrefslogtreecommitdiffstats
path: root/doc/README.developer
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-11-14 19:20:24 +0000
committerGuy Harris <guy@alum.mit.edu>2003-11-14 19:20:24 +0000
commit257fb6c7ddba3804ebbb868c4da1f2e51244a4c2 (patch)
treec9aea5aa98e681d7959d5fe51a48e3a94a88f5f1 /doc/README.developer
parent885ddfcef1cee267bfd07d38f61bce457e10d648 (diff)
Fix the stuff that talks about adding to DISSECTOR_SOURCES to talk about
adding to DISSECTOR_SRC instead, and update it to mention "Makefile.nmake" in the first instance. svn path=/trunk/; revision=8966
Diffstat (limited to 'doc/README.developer')
-rw-r--r--doc/README.developer10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/README.developer b/doc/README.developer
index 0e8746f285..0162941ad9 100644
--- a/doc/README.developer
+++ b/doc/README.developer
@@ -1,4 +1,4 @@
-$Id: README.developer,v 1.85 2003/11/06 09:47:06 guy Exp $
+$Id: README.developer,v 1.86 2003/11/14 19:20:24 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
@@ -247,7 +247,7 @@ code inside
is needed only if you are using the "snprintf()" function.
-The "$Id: README.developer,v 1.85 2003/11/06 09:47:06 guy Exp $"
+The "$Id: README.developer,v 1.86 2003/11/14 19:20:24 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.
@@ -257,7 +257,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.85 2003/11/06 09:47:06 guy Exp $
+ * $Id: README.developer,v 1.86 2003/11/14 19:20:24 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -740,7 +740,7 @@ generated automatically; to arrange that a protocol's register routine
be called at startup:
the file containing a dissector's "register" routine must be
- added to "DISSECTOR_SOURCES" in "Makefile.am";
+ added to "DISSECTOR_SRC" in "Makefile.am" and "Makefile.nmake";
the "register" routine must have a name of the form
"proto_register_XXX";
@@ -1632,7 +1632,7 @@ dissect_ipx(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
To arrange that your dissector will be built as part of Ethereal, you
must add the name of the source file for your dissector, and the header
file that declares your main dissector routine, to the
-'DISSECTOR_SOURCES' macro in the 'Makefile.am' and 'Makefile.nmake'
+'DISSECTOR_SRC' macro in the 'Makefile.am' and 'Makefile.nmake'
files in the top-level directory. (Note that this is for modern
versions of UNIX, so there is no 14-character limitation on file names,
and for modern versions of Windows, so there is no 8.3-character