Results 6 comments of snappyJack

I followed your guide ``` git pull git checkout v1.0.1-google-gopacket go build -o $(go env GOPATH)/bin/goja3 -i github.com/dreadl0ck/ja3/cmd ``` and then input like this ``` [root@localhost ja3]# /root/go/bin/goja3 -ja3s=false -json...

Sorry I'm not familiar with go and his compilling,the go version is `go version go1.13.1 linux/amd64` and the $GOPATH is empty, and ``` echo $(go env GOPATH)/bin/goja3 /root/go/bin/goja3 ``` I...

I found where the problem is! the new release v1.0.1 is works fine for normal interface but when I check the -interface to Mirroring netflow,it didn't work,but it is worked...

the normal interface : some times get error immediately,some times get error a few seconds ``` [root@localhost ja3]# /root/go/bin/goja3 -ja3s=false -json -iface eth0 panic: Timeout Expired goroutine 1 [running]: github.com/dreadl0ck/ja3.ReadInterface(0x7ffea5e767e9,...

I will try that this weekend