Windows net tap implementation
This commit is contained in:
parent
c31f193096
commit
732600ba80
3 changed files with 263 additions and 0 deletions
7
nettap/errors.go
Normal file
7
nettap/errors.go
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
package nettap
|
||||
|
||||
import "errors"
|
||||
|
||||
var (
|
||||
ErrTapNotFound = errors.New("tap not found")
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue