[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:
> 1) Add UI table widget with generic implementation for
>print list items in table style. Add new UI module with
>generic table API.
> 
> 2) Add Linux-like list API used from liburcu but with redefinitions
>to the Linux naming.
> 
> 3) Get rid of clear & refresh screen each time while flows printing.
> 
> Vadim Kochan (11):
>   geoip: Allow to get country 3-code
>   flowtop: Change flows layout to 1-row view
>   flowtop: Add display option to show src info
>   screen: Add helpers to easy use color by name
>   flowtop: Use new colors naming & helpers
>   list: Add re-defined double-linked list API from liburcu
>   ui: Implement UI table for flows printing
>   flowtop: Use new UI table API for draw flows list
>   ui: Print empty rows when clear table
>   flowtop: Get rid of clear() & refresh() calls
>   flowtop: Simplify flows refresh delay

Applied patches 1-5, waiting for the respin with the remaining ones.

Thanks a lot!

-- 
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 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  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:
>> 1) Add UI table widget with generic implementation for
>>print list items in table style. Add new UI module with
>>generic table API.
>>
>> 2) Add Linux-like list API used from liburcu but with redefinitions
>>to the Linux naming.
>>
>> 3) Get rid of clear & refresh screen each time while flows printing.
>>
>> Vadim Kochan (11):
>>   geoip: Allow to get country 3-code
>>   flowtop: Change flows layout to 1-row view
>>   flowtop: Add display option to show src info
>>   screen: Add helpers to easy use color by name
>>   flowtop: Use new colors naming & helpers
>>   list: Add re-defined double-linked list API from liburcu
>>   ui: Implement UI table for flows printing
>>   flowtop: Use new UI table API for draw flows list
>>   ui: Print empty rows when clear table
>>   flowtop: Get rid of clear() & refresh() calls
>>   flowtop: Simplify flows refresh delay
>
> Applied patches 1-5, waiting for the respin with the remaining ones.
>
> Thanks a lot!

-- 
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.