[netsniff-ng] [PATCH 0/3] flowtop: Misc updates: filter state, refresh flag reset

2015-12-16 Thread Vadim Kochan
There are just few different changes like: 1) Show family in filter status bar 2) Show if 'Active' flows mode is selected in filter status bar 3) Reset do_refresh flag immideately if it is enabled to make able refresh flows again if this flag was changed while refreshing. Vadim

[netsniff-ng] [PATCH 3/3] flowtop: Refresh flows if filter was changed while flows loading

2015-12-16 Thread Vadim Kochan
Reset do_reload_flows flag before dump flows. It allows to change filter state more dynamically Signed-off-by: Vadim Kochan --- flowtop.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flowtop.c b/flowtop.c index d90e1ee..1d438ba 100644 ---

[netsniff-ng] [PATCH 2/3] flowtop: Indicate if 'active' flows mode is selected

2015-12-16 Thread Vadim Kochan
Show 'Active' filter status if 'a' was pressed. Signed-off-by: Vadim Kochan --- flowtop.c | 4 1 file changed, 4 insertions(+) diff --git a/flowtop.c b/flowtop.c index 52e4bef..d90e1ee 100644 --- a/flowtop.c +++ b/flowtop.c @@ -1146,6 +1146,7 @@ static void

[netsniff-ng] Re: [PATCH 1/4] netsniff-ng: nlmsg: Resolve genl family name

2015-12-16 Thread Vadim Kochan
On Tue, Dec 08, 2015 at 05:00:52PM +0100, Tobias Klauser wrote: > On 2015-11-30 at 01:05:04 +0100, Vadim Kochan wrote: > > Print name of resolved genl family name by type > > This patch does quite a bit more than the description says (i.e. the > init/uninit hooks). Please be a

[netsniff-ng] Re: [PATCH v4 1/6] proc: Add function to execute process with argv list

2015-12-16 Thread Tobias Klauser
On 2015-12-16 at 10:05:33 +0100, vkochan wrote: > Hi, > > On Wed, Dec 16, 2015 at 09:34:28AM +0100, Tobias Klauser wrote: > > On 2015-12-15 at 22:09:10 +0100, Vadim Kochan wrote: > > > Add proc_exec function which executes given process with > > > argv list

[netsniff-ng] Re: [PATCH v4 1/6] proc: Add function to execute process with argv list

2015-12-16 Thread vkochan
Hi, On Wed, Dec 16, 2015 at 09:34:28AM +0100, Tobias Klauser wrote: > On 2015-12-15 at 22:09:10 +0100, Vadim Kochan wrote: > > Add proc_exec function which executes given process with > > argv list via fork + execvp. > > > > It allows to replace 'system' call approach which