Re: [tcpdump-workers] Packet Transmission on AIX 5.x

2006-08-02 Thread Naveen N Rao
On 7/31/06, Guy Harris <[EMAIL PROTECTED]> wrote: Naveen N Rao wrote: > I am trying to get packet transmission working using pcap_inject() on AIX > 5.3. I haven't had any success using BPF and DLPI. With BPF, I get "send: > Error 0" That could either mean that the transmission worked but -1 wa

Re: [tcpdump-workers] Packet Transmission on AIX 5.x

2006-07-31 Thread Guy Harris
Naveen N Rao wrote: I am trying to get packet transmission working using pcap_inject() on AIX 5.3. I haven't had any success using BPF and DLPI. With BPF, I get "send: Error 0" That means that the write() done to the BPF device returned -1 but didn't set "errno" to a valid error value. Give

[tcpdump-workers] Packet Transmission on AIX 5.x

2006-07-31 Thread Naveen N Rao
Hello, I am trying to get packet transmission working using pcap_inject() on AIX 5.3. I haven't had any success using BPF and DLPI. With BPF, I get "send: Error 0" while DLPI just says that this is an unsupported OS. I wasn't able to find much information about pcap's packet transmission capabili