Update a URL.
[obnox/wireshark/wip.git] / smb.h
diff --git a/smb.h b/smb.h
index e3fe57a3b9ae9b1242522655eb2d5d62cbd6816a..8663fb5e434612721e70ac69a1395ee38c2e1c26 100644 (file)
--- 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.53 2003/06/04 05:41:37 guy Exp $
+ * $Id: smb.h,v 1.54 2003/12/18 00:18:55 guy Exp $
  *
  * Ethereal - Network traffic analyzer
  * By Gerald Combs <gerald@ethereal.com>
@@ -250,7 +250,7 @@ typedef struct {
        guint32 frame_req, frame_res;
        nstime_t req_time;
        guint16 flags;
-       int cmd;
+       guint8 cmd;
        void *extra_info;
 } smb_saved_info_t;
 
@@ -296,7 +296,7 @@ typedef struct conv_tables {
 } conv_tables_t;
 
 typedef struct smb_info {
-  int cmd;
+  guint8 cmd;
   int tid, pid, uid, mid;
   gboolean unicode;            /* Are strings in this SMB Unicode? */
   gboolean request;            /* Is this a request? */