aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dcerpc-nt.h
diff options
context:
space:
mode:
authorMatthieu Patou <mat@matws.net>2014-10-10 19:34:48 -0400
committerMichael Mann <mmann78@netscape.net>2014-10-11 04:04:36 +0000
commite3310838129e9a137ff601329827c0f943685f64 (patch)
treec58e97ae645cda6f46c15a9f3974cb871015246f /epan/dissectors/packet-dcerpc-nt.h
parent81f9976b0647ef2a04058009f39ef622f973d1b1 (diff)
Add dissection of MIDL_NDRHEADERBLOB used in drsuapi and some other protocols
Bug: 10540 Change-Id: If4a8603a7cb62894cc46094056dd5313039884b2 Reviewed-on: https://code.wireshark.org/review/4604 Petri-Dish: Michael Mann <mmann78@netscape.net> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'epan/dissectors/packet-dcerpc-nt.h')
-rw-r--r--epan/dissectors/packet-dcerpc-nt.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/epan/dissectors/packet-dcerpc-nt.h b/epan/dissectors/packet-dcerpc-nt.h
index 3a927b78dd..d81cd347d4 100644
--- a/epan/dissectors/packet-dcerpc-nt.h
+++ b/epan/dissectors/packet-dcerpc-nt.h
@@ -266,6 +266,8 @@ int dissect_ndr_str_pointer_item(tvbuff_t *tvb, gint offset,
dcerpc_info *di, guint8 *drep, int type, const char *text,
int hf_index, int levels);
+int nt_dissect_MIDL_NDRHEADERBLOB(proto_tree *parent_tree, tvbuff_t *tvb, int offset, guint8 *drep);
+
/*
* Helper routines for dissecting NDR strings
*/