Update a URL.
[obnox/wireshark/wip.git] / smb.h
diff --git a/smb.h b/smb.h
index c2dfde24b1d38dbf75085945f355ba4befba3b8f..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.50 2003/03/25 09:41:42 sahlberg 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;
 
@@ -289,15 +289,14 @@ typedef struct conv_tables {
        /* these two tables are used to match requests with responses */
        GHashTable *unmatched;
        GHashTable *matched;
-       /* this tables is used by DCERPC over SMB reassembly*/
-       GHashTable *dcerpc_fid_to_frame;
+
        /* This table is used to track TID->services for a conversation */
        GHashTable *tid_service;
         gboolean raw_ntlmssp;   /* Do extended security exc use raw ntlmssp */
 } 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? */
@@ -327,7 +326,6 @@ extern int dissect_ipc_state(tvbuff_t *tvb, proto_tree *parent_tree,
     int offset, gboolean setstate);
 
 extern gboolean smb_dcerpc_reassembly;
-extern GHashTable *dcerpc_fragment_table;
 
 /*
  * NT and DOS error codes used by other dissectors.