[netsniff-ng] [PATCH] flowtop: man: Add how-to activate conntrack by modprobe

2016-04-21 Thread Vadim Kochan
Add another tip how to activate conntrack mechanism by loading required kernel modules via modprobe. This info might be used to make these modules load automatically at startup. Signed-off-by: Vadim Kochan --- flowtop.8 | 8 1 file changed, 8 insertions(+) diff

[netsniff-ng] Re: [PATCH v2 07/11] ui: Implement UI table for flows printing

2016-04-21 Thread Tobias Klauser
On 2016-04-17 at 19:31:30 +0200, Vadim Kochan wrote: > Add new module ui.c which is responsible to render > different kinds of UI widgets - tables, etc. > > Implemented generic API for print table-like list of elements. > This table API might be used for print flows in curses

[netsniff-ng] Re: [PATCH v2 00/11] flowtop: Layout change to 1-row view

2016-04-21 Thread Vadim Kochan
You can still review the rest patches except last 2 ones, in case if you catch some issues, so I will include them in v3 series, if it is OK for you. Thanks, On Thu, Apr 21, 2016 at 12:52 PM, Tobias Klauser wrote: > On 2016-04-17 at 19:31:23 +0200, Vadim Kochan

[netsniff-ng] Re: [PATCH v2 00/11] flowtop: Layout change to 1-row view

2016-04-21 Thread Tobias Klauser
On 2016-04-17 at 19:31:23 +0200, Vadim Kochan wrote: > Changed flows list layout to look more a top-like output > with header and in 1 line. When -s option is specified > then layout changes to 2 lines view including with src peer > info and dst under it on next line. > > v2: