Re: [tcpdump-workers] segfault in libpcap

2007-01-31 Thread Guy Harris
On Jan 30, 2007, at 2:28 AM, [EMAIL PROTECTED] wrote: I have a systematical crash at tcpdump startup, when I am using libpcap (2007-01-30) I just add a test to check if the USB bus directory is present in pcap-usb-linux.c, and it seems to solve the problem. Checked in. - This is the tcpdump

Re: [tcpdump-workers] segfault in libpcap

2007-01-30 Thread Abeni Paolo
on Tue 1/30/2007 1:07 PM Gert Doering wrote: > He might not be using Linux. There are other platforms out there... Right, but the usb support should be compiled by libpcap Makefile only for the linux platform. Ciao, Paolo

Re: [tcpdump-workers] segfault in libpcap

2007-01-30 Thread Gert Doering
Hi, On Tue, Jan 30, 2007 at 12:25:41PM +0100, Abeni Paolo wrote: > BTW what kernel version/distro are you running ? it's strange to > not found the directory /proc/bus/usb... He might not be using Linux. There are other platforms out there... gert -- USENET is *not* the non-clickable part of

Re: [tcpdump-workers] segfault in libpcap

2007-01-30 Thread Florent . Drouin
t> cc: Sent by: Subject: Re: [tcpdump-workers] segfault in libpcap

Re: [tcpdump-workers] segfault in libpcap

2007-01-30 Thread Abeni Paolo
on Tue 1/30/2007 11:28 AM Florent Drouin wrote: > I have a systematical crash at tcpdump startup, when I am using libpcap > (2007-01-30) > I just add a test to check if the USB bus directory is present in > pcap-usb-linux.c, and it > seems to solve the problem. You are right the bug is there. Tha

[tcpdump-workers] segfault in libpcap

2007-01-30 Thread Florent . Drouin
Hello, I have a systematical crash at tcpdump startup, when I am using libpcap (2007-01-30) I just add a test to check if the USB bus directory is present in pcap-usb-linux.c, and it seems to solve the problem. << cat pcap-usb-linux.c.diff --- pcap-usb-linux.c2007-01-30 10:54:42.0