Struct pcap::Savefile [] [src]

pub struct Savefile { /* fields omitted */ }

Abstraction for writing pcap savefiles, which can be read afterwards via Capture::from_file().

Methods

impl Savefile
[src]

Trait Implementations

impl Drop for Savefile
[src]

A method called when the value goes out of scope. Read more