dreadl0ck / ja3

Go package for Ja3 TLS client and server hello fingerprints
BSD 3-Clause "New" or "Revised" License
144 stars 21 forks source link

Allow opt-out of building with gopacket #14

Closed mraerino closed 2 years ago

mraerino commented 2 years ago

Provides a way to disable any compilation against gopacket which uses CGO which might not be wanted for a project.

Tested this using:

go build -tags ja3_disable_gopacket
rubengp99 commented 2 years ago

Facing issues with gopacket too, kindly fix ASAP

mraerino commented 2 years ago

@dreadl0ck could you give this a look?

dreadl0ck commented 2 years ago

Looking good, thanks for contributing @mraerino!