Skip to content

Does pypcap now require libpcap 1.0 or later? #86

Open
@guyharris

Description

@guyharris

The current master branch's pcap.pyx' declares pcap_open_live(), but doesn't appear to use it; the pcapclass'sinitmethod appears to unconditionally callpcap_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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions