[netsniff-ng] Re: [PATCH v4 1/6] proc: Add function to execute process with argv list

2015-12-17 Thread Tobias Klauser
On 2015-12-15 at 22:09:10 +0100, Vadim Kochan wrote: > Add proc_exec function which executes given process with > argv list via fork + execvp. > > It allows to replace 'system' call approach which is used > for invoking cpp and securely extend it with additional options > like

Re: [netsniff-ng] Re: Shell variables support in trafgen

2015-12-17 Thread Daniel Borkmann
[ Thanks Vadim! Actually Cc'ing him here. ] On 12/17/2015 12:38 PM, Vadim Kochan wrote: On Wednesday, May 13, 2015 at 10:04:28 AM UTC+3, Kenneth Aaron wrote: Hi, Is it possible to use shell variables in the configuration file? The use case I have is a script that sets variables such as IP

[netsniff-ng] Re: Shell variables support in trafgen

2015-12-17 Thread Vadim Kochan
On Wednesday, May 13, 2015 at 10:04:28 AM UTC+3, Kenneth Aaron wrote: > > Hi, > > Is it possible to use shell variables in the configuration file? > The use case I have is a script that sets variables such as IP address ( > $SrcIP_Byte1 , $SrcIP_Byte2 , $SrcIP_Byte3 , $SrcIP_Byte4 ) then