From e573b7ca0f95f3cffaabb56c8205987cd77edf5d Mon Sep 17 00:00:00 2001 From: Tomasz Bursztyka Date: Thu, 22 Jan 2015 17:45:32 +0200 Subject: [PATCH] TODO: Updating PACKET_RECV_OUTPUT task Since it's not implemented in the kernel, setting the priority to Low and the complexity to 8. --- TODO | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/TODO b/TODO index d2859fd9..3e2d8410 100644 --- a/TODO +++ b/TODO @@ -147,8 +147,12 @@ Wireless monitor This would make tracing PAE / EAPoL traffic easy and provides better sniffing capabilities. - Priority: High - Complexity: C1 + Unfortunately, PACKET_RECV_OUTPUT logic is not implemented at all in + the kernel. So, first implement it in the kernel, and then use it in + nlmon.c as a set_sockopt option. + + Priority: Low + Complexity: C8 - Subscribe to all nl80211 multicast groups at startup