repochecker/ip-inspector: gofmt + CI
This commit is contained in:
parent
f1a2e6c360
commit
83be5595ba
5 changed files with 12 additions and 16 deletions
|
|
@ -1,12 +1,12 @@
|
|||
# IP-INSPECTOR
|
||||
# PCAP-INSPECTOR
|
||||
|
||||
Inspects pcap and pcapng files for packets with ip src and ip dst using private IPs
|
||||
|
||||
Set VERBOSE_PCAP_CHECK environment variable to enable verbose mode
|
||||
Set `VERBOSE_PCAP_CHECK` environment variable to enable verbose mode
|
||||
|
||||
## Build library
|
||||
|
||||
go build -o ip-inspector -buildmode=plugin main.go files.go
|
||||
go build -o pcap-inspector -buildmode=plugin .
|
||||
|
||||
## Requirement
|
||||
|
||||
|
|
@ -15,4 +15,4 @@ github.com/google/gopacket
|
|||
## TODO
|
||||
|
||||
Custom rules on packet filtering
|
||||
Handle log files
|
||||
Handle log files
|
||||
|
|
|
|||
Reference in a new issue