mirror of
https://github.com/zr-hebo/sniffer-agent.git
synced 2025-09-23 12:29:31 +08:00
add windows support
This commit is contained in:
11
capture/model.go
Normal file
11
capture/model.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package capture
|
||||
|
||||
import (
|
||||
"github.com/google/gopacket/layers"
|
||||
)
|
||||
|
||||
type TCPIPPair struct {
|
||||
srcIP string
|
||||
dstIP string
|
||||
tcpPkt *layers.TCP
|
||||
}
|
Reference in New Issue
Block a user