Re: [PATCH 3/3 nf-next v2] netfilter: nft_osf: implement Passive OS fingerprint module in nft_osf

2018-07-23 Thread Pablo Neira Ayuso
On Fri, Jul 20, 2018 at 04:41:13PM +0200, Fernando Fernandez Mancera wrote: > Add basic module functions into nft_osf.[ch] in order to implement OSF > module in nf_tables. > > Signed-off-by: Fernando Fernandez Mancera > --- > include/uapi/linux/netfilter/nf_tables.h | 10 ++ >

[PATCH 3/3 nf-next v2] netfilter: nft_osf: implement Passive OS fingerprint module in nft_osf

2018-07-20 Thread Fernando Fernandez Mancera
Add basic module functions into nft_osf.[ch] in order to implement OSF module in nf_tables. Signed-off-by: Fernando Fernandez Mancera --- include/uapi/linux/netfilter/nf_tables.h | 10 ++ net/netfilter/Kconfig| 7 ++ net/netfilter/Makefile | 1 +