mirror of
https://github.com/bettercap/bettercap
synced 2025-08-14 02:36:57 -07:00
refact: refactored code to use gopacket for mDNS related stuff
This commit is contained in:
parent
a58d59d4cb
commit
cf000fc5f7
308 changed files with 30 additions and 40636 deletions
10
vendor/golang.org/x/net/bpf/setter.go
generated
vendored
10
vendor/golang.org/x/net/bpf/setter.go
generated
vendored
|
@ -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
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue