aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--AUTHORS1
-rw-r--r--doc/README.developer8
-rw-r--r--doc/ethereal.pod.template1
3 files changed, 6 insertions, 4 deletions
diff --git a/AUTHORS b/AUTHORS
index d79412c077..e3775142e6 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -1480,6 +1480,7 @@ Fritz Budiyanto <fritzb88 [AT] yahoo.com> {
Jean-Baptiste Marchand <Jean-Baptiste.Marchand [AT] hsc.fr> {
Make it possible to filter on UUIDs
+ Fix typo in README.developer
}
Alain Magloire <alainm[AT]rcsm.ece.mcgill.ca> was kind enough to
diff --git a/doc/README.developer b/doc/README.developer
index ba5921a656..56da6bf83d 100644
--- a/doc/README.developer
+++ b/doc/README.developer
@@ -1,4 +1,4 @@
-$Id: README.developer,v 1.63 2002/11/01 09:41:36 guy Exp $
+$Id: README.developer,v 1.64 2002/11/03 20:24:12 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
@@ -149,7 +149,7 @@ code inside
is needed only if you are using the "snprintf()" function.
-The "$Id: README.developer,v 1.63 2002/11/01 09:41:36 guy Exp $"
+The "$Id: README.developer,v 1.64 2002/11/03 20:24:12 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.
@@ -159,7 +159,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.63 2002/11/01 09:41:36 guy Exp $
+ * $Id: README.developer,v 1.64 2002/11/03 20:24:12 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -479,7 +479,7 @@ packet for that protocol, is COL_INFO.
A value for a column should only be added if the user specified that it
be displayed; to check whether a given column is to be displayed, call
-'col_info' with the COL_ value for that field as an argument - it will
+'check_col' with the COL_ value for that field as an argument - it will
return TRUE if the column is to be displayed and FALSE if it is not to
be displayed.
diff --git a/doc/ethereal.pod.template b/doc/ethereal.pod.template
index 4a1cea0703..30bc1988be 100644
--- a/doc/ethereal.pod.template
+++ b/doc/ethereal.pod.template
@@ -1569,6 +1569,7 @@ B<http://www.ethereal.com>.
Jason House <jhouse [AT] mitre.org>
Peter Fales <psfales [AT] lucent.com>
Fritz Budiyanto <fritzb88 [AT] yahoo.com>
+ Jean-Baptiste Marchand <Jean-Baptiste.Marchand [AT] hsc.fr>
Alain Magloire <alainm[AT]rcsm.ece.mcgill.ca> was kind enough to give his
permission to use his version of snprintf.c.