diff --git a/rust/src/smb/smb.rs b/rust/src/smb/smb.rs index 901ed2a239..9bba6e0345 100644 --- a/rust/src/smb/smb.rs +++ b/rust/src/smb/smb.rs @@ -480,7 +480,8 @@ impl SMBTransactionTreeConnect { #[derive(Debug)] pub struct SMBTransaction { - pub id: u64, /// internal id + /// internal id + pub id: u64, /// version, command and status pub vercmd: SMBVerCmdStat,