Searched refs:bad_compound (Results 1 – 1 of 1) sorted by relevance
46 let mut bad_compound = Bytes::copy_from_slice(&REAL_PACKET[..34]); in test_bad_compound() localVariable47 let result = unmarshal(&mut bad_compound); in test_bad_compound()50 let mut bad_compound = Bytes::copy_from_slice(&REAL_PACKET[84..104]); in test_bad_compound() localVariable51 let p = unmarshal(&mut bad_compound).expect("Error unmarshalling packet"); in test_bad_compound()