module
0.0.0-20230203175556-0092326e187a
Repository: https://github.com/jamesits/go-windivert.git
Documentation: pkg.go.dev
# README
go-windivert
Go bindings for WinDivert. Currently WIP, API might change.
Features
- WinDivert 2.2
- Native support for google/gopacket packet parsing library
TODO:
- Test 32-bit platforms
Usage
go get github.com/jamesits/go-windivert
Examples using the high-level interface (channel based):
All Low-level interfaces and simple wrappers are also available for more than average needs.