Open
Description
The current master branch's pcap.pyx' declares
pcap_open_live(), but doesn't appear to use it; the
pcapclass's
initmethod appears to unconditionally call
pcap_create()`.
If so, that means it won't work with pre-1.0 versions of libpcap that lack pcap_create()
and pcap_activate()
- in which case there's no need for it to declare pcap_open_live()
.
Metadata
Metadata
Assignees
Labels
No labels