Re: [Tcpick-project] Problem on MacOSX 10.3
Status: Beta
Brought to you by:
duskdruid
From: Francesco S. <dus...@in...> - 2004-09-07 21:51:33
|
On Tue, 7 Sep 2004 02:15:51 +0100 cirrus <ci...@gm...> wrote: > Starting tcpick 0.1.24 at 2004-09-07 01:38 BST > tcpick: listening on en0 > SUICIDE: [main] BIOCSRTIMEOUT: Invalid argument Thank you for reporting this bug! > It seems that the problem is on line 156 of the tcpick.c file. > descr = pcap_open_live( dev, BUFSIZ, flags.notpromisc ? 0 : 1 , > -1,(char *)errbuf ); > When changing the -1 (time to wait value) to something else, > the program compiles and runs, however it does not seem to > capture any packets. I've played with various values, but > nothing seems to work properly. > > Any ideas/solutions? I am sorry. I don't' own a Mac and so I can only pray for somebody that can hack tcpick source code to resolve these platform-dependent problems. I have googled around and I found this: http://forums.devshed.com/archive/t-114659 It explains really deeply the problem, but doesn't seem to give a solution. Have you tested tcpick on other network interfaces? Does it work? Thanks, -Francesco |