I am using the gopacket library, and I read packets from the wire. Right now, all packets I read contain four layers: Link, Network, Transport, and Application Data.
I need to remove the Link layer from all packets and save the rest to a file. Haven't found any information or docs about making the packet stripping part right.
Does anyone know how to do it?
I found one possible way - to concatenate bytes from necessary packet layers: