[netsniff-ng] Re: [PATCH 2/5] flowtop: Allow disable hostname lookup

2015-10-27 Thread Tobias Klauser
On 2015-10-27 at 01:00:48 +0100, Vadim Kochan wrote: > Added option -n,--no-dns which disables hostname lookup. > > Signed-off-by: Vadim Kochan Applied, thanks. -- You received this message because you are subscribed to the Google Groups "netsniff-ng"

[netsniff-ng] Re: [PATCH 1/5] flowtop: Fix src hostname showed with garbage

2015-10-27 Thread vkochan
On Tue, Oct 27, 2015 at 10:51:26AM +0100, Tobias Klauser wrote: > On 2015-10-27 at 01:00:47 +0100, Vadim Kochan wrote: > > Use strlcpy for copy resolved src/dst hostname. > > > > Signed-off-by: Vadim Kochan > > --- > > flowtop.c | 9 +++-- > > 1 file

[netsniff-ng] Re: [PATCH 1/5] flowtop: Fix src hostname showed with garbage

2015-10-27 Thread Tobias Klauser
On 2015-10-27 at 10:59:10 +0100, vkochan wrote: > On Tue, Oct 27, 2015 at 10:51:26AM +0100, Tobias Klauser wrote: > > On 2015-10-27 at 01:00:47 +0100, Vadim Kochan wrote: > > > Use strlcpy for copy resolved src/dst hostname. > > > > > > Signed-off-by: Vadim

[netsniff-ng] Re: [PATCH 4/5] flowtop: Show rate in bits by default but in bytes optionaly

2015-10-27 Thread Tobias Klauser
On 2015-10-27 at 01:00:50 +0100, Vadim Kochan wrote: > Show rate in bits, but allow to show in bytes by -B,--rate-bytes option. I think it should be the other way around, i.e. the default mode shows the rate in bytes and you can switch to bits via command-line option. In my

[netsniff-ng] Re: [PATCH 5/5] flowtop: Use bool for show_src option

2015-10-27 Thread vkochan
On Tue, Oct 27, 2015 at 12:08:03PM +0100, Tobias Klauser wrote: > On 2015-10-27 at 01:00:51 +0100, Vadim Kochan wrote: > > Use boolean false/true for show_src option value. > > > > Signed-off-by: Vadim Kochan > > Sorry, I applied this with the wrong author