On Mon, Jan 06, 2014 at 07:32:33AM -0800, Eric Dumazet wrote: > On Mon, 2014-01-06 at 00:12 +0100, Pablo Neira Ayuso wrote: > > From: Valentina Giusti <valentina.giusti@xxxxxxxxxxxx> > > > > Thanks to commits 41063e9 (ipv4: Early TCP socket demux) and 421b388 > > (udp: ipv4: Add udp early demux) it is now possible to parse UID and > > GID socket info also for incoming TCP and UDP connections. Having > > this info available, it is convenient to let NFQUEUE parse it in > > order to improve and refine the traffic analysis in userspace. > > > > Signed-off-by: Valentina Giusti <valentina.giusti@xxxxxxxxxxxx> > > Signed-off-by: Pablo Neira Ayuso <pablo@xxxxxxxxxxxxx> > > --- [...] > net/netfilter/nfnetlink_queue_core.c: In function 'nfqnl_put_sk_uidgid': > net/netfilter/nfnetlink_queue_core.c:304:35: error: 'TCP_TIME_WAIT' undeclared (first use in this function) > net/netfilter/nfnetlink_queue_core.c:304:35: note: each undeclared identifier is reported only once for each function it appears in > make[3]: *** [net/netfilter/nfnetlink_queue_core.o] Error 1 > > Fix is obvious (#include <net/tcp_states.h>), but I have to run... Just sent this patch to David, thanks for reporting. http://patchwork.ozlabs.org/patch/307367/ -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html