mirror of
https://github.com/zr-hebo/sniffer-agent.git
synced 2025-10-10 06:39:18 +08:00
add more info
This commit is contained in:
@@ -3,12 +3,14 @@ package capture
|
||||
import (
|
||||
sd "github.com/zr-hebo/sniffer-agent/session-dealer"
|
||||
log "github.com/sirupsen/logrus"
|
||||
"sync"
|
||||
)
|
||||
|
||||
var (
|
||||
localIPAddr *string
|
||||
|
||||
sessionPool = make(map[string]sd.ConnSession)
|
||||
sessionPoolLock sync.Mutex
|
||||
)
|
||||
|
||||
func init() {
|
||||
|
Reference in New Issue
Block a user