From e3310838129e9a137ff601329827c0f943685f64 Mon Sep 17 00:00:00 2001 From: Matthieu Patou Date: Fri, 10 Oct 2014 19:34:48 -0400 Subject: 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 Tested-by: Petri Dish Buildbot Reviewed-by: Michael Mann --- epan/dissectors/packet-dcerpc-nt.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'epan/dissectors/packet-dcerpc-nt.h') 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 */ -- cgit v1.2.3