Versions in this module Expand all Collapse all v0 v0.2.0 May 7, 2014 Changes in this version + type Dumper struct + func DumpOpen(pcap *Pcap, filename string) (*Dumper, error) + func (d *Dumper) Close() + func (d *Dumper) Dump(packet *Packet) + type Packet struct + func (p *Packet) Seconds() int64 + type Pcap struct + func OpenOffline(filename string) (*Pcap, error) + func (p *Pcap) Close() + func (p *Pcap) CompileAndSetFilter(filter string) error + func (p *Pcap) GetErr() string + func (p *Pcap) Next() (*Packet, error) v0.2.0-pre1 May 6, 2014