Re: [tcpdump-workers] Buffer overwrites with pcap_next_ex

2009-02-14 Thread Guy Harris
On Jan 25, 2009, at 2:05 AM, Andreas Rieke wrote: I have forgotten to mention that I use libpcap 1.0.0. ...which means that, at least on Linux, libpcap's probably using the memory-mapped interface... Since I placed a debug output before and after each call to pcap, I am very sure that no

Re: [tcpdump-workers] pcap-libdlpi.c doesn't compile in version 1.0.0

2009-02-14 Thread Guy Harris
On Feb 6, 2009, at 7:32 AM, Sebastien Roy wrote: Any input on the OpenSolaris issues I pointed out a few weeks back? Again, I have a fix that i can provide, but as I haven't contributed code to libpcap before, a quick primmer on what your process is would help me out. Either send a patch to t

Re: [tcpdump-workers] [Patch] libpcap, nametoaddr.c

2009-02-14 Thread Guy Harris
On Feb 12, 2009, at 12:29 PM, Gisle Vanem wrote: * nametoaddr.c with DECNETLIB defined needs included. And which again needs . * Remove "IP6_misc.h" since it's already included in pcap-stdinc.h (ref. my patch to this file). Checked in and pushed to the main Git branch. - This is the tcpdump

Re: [tcpdump-workers] [Patch] libpcap, pcap-stdinc.h

2009-02-14 Thread Guy Harris
On Feb 12, 2009, at 12:28 PM, Gisle Vanem wrote: * Added header-guard. * Include IP6_misc.h unconditionally (why treat MingW specially?) Checked in and pushed to the main Git branch. - This is the tcpdump-workers list. Visit https://cod.sandelman.ca/ to unsubscribe.

Re: [tcpdump-workers] Problems with 'any' device

2009-02-14 Thread Guy Harris
On Feb 12, 2009, at 10:19 AM, Lidwa, Eric (GSFC-582.0)[SGT] wrote: I cannot submit the patch, could somebody please put the fix in. An different fix was checked in earlier. - This is the tcpdump-workers list. Visit https://cod.sandelman.ca/ to unsubscribe.

Re: [tcpdump-workers] libpcap-1.0.0 on amd64

2009-02-14 Thread Guy Harris
On Feb 8, 2009, at 10:13 AM, Marc Weber wrote: I've had some type missmatch errors caused by int != pcap_t on amd64 The following patch makes it compile. Unfortunately, it also falsely claims that pcap_activate() returns a pcap_t *, which it doesn't. It does in pcap-null.c, but that's a bu

Re: [tcpdump-workers] libpcap build problem

2009-02-14 Thread Guy Harris
On Jan 23, 2009, at 4:22 PM, Tron McConnell wrote: Do you have a suggestion as to how I should resolve this issue? Try including instead; that's what's in the version at the top of our Git tree. - This is the tcpdump-workers list. Visit https://cod.sandelman.ca/ to unsubscribe.