aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dcerpc-nt.h
diff options
context:
space:
mode:
authorsahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>2011-08-11 07:48:02 +0000
committersahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>2011-08-11 07:48:02 +0000
commit67f06501f6612e642f4a3aaeb5d9a12a4afe909e (patch)
treec803a825f710a0a8952d8661792953aa6ee00062 /epan/dissectors/packet-dcerpc-nt.h
parenta4fdfacbb3d1aef7a19eb12906523378f61d6603 (diff)
From Matthieu Patou <mat@matws.net>
Add new helper function for DCE/RPC NDR data blobs git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38472 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-dcerpc-nt.h')
-rw-r--r--epan/dissectors/packet-dcerpc-nt.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/epan/dissectors/packet-dcerpc-nt.h b/epan/dissectors/packet-dcerpc-nt.h
index 8519fd6619..9e977070ef 100644
--- a/epan/dissectors/packet-dcerpc-nt.h
+++ b/epan/dissectors/packet-dcerpc-nt.h
@@ -84,6 +84,10 @@ extern const value_string platform_id_vals[];
ALIGN_TO_2_BYTES; \
} \
}
+int
+dissect_ndr_datablob(tvbuff_t *tvb, int offset, packet_info *pinfo,
+ proto_tree *tree, guint8 *drep, int hf_index,
+ int use_remaining_space);
int
dissect_null_term_string(tvbuff_t *tvb, int offset, packet_info *pinfo,