aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dcerpc-nt.h
diff options
context:
space:
mode:
authorsahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>2005-01-30 02:52:25 +0000
committersahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>2005-01-30 02:52:25 +0000
commitf7d13ce433a34ccf2b3f50fbdd57f051c15539ff (patch)
treebf9692c3dec73e4eaec731c590700182c0fad7f1 /epan/dissectors/packet-dcerpc-nt.h
parent15910fc1387d8c8d09999c5a6b96fde698c57b97 (diff)
change dissect_ndr_counted_byte_array to be more consistent with dissect_ndr_counted_string
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13202 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-dcerpc-nt.h')
-rw-r--r--epan/dissectors/packet-dcerpc-nt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-dcerpc-nt.h b/epan/dissectors/packet-dcerpc-nt.h
index 6b07283758..227f2faf70 100644
--- a/epan/dissectors/packet-dcerpc-nt.h
+++ b/epan/dissectors/packet-dcerpc-nt.h
@@ -86,7 +86,7 @@ dissect_ndr_counted_string(tvbuff_t *tvb, int offset,
int
dissect_ndr_counted_byte_array(tvbuff_t *tvb, int offset,
packet_info *pinfo, proto_tree *parent_tree,
- guint8 *drep, int hf_index);
+ guint8 *drep, int hf_index, int levels);
int
dissect_ndr_counted_byte_array_cb(tvbuff_t *tvb, int offset,