smb: count files in tx

(cherry picked from commit 114d3ba730)
pull/6379/head
Victor Julien 6 years ago committed by Shivani Bhardwaj
parent f8a50a66ca
commit c7da7215db

@ -108,6 +108,7 @@ impl SMBState {
},
_ => { },
}
tx.tx_data.init_files_opened();
SCLogDebug!("SMB: new_file_tx: TX FILE created: ID {} NAME {}",
tx.id, String::from_utf8_lossy(file_name));
self.transactions.push(tx);

Loading…
Cancel
Save