Re: [tcpdump-workers] HP-UX crash on inject while receiving

2006-07-31 Thread Rick Jones
Harley Stenzel wrote: On 7/28/06, Guy Harris <[EMAIL PROTECTED]> wrote: On Jul 28, 2006, at 12:51 PM, Harley Stenzel wrote: > Show that this happens when 2 threads use pcap_t at the same time: libpcap is, for better or worse, not thread-safe, Good to know, thanks. Using *different* pca

Re: [tcpdump-workers] HP-UX crash on inject while receiving

2006-07-31 Thread Harley Stenzel
On 7/28/06, Guy Harris <[EMAIL PROTECTED]> wrote: On Jul 28, 2006, at 12:51 PM, Harley Stenzel wrote: > Show that this happens when 2 threads use pcap_t at the same time: libpcap is, for better or worse, not thread-safe, Good to know, thanks. Using *different* pcap_t's in two threads shoul

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