[netsniff-ng] Few Questions I could not find answer for :)

2016-11-21 Thread Shaked, Asaf
Hi, Just love this toolkit :) Few questions, if you may... 1) Is it possible to merge pcaps using the toolkit ? 2) Is it possible to replay a list of pcaps consecutively ? 3) Is it possible to control pcaps replay bitrate ? (aiming for original capture average Bitrate, rather t

[netsniff-ng] [PATCH] trafgen: parser: Fix undefined ETH_P_802AD on 2.6.x Linux

2016-11-21 Thread Vadim Kochan
ETH_P_8021AD might be undefined on 2.6.x Linux version (tested on Ubuntu 10 with 2.6.32 Linux), so lets check and define it. Signed-off-by: Vadim Kochan --- trafgen_parser.y | 4 1 file changed, 4 insertions(+) diff --git a/trafgen_parser.y b/trafgen_parser.y index 8ebf464..54aafe7 100644

[netsniff-ng] [PATCH] ring_rx: Fix warning message if PACKET_FANOUT is not defined

2016-11-21 Thread Vadim Kochan
Move #ifdef PACKET_FANOUT at begining of join_fanout_group(...) function to fix warning message that 'fanout_opt' & 'ret' variables are not used if PACKET_FANOUT is not defined. It may happen on 2.6.x Linux version. Signed-off-by: Vadim Kochan --- ring_rx.c | 2 +- 1 file changed, 1 insertion(+

Re: [netsniff-ng] Few Questions I could not find answer for :)

2016-11-21 Thread Vadim Kochan
On Mon, Nov 21, 2016 at 03:37:48PM +, Shaked, Asaf wrote: Hi Asaf, > Hi, > > Just love this toolkit :) > > Few questions, if you may... > > 1) Is it possible to merge pcaps using the toolkit ? As fas as I know - no, but I think it would be good to have such feature via such example:

Fwd: [netsniff-ng] --rfraw

2016-11-21 Thread Vadim Kochan
Hi Daniel, Just FWD to you in case if you did not get it via netsniff-ng mailing list. Regards, Vadim Kochan -- Forwarded message -- From: Vadim Kochan Date: Wed, Nov 9, 2016 at 10:20 PM Subject: Re: [netsniff-ng] --rfraw To: netsniff-ng On Wed, Nov 9, 2016 at 8:12 PM, Daniel