Re: [tcpdump-workers] Having hard time creating my capture device

2007-08-27 Thread Fulko Hew
On 8/24/07, Guy Harris <[EMAIL PROTECTED]> wrote: > > Audet, Jean-Michel wrote: > > > My problem is when I am starting the capture. My function close is > > called then the find device loop starts, all the device (including > > Ethernet, lo, ...) are re-open than close and is stuck in a loop. Tha

Re: [tcpdump-workers] Having hard time creating my capture device

2007-08-24 Thread Guy Harris
Audet, Jean-Michel wrote: My problem is when I am starting the capture. My function close is called then the find device loop starts, all the device (including Ethernet, lo, ...) are re-open than close and is stuck in a loop. Than I got a message from Wireshark that the process just died. Wh

[tcpdump-workers] Having hard time creating my capture device

2007-08-22 Thread Audet, Jean-Michel
Hi, I am currently implementing an I2c capture device within libpcap using the aardvark i2c sniffer. I have downloaded the "unstable" version that include support for BlueTooth and USB. This 2 device is my examples in order to complete my work. I have modified the configuration