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

 flowtop.c        | 466 ++++++++++++++++++++++++++++---------------------------
 flowtop/Makefile |   1 +
 geoip.c          |  14 ++
 geoip.h          |   2 +
 list.h           |  39 +++++
 screen.h         |  17 ++
 ui.c             | 160 +++++++++++++++++++
 ui.h             |  55 +++++++
 8 files changed, 527 insertions(+), 227 deletions(-)
 create mode 100644 list.h
 create mode 100644 ui.c
 create mode 100644 ui.h

-- 
2.6.3

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

Reply via email to