Fix two references to "proto_item_set_text()" and

"proto_item_append_text()" to use the right names.

svn path=/trunk/; revision=4838
This commit is contained in:
Guy Harris 2002-03-01 20:19:44 +00:00
parent 56be333a81
commit 37c1109287
1 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
$Id: README.developer,v 1.47 2002/02/28 23:23:12 guy Exp $
$Id: README.developer,v 1.48 2002/03/01 20:19:44 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
@ -101,7 +101,7 @@ code inside
is needed only if you are using the "snprintf()" function.
The "$Id: README.developer,v 1.47 2002/02/28 23:23:12 guy Exp $"
The "$Id: README.developer,v 1.48 2002/03/01 20:19:44 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.
@ -111,7 +111,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.47 2002/02/28 23:23:12 guy Exp $
* $Id: README.developer,v 1.48 2002/03/01 20:19:44 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@ -1155,10 +1155,10 @@ of the items in the subtree have been dissected. To do this, use
'proto_item_set_text()' or 'proto_item_append_text()':
void
proto_tree_set_text(proto_item *ti, ...);
proto_item_set_text(proto_item *ti, ...);
void
proto_tree_append_text(proto_item *ti, ...);
proto_item_append_text(proto_item *ti, ...);
'proto_item_set_text()' takes as an argument the value returned by
'proto_tree_add_text()', a 'printf'-style format string, and a set of