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

2016-09-15 Thread Tobias Klauser
On 2016-09-12 at 16:47:12 +0200, Vadim Kochan  wrote:
> On Tue, Aug 23, 2016 at 12:06 AM, Vadim Kochan  wrote:
> > 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 over custom
> > char-attr buffer element.
> >
> > Vadim Kochan (3):
> >   flowtop: Render table row via raw ncurses buffer
> >   flowtop: Add horizontal scrolling over flows table
> >   ui: Rename ui_table_row_print -> ui_table_row_col_set
> >
> >  flowtop.c | 75 +--
> >  ui.c  | 99 
> > ---
> >  ui.h  | 20 +++--
> >  3 files changed, 147 insertions(+), 47 deletions(-)
> >
> > --
> > 2.9.2
> >
> 
> Softly ping for review ...

Series now applied, thanks for the patience and sorry for the delay.

-- 
You received this message because you are subscribed to the Google Groups 
"netsniff-ng" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to netsniff-ng+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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

2016-09-15 Thread Tobias Klauser
On 2016-08-22 at 23:17:10 +0200, Vadim Kochan  wrote:
> 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):
>   build: configure: Add option to specify install path for binary files
>   build: configure: Add option to specify install path for /etc files

Applied, thanks. I simplified the help text a bit - since we only have
two directory related options, I combined them as I think it's easier to
read (even though we don't follow autotools help message format that
way).

-- 
You received this message because you are subscribed to the Google Groups 
"netsniff-ng" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to netsniff-ng+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.