Skip to content

Conversation

@fmaurer-rh
Copy link

libpcap has a filter language (pcap-filter(7)) that it can compile into BPF instructions. With this PR, pcap_compile(3) gets exposed. Additionally, pcap_open_dead(3) gets exposed, which allows to open a fake Pcap that can be used to compile the filters without having to open a real interface of the system.

This allows to compile pcap filters to BPF instructions. See the added test for an usage example.

This allows to compile filters to BPF instructions like libpcap allows.
See the added test for an example.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant