[tcpdump-workers] MAC address of interfaces..

2006-03-29 Thread C Guy
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.

Re: [tcpdump-workers] bpf read() returns with EINVAL on AIX 5.2

2006-03-29 Thread Ury Segal
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