aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dcerpc-ndr.c
diff options
context:
space:
mode:
authorsahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>2009-10-03 05:23:48 +0000
committersahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>2009-10-03 05:23:48 +0000
commit5e417481c41c4b40308d579b71bf647126845c64 (patch)
tree86c4d28b63472eb89f114f29682a7fd27f26cad8 /epan/dissectors/packet-dcerpc-ndr.c
parentd34f8f4f31b3101b24395274d416d83cd8d5caa6 (diff)
rename 2or4 to a new type guint1632 and call the dissector for this
function dissect_ndr_uint1632() git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@30265 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-dcerpc-ndr.c')
-rw-r--r--epan/dissectors/packet-dcerpc-ndr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-dcerpc-ndr.c b/epan/dissectors/packet-dcerpc-ndr.c
index 0b49075d0f..57193f3bdc 100644
--- a/epan/dissectors/packet-dcerpc-ndr.c
+++ b/epan/dissectors/packet-dcerpc-ndr.c
@@ -240,9 +240,9 @@ dissect_ndr_uint3264 (tvbuff_t *tvb, gint offset, packet_info *pinfo,
that are 2 bytes in size in NDR but 4 bytes in NDR64.
*/
int
-dissect_ndr_2or4 (tvbuff_t *tvb, gint offset, packet_info *pinfo,
+dissect_ndr_uint1632 (tvbuff_t *tvb, gint offset, packet_info *pinfo,
proto_tree *tree, guint8 *drep,
- int hfindex, guint32 *pdata)
+ int hfindex, guint1632 *pdata)
{
dcerpc_info *di;