aboutsummaryrefslogtreecommitdiffstats
path: root/smb.h
diff options
context:
space:
mode:
Diffstat (limited to 'smb.h')
-rw-r--r--smb.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/smb.h b/smb.h
index 6c07e2bb69..5b09236998 100644
--- a/smb.h
+++ b/smb.h
@@ -2,7 +2,7 @@
* Defines for smb packet dissection
* Copyright 1999, Richard Sharpe <rsharpe@ns.aus.com>
*
- * $Id: smb.h,v 1.13 2001/08/27 09:09:36 guy Exp $
+ * $Id: smb.h,v 1.14 2001/08/27 20:04:21 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -639,9 +639,9 @@ struct smb_request_val {
int last_transact2_command;
gchar *last_transact_command;
guint16 last_lanman_cmd;
- gchar *last_param_descrip; /* Keep these descriptors around */
- gchar *last_data_descrip;
- gchar *last_aux_data_descrip;
+ guchar *last_param_descrip; /* Keep these descriptors around */
+ guchar *last_data_descrip;
+ guchar *last_aux_data_descrip;
guint16 trans_response_seen;
int last_level; /* Last level in request */
};