aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dcerpc.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2012-09-01 11:22:29 +0000
committerAnders Broman <anders.broman@ericsson.com>2012-09-01 11:22:29 +0000
commitc44a7fba0d98390e3ab05160d93f89db4f7c551b (patch)
tree8be7af1c043f724cf101b432a4b8dcff94ced169 /epan/dissectors/packet-dcerpc.c
parent607d32b00dff6bf4f1842b84a470377b04571397 (diff)
From Litao Gao:
Implementation of IRemoteSCMActivator::RemoteCreateInstance and some minor bug fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7673 svn path=/trunk/; revision=44721
Diffstat (limited to 'epan/dissectors/packet-dcerpc.c')
-rw-r--r--epan/dissectors/packet-dcerpc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dissectors/packet-dcerpc.c b/epan/dissectors/packet-dcerpc.c
index ae0dd08f94..3ba4d08370 100644
--- a/epan/dissectors/packet-dcerpc.c
+++ b/epan/dissectors/packet-dcerpc.c
@@ -1968,6 +1968,7 @@ dissect_deferred_pointers(packet_info *pinfo, tvbuff_t *tvb, int offset, guint8
offset = (*(fnct))(tvb, offset, pinfo, tnpd->tree, drep);
if (tnpd->callback)
tnpd->callback(pinfo, tnpd->tree, tnpd->item, tvb, old_offset, offset, tnpd->callback_args);
+ proto_item_set_len(tnpd->item, offset - old_offset);
break;
}
}