aboutsummaryrefslogtreecommitdiffstats
path: root/smb.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-08-27 20:04:21 +0000
committerGuy Harris <guy@alum.mit.edu>2001-08-27 20:04:21 +0000
commitb39d788d910eb3efdb6b9c1bfaf0e58593def121 (patch)
treeba7b6022e4a6b4b18222329d107cbb089fedf5dc /smb.h
parente18fdae9b6525b6bfbf5256b08d970e8fcf286a2 (diff)
Squelch some compiler warnings.
svn path=/trunk/; revision=3874
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 */
};