You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: