aboutsummaryrefslogtreecommitdiffstats
path: root/epan/expert.h
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2013-06-30 22:19:37 +0000
committerMichael Mann <mmann78@netscape.net>2013-06-30 22:19:37 +0000
commit5bbc26236a162815e52e148b239da5366344062c (patch)
tree17a107276f7a6f77cdedf0211f3d76627f4ed515 /epan/expert.h
parent20674d88774e5af1cf17bfc651351869b07485d6 (diff)
Batch of filterable expert infos.
Also added a note about deprecating expert_add_info_format svn path=/trunk/; revision=50270
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 5dcef2ed79..c286db183c 100644
--- a/epan/expert.h
+++ b/epan/expert.h
@@ -139,7 +139,7 @@ expert_update_comment_count(guint64 count);
WS_DLL_PUBLIC void
expert_add_info(packet_info *pinfo, proto_item *pi, expert_field* eiindex);
-/** Add an expert info.
+/** Add an expert info. TO BE DEPRECATED IN ITS CURRENT FORM!!!
Add an expert info tree to a protocol item, with classification and message.
@param pinfo Packet info of the currently processed packet. May be NULL if
pi is supplied