Gianluca Varenni wrote:
Problem is that libpcap-1.0.0 doesn't have this function, what's the
catch?
That function is WinPcap-specific (i.e. it's not available in the
vanilla libpcap for the other OSes).
I think the example from WinPcap
that you are using is from the folder wpdpack\Example
- Original Message -
From: "Abdelrazak Younes" <[EMAIL PROTECTED]>
To:
Sent: Tuesday, December 09, 2008 7:05 AM
Subject: [tcpdump-workers] pcap_findalldevs_ex() and libpcap
Hello there,
I am slowly learning libcap which I find quite useful, thanks a lot to the
a
Hello there,
I am slowly learning libcap which I find quite useful, thanks a lot to
the authors.
I have this piece of code from a Winpcap using program that uses
pcap_findalldevs_ex(). WinPcap documentation says that
pcap_findalldevs() is obsolete and one should use pcap_findalldevs_ex()
in