This repository has been archived on 2025-06-10. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
server/repochecker/pcap-inspector
2024-04-19 11:46:51 +02:00
..
files.go repochecker: New plugin ip-inspector 2024-04-19 11:46:51 +02:00
main.go repochecker: New plugin ip-inspector 2024-04-19 11:46:51 +02:00
README.md repochecker: New plugin ip-inspector 2024-04-19 11:46:51 +02:00

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

Build library

go build -o ip-inspector -buildmode=plugin main.go files.go

Requirement

github.com/google/gopacket

TODO

Custom rules on packet filtering Handle log files