aboutsummaryrefslogtreecommitdiffstats
path: root/epan/expert.h
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2013-09-01 16:41:29 +0000
committerMichael Mann <mmann78@netscape.net>2013-09-01 16:41:29 +0000
commit1f4f0d535a9ba74886aab688cf0b5718fe6882d5 (patch)
tree9ef506c7671f8e6f42d503c8a4059e83abd2013b /epan/expert.h
parent2bda15544c070c6ab5f8ec572c3e33057f37d567 (diff)
Remove expert_add_undecoded_item in favor of proto_tree_add_expert.
svn path=/trunk/; revision=51632
Diffstat (limited to 'epan/expert.h')
-rw-r--r--epan/expert.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/epan/expert.h b/epan/expert.h
index 13566dbb0b..48e71fce1f 100644
--- a/epan/expert.h
+++ b/epan/expert.h
@@ -214,20 +214,6 @@ WS_DLL_PUBLIC expert_module_t *expert_register_protocol(int id);
WS_DLL_PUBLIC void
expert_register_field_array(expert_module_t* module, ei_register_info *ei, const int num_records);
-
-/** Add an expert info about not dissected "item"
- Add an expert info tree to a not dissected protocol item.
- @param tvb The tvb associated with the item.
- @param pinfo Packet info of the currently processed packet. May be NULL.
- @param tree Tree to add the item to
- @param offset Offset in tvb
- @param length The length of the item.
- @param severity The expert severity (like PI_WARN - see: proto.h)
- */
-
-WS_DLL_PUBLIC void
-expert_add_undecoded_item(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, int offset, int length, const int severity);
-
#define EXPERT_CHECKSUM_DISABLED -2
#define EXPERT_CHECKSUM_UNKNOWN -1
#define EXPERT_CHECKSUM_GOOD 0