Function pkt2vec

Source
pub fn pkt2vec(
    pkt: &mut Cursor<&[u8]>,
    rdlen: Option<u16>,
) -> CDnsResult<Vec<u8>>