"-->" allows to better separate src & dst peers.

Signed-off-by: Vadim Kochan <vadi...@gmail.com>
---
 flowtop.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/flowtop.c b/flowtop.c
index 20b3c25..ab3459a 100644
--- a/flowtop.c
+++ b/flowtop.c
@@ -1020,6 +1020,8 @@ static void draw_flow_entry(WINDOW *scr, const struct 
flow_entry *n, int line)
        if (show_src) {
                ui_table_row_add(&flows_tbl);
 
+               ui_table_row_print(&flows_tbl, TBL_FLOW_TIME, "-->");
+
                print_flow_peer_info(n, FLOW_DIR_DST);
        }
 }
-- 
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