refact: refactored code to use gopacket for mDNS related stuff

This commit is contained in:
evilsocket 2018-08-30 19:09:22 +03:00
commit cf000fc5f7
No known key found for this signature in database
GPG key ID: 1564D7F30393A456
308 changed files with 30 additions and 40636 deletions

View file

@ -1,10 +0,0 @@
// Copyright 2017 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
package bpf
// A Setter is a type which can attach a compiled BPF filter to itself.
type Setter interface {
SetBPF(filter []RawInstruction) error
}