summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-dcerpc-epm.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-epm.c
parent607d32b00dff6bf4f1842b84a470377b04571397 (diff)
downloadwireshark-c44a7fba0d98390e3ab05160d93f89db4f7c551b.tar.gz
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-epm.c')
-rw-r--r--epan/dissectors/packet-dcerpc-epm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-dcerpc-epm.c b/epan/dissectors/packet-dcerpc-epm.c
index 5134effe50..1c334f042d 100644
--- a/epan/dissectors/packet-dcerpc-epm.c
+++ b/epan/dissectors/packet-dcerpc-epm.c
@@ -481,7 +481,7 @@ epm_dissect_tower (tvbuff_t *tvb, int offset,
packet_info *pinfo, proto_tree *tree,
guint8 *drep)
{
- guint32 len;
+ guint3264 len;
dcerpc_info *di;
di=pinfo->private_data;
@@ -491,7 +491,7 @@ epm_dissect_tower (tvbuff_t *tvb, int offset,
/* first one is the header of the conformant array, second one is the
length field */
- offset = dissect_ndr_uint32 (tvb, offset, pinfo, tree, drep,
+ offset = dissect_ndr_uint3264 (tvb, offset, pinfo, tree, drep,
hf_epm_tower_length, &len);
offset = dissect_ndr_uint32 (tvb, offset, pinfo, tree, drep,
hf_epm_tower_length, NULL);