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
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
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