Module stream_merge::pcap[][src]

Expand description

Functionality related to the .pcap file format

Asynchronously parse uncompressed pcap bytes as a futures::stream::Stream<Item=(u64, Bytes)> of (timestamp, packet) tuples.

Structs

[AsyncRead] combinator type for parsing pcap files into a [Stream] of timestamped Bytes for each packet present in the file.