Re: [tcpdump-workers] libpcap: Memory-loeaks SIGSEGV

2007-08-10 Thread Guy Harris
TJ wrote: I'm not sure if these leaks and losses are related to the SIGSEGV but they certainly ought to be cleared up. Yes, they should, and here's how you do it: In your program, replace pcap_if_t *this_dev; pcap_if_t **alldevsp = &this_dev; with pcap_if_t *alldevs

Re: [tcpdump-workers] Data link level type code

2007-08-10 Thread Guy Harris
On Aug 10, 2007, at 12:28 PM, Toeung, Chanthy wrote: I need a specific DLT_ value for IPMB protocol. Does anyone know who should i write the email too? [EMAIL PROTECTED] See the responses that were sent to your previous request for this. And make sure you subscribe to the list; replies are

[tcpdump-workers] Data link level type code

2007-08-10 Thread Toeung, Chanthy
Hi all, I need a specific DLT_ value for IPMB protocol. Does anyone know who should i write the email too? I used to write to [EMAIL PROTECTED], but it seems like this email doesn't exist anymore. Thank for your help -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED

Re: [tcpdump-workers] libpcap: Memory-loeaks SIGSEGV

2007-08-10 Thread Saikiran Madugula
Hello TJ, The link to libpcap-valgrind.tar.bz2 does not seem to work, can you please check it ? Thanks, Saikiran. TJ wrote: I've been working on analysing an issue with a cluster of Proliant servers running Debian 2.6.18 64-bit with 4GB RAM on Xeon 3000 CPUs in a data-centre. As part of the

[tcpdump-workers] FW: Request for a new DLT_ value for IPMB packet

2007-08-10 Thread Toeung, Chanthy
> -Original Message- > From: Toeung, Chanthy > Sent: Friday, August 10, 2007 2:15 PM > To: '[EMAIL PROTECTED]' > Cc: Lorenzini, Mario; Martin, Stéphane > Subject: Request for a new DLT_ value for IPMB packet > > Dear tcpdump workers, > > I'm currently working on deve

[tcpdump-workers] libpcap: Memory-loeaks SIGSEGV

2007-08-10 Thread TJ
I've been working on analysing an issue with a cluster of Proliant servers running Debian 2.6.18 64-bit with 4GB RAM on Xeon 3000 CPUs in a data-centre. As part of the diagnosis I have written a tool to check incoming packets. I've used the latest libpcap (0.9.7) built from source. The tool is be