This commit is contained in:
crusader
2017-11-16 20:31:48 +09:00
parent 3579d26e52
commit 381a488709
2 changed files with 23 additions and 2 deletions

View File

@@ -74,6 +74,7 @@ func (ps *pCapScan) start() error {
h.Close()
return err
}
ps.pCapHandle = h
ps.arpListenerChans = make([]chan *layers.ARP, 0)
ps.tcpListenerChans = make(map[string][]chan *layers.TCP, 0)