pub fn remove_pcap_headers(data: &[u8]) -> Result<&[u8], String>Available on crate feature
transport only.Expand description
Strips Radiotap, IEEE 802.11p and LLC headers from a binary message buffer
Convenience function combining [remove_radiotap_hdr], [remove_80211_hdr] and [remove_llc_hdr].
ยงErrors
Returns a human-readable error when parsing failed