From 257fb6c7ddba3804ebbb868c4da1f2e51244a4c2 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Fri, 14 Nov 2003 19:20:24 +0000 Subject: 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 --- doc/README.developer | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'doc/README.developer') 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 * - * $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 @@ -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 -- cgit v1.2.3