aboutsummaryrefslogtreecommitdiffstats
path: root/epan/expert.h
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2013-10-03 01:54:02 +0000
committerMichael Mann <mmann78@netscape.net>2013-10-03 01:54:02 +0000
commita891f3e70b9efa4980feb830fba3b96e0bbaf39d (patch)
treeabc2c0dccd22be80e911759242fe3eb09f1e2dbe /epan/expert.h
parentb9eecb6f28e949b87fc7c64624a1fd934718a47b (diff)
Make expert items used in "low level" proto functions filterable (and ensure they are called even with a NULL tree). I don't really like the Type Length Mismatch "protocol", but it doesn't seem that much different than the exception "protocols".
svn path=/trunk/; revision=52341
Diffstat (limited to 'epan/expert.h')
-rw-r--r--epan/expert.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/expert.h b/epan/expert.h
index 2bea45fe30..7130ae1340 100644
--- a/epan/expert.h
+++ b/epan/expert.h
@@ -188,7 +188,7 @@ proto_tree_add_expert(proto_tree *tree, packet_info *pinfo, expert_field* eiinde
Add an expert info tree to a protocol item, using registered expert info item,
but with a formatted message.
This function is intended to replace places where
- proto_tree_add_text or proto_tree_add_none_format + expert_add_info_format_text
+ proto_tree_add_text or proto_tree_add_none_format + expert_add_info_format
would be used.
@param tree Current protocol item (or NULL)
@param pinfo Packet info of the currently processed packet. May be NULL if tree is supplied