aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dcerpc-nt.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2019-09-24 01:54:53 +0200
committerAnders Broman <a.broman58@gmail.com>2019-12-13 11:37:39 +0000
commitcffa0df3108ca2338f534c01afb48a7c940e4115 (patch)
treee4f6e1572f9bbdb3c8687eb8554730418ceeed2c /epan/dissectors/packet-dcerpc-nt.h
parent7807630857ff966317ae338d29b8842720412d8a (diff)
DCERPC: Add dissect_hresult helper
Guenther Change-Id: I62bac46ac43189f7ea07aacf19147d85f6649a5d Signed-off-by: Guenther Deschner <gd@samba.org> Reviewed-on: https://code.wireshark.org/review/35423 Petri-Dish: Graham Bloice <graham.bloice@trihedral.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan/dissectors/packet-dcerpc-nt.h')
-rw-r--r--epan/dissectors/packet-dcerpc-nt.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/epan/dissectors/packet-dcerpc-nt.h b/epan/dissectors/packet-dcerpc-nt.h
index 88147111b3..9ee72ca4cc 100644
--- a/epan/dissectors/packet-dcerpc-nt.h
+++ b/epan/dissectors/packet-dcerpc-nt.h
@@ -214,6 +214,11 @@ dissect_doserror(tvbuff_t *tvb, gint offset, packet_info *pinfo,
int hfindex, guint32 *pdata);
int
+dissect_hresult(tvbuff_t *tvb, gint offset, packet_info *pinfo,
+ proto_tree *tree, dcerpc_info *di, guint8 *drep,
+ int hfindex, guint32 *pdata);
+
+int
dissect_nt_policy_hnd(tvbuff_t *tvb, gint offset, packet_info *pinfo,
proto_tree *tree, dcerpc_info *di, guint8 *drep, int hfindex,
e_ctx_hnd *pdata, proto_item **pitem,