aboutsummaryrefslogtreecommitdiffstats
path: root/smb.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-08-02 09:30:09 +0000
committerGuy Harris <guy@alum.mit.edu>2001-08-02 09:30:09 +0000
commit840f9b11b68eb6d12852785fb1ab306aaaaf684e (patch)
tree7faed41cb8908aa80f8b3fd5d4fdff5778a06bce /smb.h
parent8b1df43d92a1b36ef2023ec27f4b1cb5a58eaa33 (diff)
The "mid" field of the "smb_request_val" structure isn't used; eliminate
it. svn path=/trunk/; revision=3810
Diffstat (limited to 'smb.h')
-rw-r--r--smb.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/smb.h b/smb.h
index 71dc68a00e..c1ed57996a 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.6 2001/01/29 08:14:42 sharpe Exp $
+ * $Id: smb.h,v 1.7 2001/08/02 09:30:09 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -630,7 +630,6 @@
struct smb_request_val {
guint16 last_transact2_command;
gchar *last_transact_command;
- guint16 mid;
guint16 last_lanman_cmd;
gchar *last_param_descrip; /* Keep these descriptors around */
gchar *last_data_descrip;