pynetwork / pypcap

pypcap - python libpcap module, forked from code.google.com/p/pypcap
Other
299 stars 74 forks source link

pcap_file() has been in libpcap since 0.4. #22

Closed guyharris closed 8 years ago

guyharris commented 8 years ago

libpcap 0.4 came out in July 1998; I doubt any system worth caring about has a libpcap lacking pcap_file(). Get rid of the test for pcap_file() and the code that works around its absence.

brifordwylie commented 8 years ago

@guyharris ekk.. sorry I merged another PR that means this one now has a conflict, do you mind do the resolve.

guyharris commented 8 years ago

OK, I think this should be resolved now.