Skip to main content

remove_pcap_headers

Function remove_pcap_headers 

Source
pub fn remove_pcap_headers(data: &[u8]) -> Result<&[u8], String>
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