aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-p1.c
diff options
context:
space:
mode:
authorEvan Huus <eapache@gmail.com>2013-07-06 18:06:56 +0000
committerEvan Huus <eapache@gmail.com>2013-07-06 18:06:56 +0000
commit32088c9e6e4af9f5952bc402b44cdde0e6c695d1 (patch)
tree5603517ae1032b8fd73fe8ee88dd026da9986d05 /epan/dissectors/packet-p1.c
parentb4df55d204613b6a81a896f9887a4c67a116ea9b (diff)
Regenerate p1 dissector.
svn path=/trunk/; revision=50413
Diffstat (limited to 'epan/dissectors/packet-p1.c')
-rw-r--r--epan/dissectors/packet-p1.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-p1.c b/epan/dissectors/packet-p1.c
index 4ea3750eb1..2835029cb2 100644
--- a/epan/dissectors/packet-p1.c
+++ b/epan/dissectors/packet-p1.c
@@ -3240,8 +3240,8 @@ dissect_p1_Content(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_,
proto_item *item = NULL;
proto_tree *next_tree = NULL;
- item = proto_tree_add_text(actx->subtree.top_tree ? actx->subtree.top_tree : tree, next_tvb, 0, tvb_length_remaining(tvb, offset), "P1 Unknown Content (unknown built-in content-type)");
- expert_add_info(actx->pinfo, item, &ei_p1_unknown_built_in_content_type);
+ proto_tree_add_expert(actx->subtree.top_tree ? actx->subtree.top_tree : tree, actx->pinfo, &ei_p1_unknown_built_in_content_type,
+ next_tvb, 0, tvb_length_remaining(tvb, offset));
if (item) {
next_tree=proto_item_add_subtree(item, ett_p1_content_unknown);
}