Re: [tcpdump-workers] Web page needs updating

2004-06-22 Thread Guy Harris
On Jun 22, 2004, at 8:48 AM, Eddie Kohler wrote:
The www.tcpdump.org section on mailing lists needs updating -- sending 
mail to '[EMAIL PROTECTED]' results in an error; it looks like the 
address has changed to '[EMAIL PROTECTED]'.
I've checked in a change to replace "@tcpdump.org" with 
"@lists.tcpdump.org" - that'll presumably get propagated to the Web 
site at some point.

-
This is the tcpdump-workers list.
Visit https://lists.sandelman.ca/ to unsubscribe.


Re: [tcpdump-workers] libpcap problems

2004-06-22 Thread Guy Harris
On Jun 22, 2004, at 8:45 AM, Bowser Jason S Contr AFRL/IFTA wrote:
I am writing some software that forks multiple process on a unix 
macine(IRIX) however when i have each child start the pcap_loop when i 
get to the 4th child and beyond i get the following error

pcap_open_live snoop bind: Cant assign requested address
 However if i comment out the pcap_loop line the i dont get that error.
 I am opening the device (ef0) using promiscous mode if that helps
I.e., you have four processes doing a "pcap_open_live()" on "ef0" in 
promiscuous mode?

You might want to ask SGI about this - perhaps there's a limit on the 
number of "snoop" sockets that can be bound to a particular network 
interface, although I have no idea why such a limit would show up only 
if you have a read in progress on the sockets.

-
This is the tcpdump-workers list.
Visit https://lists.sandelman.ca/ to unsubscribe.


[tcpdump-workers] Web page needs updating

2004-06-22 Thread Eddie Kohler
Hi all,
The www.tcpdump.org section on mailing lists needs updating -- sending mail to 
'[EMAIL PROTECTED]' results in an error; it looks like the address has 
changed to '[EMAIL PROTECTED]'.

Eddie
-
This is the tcpdump-workers list.
Visit https://lists.sandelman.ca/ to unsubscribe.


[tcpdump-workers] libpcap problems

2004-06-22 Thread Bowser Jason S Contr AFRL/IFTA
Title: Message



Hellow everyone I am having a problem with 
libpcap. I am using libpcap .8.3I 
am writing some software that forks multiple process on a unix macine(IRIX) 
however when i have each child start the pcap_loop when i get to the 4th 
child and beyond i get the following 
error pcap_open_live snoop bind: Cant assign requested address 
However if i comment out the pcap_loop line the i dont get that error. 
I am opening the device (ef0) using promiscous mode if that helps 
Any help would be great. Thanks 
jason