X-Git-Url: http://git.samba.org/samba.git/?a=blobdiff_plain;f=smb.h;h=8663fb5e434612721e70ac69a1395ee38c2e1c26;hb=3f78ca22e27d9dba872420493f1edf4799602f09;hp=e3fe57a3b9ae9b1242522655eb2d5d62cbd6816a;hpb=bcb19838b72134d73828ebbaaf3ddaf454f30138;p=obnox%2Fwireshark%2Fwip.git diff --git a/smb.h b/smb.h index e3fe57a3b9..8663fb5e43 100644 --- a/smb.h +++ b/smb.h @@ -2,7 +2,7 @@ * Defines for smb packet dissection * Copyright 1999, Richard Sharpe * - * $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 @@ -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? */