Re: [tcpdump-workers] Release schedule?

2010-03-03 Thread Darren Reed
On 19/02/10 10:56 AM, Michael Richardson wrote: "Darren" == Darren Reed writes: Darren> Is there a target date for the delivery of tcpdump 4.1 and Darren> libpcap 1.1? Ken is working on it as I type, I think. There's still no sign of a new release on www.tcp

Re: [tcpdump-workers] Current wireless-testing breaks libpcap:

2010-03-03 Thread Jiri Pirko
Wed, Mar 03, 2010 at 04:31:07PM CET, frankwmil...@frankwmiller.net wrote: > >Would this be preventing pcap_inject() from working say in kernel 2.6.31 >(stock FC12 kernel)? Nope. The patch went in just recently. > >Thanks, >FM > > >> -Original Message- >> From: tcpdump-workers-ow...@lists.

Re: [tcpdump-workers] Current wireless-testing breaks libpcap: mr_alen should be set

2010-03-03 Thread Frank W. Miller
Would this be preventing pcap_inject() from working say in kernel 2.6.31 (stock FC12 kernel)? Thanks, FM > -Original Message- > From: tcpdump-workers-ow...@lists.tcpdump.org [mailto:tcpdump-workers- > ow...@lists.tcpdump.org] On Behalf Of Pavel Roskin > Sent: Tuesday, March 02, 2010 6:0

Re: [tcpdump-workers] [net-2.6 PATCH] af_packet: move strict addr_len check right

2010-03-03 Thread David Miller
From: Jiri Pirko Date: Wed, 3 Mar 2010 10:05:13 +0100 > Wed, Mar 03, 2010 at 07:40:01AM CET, jpi...@redhat.com wrote: >>Subject: [net-2.6 PATCH] af_packet: move strict addr_len check right before >>dev_[mc/unicast]_[add/del] > > Dave please apply this against net-next-2.6. I see that 914c8ad2d1

Re: [tcpdump-workers] [net-2.6 PATCH] af_packet: move strict addr_len check right

2010-03-03 Thread David Miller
From: Jiri Pirko Date: Wed, 3 Mar 2010 07:40:01 +0100 > Subject: [net-2.6 PATCH] af_packet: move strict addr_len check right before > dev_[mc/unicast]_[add/del] > > My previous patch 914c8ad2d18b62ad1420f518c0cab0b0b90ab308 incorrectly changed > the length check in packet_mc_add to be more stri

Re: [tcpdump-workers] [net-2.6 PATCH] af_packet: move strict addr_len check right

2010-03-03 Thread Jiri Pirko
Wed, Mar 03, 2010 at 07:40:01AM CET, jpi...@redhat.com wrote: >Subject: [net-2.6 PATCH] af_packet: move strict addr_len check right before >dev_[mc/unicast]_[add/del] Dave please apply this against net-next-2.6. I see that 914c8ad2d18b is still not in net-2.6. Thanks a lot Jirka > >My previou