Ethereal-dev: Re: [ethereal-dev] AIX: gtk problem solved, now an ethereal problem

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Craig Rodrigues <rodrigc@xxxxxxxxxxxx>
Date: Mon, 15 Nov 1999 02:31:59 -0500
On Sun, Nov 14, 1999 at 11:13:50PM -0800, Guy Harris wrote:
> 
> That's not printing the error string you got back from
> "pcap_open_live()".  Try:
> 
>    if (pch == NULL)                                                     
>       printf("Failed to open %s with pcap_open_live, error=%s\n",ifr->ifr_name,err_str);      
>     else                                                                
>       printf("Opened %s with pcap_open_live, pch=%p\n",ifr->ifr_name,pch);

OK, I did that and here is what I get:
Failed to open lo0 with pcap_open_live(), error is: lo0: No buffer space available
Failed to open lo0 with pcap_open_live(), error is: lo0: No buffer space available
Failed to open lo0 with pcap_open_live(), error is: lo0: No buffer space available
Failed to open en0 with pcap_open_live(), error is: en0: No buffer space available
Failed to open en0 with pcap_open_live(), error is: en0: No buffer space available

I'm really stumped now....any AIX experts out there? :)

-- 
Craig Rodrigues        
http://www.gis.net/~craigr    
rodrigc@xxxxxxxxxxxx