Merge branch 'master' into topic/seth/dce_rpc_fixes

This commit is contained in:
Seth Hall 2016-10-08 11:00:28 -04:00
commit 0b5f8e66af

View file

@ -14,7 +14,9 @@ event smb2_message(c: connection, hdr: SMB2::Header, is_orig: bool) &priority=5
local state: SMB::State;
state$fid_map = table();
state$tid_map = table();
state$uid_map = table();
state$pending_cmds = table();
state$pipe_map = table();
c$smb_state = state;
}