aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2002-11-03 20:24:12 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2002-11-03 20:24:12 +0000
commit21995129fecb5218df4985644352a3070bf80876 (patch)
tree01a43c1ff516fe6c353f1b21d4fa0f1b98ca74f4 /doc
parentb0efaa74b3afe38617e53581a7804eb181249699 (diff)
From Jean-Baptiste Marchand: fix a typo in README.developer.
Also, put him into the list of authors in the man page. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@6554 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'doc')
-rw-r--r--doc/README.developer8
-rw-r--r--doc/ethereal.pod.template1
2 files changed, 5 insertions, 4 deletions
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.