pub fn parse_compressed_data(
stream: &mut ByteStream,
fields: &mut Vec<Field>,
body_offset: usize,
) -> Result<CompressedDataPacket>Expand description
Parses a Compressed Data packet body.
pub fn parse_compressed_data(
stream: &mut ByteStream,
fields: &mut Vec<Field>,
body_offset: usize,
) -> Result<CompressedDataPacket>Parses a Compressed Data packet body.