aboutsummaryrefslogtreecommitdiffstats
path: root/packet-smb-common.h
diff options
context:
space:
mode:
authorjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2004-01-19 20:10:37 +0000
committerjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2004-01-19 20:10:37 +0000
commitfd4b101deda93fb24df73f01daccd5a3ff6fa9e9 (patch)
tree8311f985ba13a831fce0716f506b0cb5e79b2271 /packet-smb-common.h
parentf12cba7c099e8dec8843d7057e3f849b17d1d960 (diff)
char *drep -> guint8 *drep
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@9735 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packet-smb-common.h')
-rw-r--r--packet-smb-common.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/packet-smb-common.h b/packet-smb-common.h
index 04a4dba43c..af9b8d3140 100644
--- a/packet-smb-common.h
+++ b/packet-smb-common.h
@@ -2,7 +2,7 @@
* Routines for SMB packet dissection
* Copyright 1999, Richard Sharpe <rsharpe@ns.aus.com>
*
- * $Id: packet-smb-common.h,v 1.25 2004/01/10 02:43:28 guy Exp $
+ * $Id: packet-smb-common.h,v 1.26 2004/01/19 20:10:36 jmayer Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -91,12 +91,12 @@ struct access_mask_info {
int
dissect_nt_access_mask(tvbuff_t *tvb, gint offset, packet_info *pinfo,
- proto_tree *tree, char *drep, int hfindex,
+ proto_tree *tree, guint8 *drep, int hfindex,
struct access_mask_info *ami);
int
dissect_nt_sec_desc(tvbuff_t *tvb, int offset, packet_info *pinfo,
- proto_tree *parent_tree, char *drep, int len,
+ proto_tree *parent_tree, guint8 *drep, int len,
struct access_mask_info *ami);
extern const value_string share_type_vals[];