2022-11-10 15:14:02 +00:00
|
|
|
# PCAP-INSPECTOR
|
2022-11-10 15:06:24 +00:00
|
|
|
|
|
|
|
Inspects pcap and pcapng files for packets with ip src and ip dst using private IPs
|
|
|
|
|
2022-11-10 15:14:02 +00:00
|
|
|
Set `VERBOSE_PCAP_CHECK` environment variable to enable verbose mode
|
2022-11-10 15:06:24 +00:00
|
|
|
|
|
|
|
## Build library
|
|
|
|
|
2022-11-10 15:14:02 +00:00
|
|
|
go build -o pcap-inspector -buildmode=plugin .
|
2022-11-10 15:06:24 +00:00
|
|
|
|
|
|
|
## Requirement
|
|
|
|
|
|
|
|
github.com/google/gopacket
|
|
|
|
|
|
|
|
## TODO
|
|
|
|
|
|
|
|
Custom rules on packet filtering
|
2022-11-10 15:14:02 +00:00
|
|
|
Handle log files
|