Versions in this module Expand all Collapse all v0 v0.10.0 Jul 10, 2021 Changes in this version + const IPICMP + const IPINIP + const IPTCP + const IPUDP + const TypeARP + const TypeIP + const TypeIP6 + func OpenDump(file string) (*pcap.Handle, error) + type Pacp struct + Count int + Device string + H *pcap.Handle + Hexdump bool + Ofile string + Promiscuous bool + Read string + Snaplen int + Timeout time.Duration + func (p *Pacp) Decode(expr ...string) + func (p *Pacp) FindAllDevs() ([]pcap.Interface, error) + func (p *Pacp) Info() string + func (p *Pacp) Open(pcapFile string) (*pcap.Handle, error) + func (p *Pacp) ReadFilter(expr ...string) (*pcap.Handle, error) + func (p *Pacp) TimeOut() + func (p *Pacp) Write(files string)