[netsniff-ng] Re: [PATCH 1/2] flowtop: Add header line with tool name & version

2015-11-16 Thread Tobias Klauser
On 2015-11-12 at 07:54:18 +0100, Vadim Kochan wrote: > Add header bar to be symmetric to the footer. > > Signed-off-by: Vadim Kochan Applied, thanks. -- You received this message because you are subscribed to the Google Groups "netsniff-ng" group. To unsubscribe from this group and stop rece

[netsniff-ng] Re: [PATCH 2/2] flowtop: Add runtime commands to show TCP/UDP/DCCP/ICMP/SCTP

2015-11-16 Thread Tobias Klauser
On 2015-11-12 at 07:54:19 +0100, Vadim Kochan wrote: > Now it is possible toggle display TCP/UDP/DCCP/ICMP/SCTP protos > by the same char keys as short command line options - T/U/D/I/S. > > Signed-off-by: Vadim Kochan > --- > flowtop.c | 69 > +++

[netsniff-ng] Re: [PATCH 2/2] flowtop: Add runtime commands to show TCP/UDP/DCCP/ICMP/SCTP

2015-11-16 Thread vkochan
On Mon, Nov 16, 2015 at 09:23:49AM +0100, Tobias Klauser wrote: > On 2015-11-12 at 07:54:19 +0100, Vadim Kochan wrote: > > Now it is possible toggle display TCP/UDP/DCCP/ICMP/SCTP protos > > by the same char keys as short command line options - T/U/D/I/S. > > > > Signed-off-by: Vadim Kochan > >

[netsniff-ng] Re: [PATCH] bpfc: Do not panic if bpf file is not valid

2015-11-16 Thread Tobias Klauser
On 2015-11-15 at 22:16:37 +0100, Vadim Kochan wrote: > If bpf file is not valid then cpp generated file is not > deleted because panic() func is invoked. > > Signed-off-by: Vadim Kochan Applied, thanks. -- You received this message because you are subscribed to the Google Groups "netsniff-ng

[netsniff-ng] Re: About next release date

2015-11-16 Thread vkochan
On Fri, Oct 30, 2015 at 11:17:21AM +0100, Tobias Klauser wrote: > Hi Vadim > > On 2015-10-30 at 09:59:46 +0100, Vadim Kochan wrote: > > I'd like to know when you plan to do the next release, actually > > I have some plans regarding flowtop which I think might be good to have in > > the next relea

[netsniff-ng] Re: About next release date

2015-11-16 Thread Tobias Klauser
Hi Vadim On 2015-11-16 at 12:06:36 +0100, vkochan wrote: > On Fri, Oct 30, 2015 at 11:17:21AM +0100, Tobias Klauser wrote: > > Hi Vadim > > > > On 2015-10-30 at 09:59:46 +0100, Vadim Kochan wrote: > > > I'd like to know when you plan to do the next release, actually > > > I have some plans rega

[netsniff-ng] bpfc cpp defines passing

2015-11-16 Thread vkochan
Hi, Before start coding I'd like to know what do you think about such bpfc feature like - passing =...= to bpfc which will be converted to cpp as -Dvar1=value1..-DvarN=valueN, and in bpf filter it allows to do #ifdef for specific define and generate bpf opcodes considering this defined value (e.g.

Re: [netsniff-ng] bpfc cpp defines passing

2015-11-16 Thread Daniel Borkmann
On 11/16/2015 02:00 PM, vkochan wrote: Hi, Before start coding I'd like to know what do you think about such bpfc feature like - passing =...= to bpfc which will be converted to cpp as -Dvar1=value1..-DvarN=valueN, and in bpf filter it allows to do #ifdef for specific define and generate bpf opc

Re: [netsniff-ng] bpfc cpp defines passing

2015-11-16 Thread vkochan
On Mon, Nov 16, 2015 at 02:13:04PM +0100, Daniel Borkmann wrote: > On 11/16/2015 02:00 PM, vkochan wrote: > >Hi, > > > >Before start coding I'd like to know what do you think about such bpfc > >feature like - passing =...= to bpfc which will > >be converted to cpp as -Dvar1=value1..-DvarN=valueN, a