diff options
Diffstat (limited to 'epan/dissectors/packet-dcerpc-spoolss.h')
-rw-r--r-- | epan/dissectors/packet-dcerpc-spoolss.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/epan/dissectors/packet-dcerpc-spoolss.h b/epan/dissectors/packet-dcerpc-spoolss.h index 1aa3eb7b..7f95efe1 100644 --- a/epan/dissectors/packet-dcerpc-spoolss.h +++ b/epan/dissectors/packet-dcerpc-spoolss.h @@ -578,20 +578,20 @@ int dissect_USER_LEVEL_CTR(tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree, - dcerpc_info *di, guint8 *drep); + dcerpc_info *di, uint8_t *drep); int dissect_NOTIFY_OPTIONS_ARRAY_CTR(tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree, - dcerpc_info *di, guint8 *drep); + dcerpc_info *di, uint8_t *drep); int dissect_NOTIFY_INFO(tvbuff_t *tvb, int offset, packet_info *pinfo, - proto_tree *tree, dcerpc_info *di, guint8 *drep); + proto_tree *tree, dcerpc_info *di, uint8_t *drep); int dissect_DEVMODE_CTR(tvbuff_t *tvb, int offset, packet_info *pinfo, - proto_tree *tree, dcerpc_info *di, guint8 *drep); + proto_tree *tree, dcerpc_info *di, uint8_t *drep); int dissect_SPOOL_PRINTER_INFO(tvbuff_t *tvb, int offset, packet_info *pinfo, - proto_tree *tree, dcerpc_info *di, guint8 *drep); + proto_tree *tree, dcerpc_info *di, uint8_t *drep); int dissect_spoolss_doc_info_ctr(tvbuff_t *tvb, int offset, packet_info *pinfo, - proto_tree *tree, dcerpc_info *di, guint8 *drep); + proto_tree *tree, dcerpc_info *di, uint8_t *drep); int dissect_FORM_CTR(tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree, - dcerpc_info *di, guint8 *drep); + dcerpc_info *di, uint8_t *drep); #endif /* packet-dcerpc-spoolss.h */ |