aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-smb.h
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2006-08-16 09:22:36 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2006-08-16 09:22:36 +0000
commitd08c190fe08fd12e56ecdb60eb1eb4346e3dd079 (patch)
tree6136cac99208d54f6390d62220edff1da2f6937b /epan/dissectors/packet-smb.h
parent80e1ff0ee898a0e0c67b94025f1ec0cf5f066591 (diff)
track fid types between NT TRans QUERY_SECURITY_DESCRIPTOR and dissect the ACEs properly
svn path=/trunk/; revision=18926
Diffstat (limited to 'epan/dissectors/packet-smb.h')
-rw-r--r--epan/dissectors/packet-smb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dissectors/packet-smb.h b/epan/dissectors/packet-smb.h
index 94501bf9c8..857bc3f257 100644
--- a/epan/dissectors/packet-smb.h
+++ b/epan/dissectors/packet-smb.h
@@ -179,6 +179,7 @@ WS_VAR_IMPORT const value_string nt_cmd_vals[];
/* the information we need to keep around for NT transatcion commands */
typedef struct {
int subcmd;
+ int fid_type;
} smb_nt_transact_info_t;
/* the information we need to keep around for transaction2 commands */