From d08c190fe08fd12e56ecdb60eb1eb4346e3dd079 Mon Sep 17 00:00:00 2001 From: Ronnie Sahlberg Date: Wed, 16 Aug 2006 09:22:36 +0000 Subject: track fid types between NT TRans QUERY_SECURITY_DESCRIPTOR and dissect the ACEs properly svn path=/trunk/; revision=18926 --- epan/dissectors/packet-smb.h | 1 + 1 file changed, 1 insertion(+) (limited to 'epan/dissectors/packet-smb.h') 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 */ -- cgit v1.2.3