Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow to compile pcap filters to BPF #21

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

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