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

Export Pcap functions needed to capture specifying an internal buffer size #17

Closed
martinuy opened this issue Dec 13, 2016 · 1 comment · Fixed by #47
Closed

Export Pcap functions needed to capture specifying an internal buffer size #17

martinuy opened this issue Dec 13, 2016 · 1 comment · Fixed by #47

Comments

@martinuy
Copy link
Contributor

The goal of this task is to export more Pcap functions (so they are available from Python) in order to open a live capture in the same way than calling pcap_open_live function but being able to specify the internal buffer size. In a way, pcap_open_live is a wrap-up for many of these functions but it's not as flexible as manually calling each one.

The functions we have listed to achieve this goal are the following:

Please check that this functions are both available from Linux Pcap and WinPcap. If not, add pre-processor directives to avoid compilation or linking issues.

@guyharris
Copy link

Presumably by "Linux Pcap" you mean "UN*X Pcap", as they're not Linux-specific.

And there will be more such functions in the future.

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 a pull request may close this issue.

2 participants