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
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.
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
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
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
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