Evaluate switching to gopacket/gopacket for SLL2 cooked captures #183
Labels
dependencies
Pull requests that update a dependency file
enhancement
New feature or request
go
Pull requests that update Go code
https://github.com/google/gopacket is abandoned for two years, but there's a fork accepting fixes.
When capturing on all interfaces,
tcpdump -i any
wraps the packets in SLL2 packets which we can't import right now. The first thing that was fixed in the fork was exactly that.gopacket/gopacket#1
Might help for quick tests and easy deployment.
The text was updated successfully, but these errors were encountered: