[netsniff-ng] Re: [PATCH] flowtop: Resolve src host if '-s' option specified

2015-08-04 Thread Tobias Klauser
On 2015-08-04 at 01:13:59 +0200, Vadim Kochan vadi...@gmail.com wrote: From: Vadim Kochan vadi...@gmail.com Do not do reverse DNS for src hostname if '-s' option is not specified. Signed-off-by: Vadim Kochan vadi...@gmail.com Applied, thanks. -- You received this message because you are

[netsniff-ng] Re: [PATCH] flowtop: Don't hide status bar while dumping flows

2015-08-04 Thread Tobias Klauser
On 2015-08-04 at 00:52:07 +0200, Vadim Kochan vadi...@gmail.com wrote: From: Vadim Kochan vadi...@gmail.com Don't hide status bar line when dumping flows but print [Collecting flows ...] on the same line. Really there is no sense to hide this status bar line. Signed-off-by: Vadim Kochan

[netsniff-ng] [PATCH] flowtop: Do not insert DNS flows into list

2015-08-04 Thread Vadim Kochan
From: Vadim Kochan vadi...@gmail.com Just ignore DNS flows instead of insert it and then filter it out by presenter. Signed-off-by: Vadim Kochan vadi...@gmail.com --- flowtop.c | 29 - 1 file changed, 20 insertions(+), 9 deletions(-) diff --git a/flowtop.c

Re: [netsniff-ng] captured packets

2015-08-04 Thread Vadim Kochan
On Tue, Aug 04, 2015 at 06:45:13AM +, Unnikannan Nair, Jishnu wrote: Hi I have tested the new version. I used TCPReplay to send 403356000 packet at 100Mbps . I used netsniff-ng to capture packets and output verbose to a file and the total packets captured is 415716032, which very high.

[netsniff-ng] Re: [PATCH v2] flowtop: Do not insert DNS flows into list

2015-08-04 Thread Vadim Kochan
On Tue, Aug 04, 2015 at 09:23:31AM +0200, Tobias Klauser wrote: On 2015-08-04 at 07:58:54 +0200, Vadim Kochan vadi...@gmail.com wrote: From: Vadim Kochan vadi...@gmail.com Just ignore DNS flows instead of insert it and then filter it out by presenter. Signed-off-by: Vadim Kochan

[netsniff-ng] Re: [PATCH v2] flowtop: Do not insert DNS flows into list

2015-08-04 Thread Tobias Klauser
On 2015-08-04 at 07:58:54 +0200, Vadim Kochan vadi...@gmail.com wrote: From: Vadim Kochan vadi...@gmail.com Just ignore DNS flows instead of insert it and then filter it out by presenter. Signed-off-by: Vadim Kochan vadi...@gmail.com This fails to apply on top of your previous patch

[netsniff-ng] [PATCH v3] flowtop: Do not insert DNS flows into list

2015-08-04 Thread Vadim Kochan
From: Vadim Kochan vadi...@gmail.com Just ignore DNS flows instead of insert it and then filter it out by presenter. Signed-off-by: Vadim Kochan vadi...@gmail.com --- flowtop.c | 29 - 1 file changed, 20 insertions(+), 9 deletions(-) diff --git a/flowtop.c