Hi folks,
Is it possible to get the MAC address of the interfaces present in a machine
using libpcap API's.. If its not possible, can someone point to some code
samples to do it..
With Regards,
C Guy
-
This is the tcpdump-workers list.
Visit https://lists.sandelman.ca/ to unsubscribe.
Update on the problem below:
The thing that triggers the problem is
running the tcpdump that comes with AIX
at the same time. Once I run tcpdump,
my program (that uses libpcap) stops receiving
any packets - at least, select() on the
pbf socket times out. Once I kill tcpdump, the
pcap program rec