repochecker/ip-inspector: gofmt + CI

This commit is contained in:
nemunaire 2022-11-10 16:14:02 +01:00
commit 83be5595ba
5 changed files with 12 additions and 16 deletions

View file

@ -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