Skip to main content

read_message

Function read_message 

Source
pub fn read_message(stream: &mut dyn Read) -> Result<Vec<u8>>
Expand description

Read an SMB message from a TCP stream (NetBIOS framing). Returns the raw message bytes (without the 4-byte length prefix).