[netsniff-ng] [PATCH 1/3] flowtop: Render table row via raw ncurses buffer

2016-08-22 Thread Vadim Kochan
Render each column to the ncurses raw buffer first, this buffer contains ncurses {char:attr} elements which will be printed to the screen after ui_table_row_show() will be called (at the end of columns rendering by flowtop). The reason of this change is to have easy way to make horizontal

[netsniff-ng] [PATCH 0/3] flowtop: Add horizontal scrolling over flows

2016-08-22 Thread Vadim Kochan
In case of smaller than 130 chars display, some of the fields might be hidden, therefore add ability to scroll to left/right over the end of screen to see hidden columns. Also it will allow to extend flow line with additional fields (pps). Used approach from 'htop' tool where scrolling is made

[netsniff-ng] [PATCH v2 0/2] build: configure: Add support for '--prefix' & '--sysconfdir' options

2016-08-22 Thread Vadim Kochan
Add new 'configure' options: --prefix - to control of installation of binaries & shared files --sysconfdir - to control of installation of config files The old 'make VAR=VALUE' should still work. v2: 1) Reword commit subjects to do not contain option names. Vadim Kochan (2):