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.
https://github.com/google/gopacket is abandoned for two years, but there's a fork accepting fixes.
When capturing on all interfaces,
tcpdump -i anywraps 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.