smb: count files in tx

pull/6324/head
Victor Julien 4 years ago
parent c1dfb619c4
commit 114d3ba730

@ -72,6 +72,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