Fix warning: The following parameters of proto_tree_add_expert_format(proto_tree *tree, packet_info *pinfo, expert_field *eiindex, tvbuff_t *tvb, gint start, gint length, const char *format,...) are not documented: parameter 'format'

svn path=/trunk/; revision=53748
This commit is contained in:
Alexis La Goutte 2013-12-03 13:37:49 +00:00
parent 0940471527
commit 420b33d77d
1 changed files with 1 additions and 0 deletions

View File

@ -196,6 +196,7 @@ proto_tree_add_expert(proto_tree *tree, packet_info *pinfo, expert_field* eiinde
@param tvb the tv buffer of the current data
@param start start of data in tvb
@param length length of data in tvb
@param format Printf-style format string for additional arguments
@return the newly created item above expert info tree
*/
WS_DLL_PUBLIC proto_item *