Versions in this module Expand all Collapse all v0 v0.7.0 Sep 16, 2015 Changes in this version + type Packet struct + DstIP string + DstPort string + Network int + SrcIP string + SrcPort string + Transport int + type Sniffer struct + func New(hostID string, localNets report.Networks, ...) *Sniffer + func (s *Sniffer) Merge(p Packet, rpt *report.Report) + func (s *Sniffer) Report() (report.Report, error) + type Source interface + Close func() + func NewSource(device string) (Source, error)