Skip to main content

parse_padding

Function parse_padding 

Source
pub fn parse_padding(
    stream: &mut ByteStream,
    fields: &mut Vec<Field>,
    body_offset: usize,
) -> Result<PaddingPacket>
Expand description

Parses a Padding packet body.