exein-io / pulsar

A modular and blazing fast runtime security tool for the IoT, powered by eBPF.
https://pulsar.sh
Other
888 stars 51 forks source link

test: Add an integration test for DNS requests #307

Closed vadorovsky closed 1 month ago

vadorovsky commented 2 months ago

Add test cases for DNS requests which use dns-mock-server[0], look for the related network events and try to parse them.

Move parse_dns function out of mod pulsar, so it can be used in tests.