fix: updated gopacket to fix compilation issues on macOS (ref #357)

This commit is contained in:
evilsocket 2018-10-12 18:11:01 +02:00
parent 5be3fcbf20
commit a95ae94957
23 changed files with 1625 additions and 205 deletions

View file

@ -116,7 +116,7 @@ func NewDecodingLayerParser(first LayerType, decoders ...DecodingLayer) *Decodin
// decodedLayers := make([]gopacket.LayerType, 0, 10)
// for {
// data, _, err := source.ReadPacketData()
// if err == nil {
// if err != nil {
// fmt.Println("Error reading packet data: ", err)
// continue
// }