Daniel Borkmann | 29 Mar 11:03

netsniff-ng 0.5.6 is out

A new upstream version of netsniff-ng has been released today.

Release notes can be found here:

https://github.com/gnumaniacs/netsniff-ng/blob/master/Documentation/Notes-0.5.6

You can obtain the new version with, e.g.

wget http://pub.netsniff-ng.org/netsniff-ng/netsniff-ng-0.5.6.tar.gz

Thanks,

Daniel et. al.
netsniff-ng workgroup

--

-- 
You received this message because you are subscribed to the Google
Groups "netsniff-ng" group.

To post to this group, send email to netsniff-ng@...

To unsubscribe from this group, send email to
netsniff-ng+unsubscribe@...

http://netsniff-ng.org

Rayne | 17 Feb 10:44
Picon
Favicon

Traffic replay

Hi,

Is there a way to control the rate at which a pcap file is replayed?

Thank you.

Regards,
Rayne

--

-- 
You received this message because you are subscribed to the Google
Groups "netsniff-ng" group.

To post to this group, send email to netsniff-ng@...

To unsubscribe from this group, send email to
netsniff-ng+unsubscribe@...

http://netsniff-ng.org

Daniel Borkmann | 9 Oct 15:36
Picon

netsniff-ng 0.5.5.0 is out

netsniff-ngs 0.5.5.0 is finally out!

Have a look at our blog for more information about the new version http://dev.netsniff-ng.org/.

Download: http://www.netsniff-ng.org/pub/netsniff-ng/netsniff-ng-0.5.5.0.tar.gz

Manpage: http://netsniff-ng.org/netsniff-ng.8.html

Cheers,
Daniel and Emmanuel
--

-- 
/dev/msg:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
d.borkmann@..., or             ASCII ribbon campaign ( )
dborkman@...        - against HTML email  X
http://www.imn.htwk-leipzig.de/~dborkman          & vCards / \
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Daniel Borkmann | 20 Sep 23:16
Gravatar
Daniel Borkmann <daniel@...>

[PATCH 2/2] 0.5.5.0-rc1: Fix spinner thread of TX_RING

Applied to the current rc1 tar.gz archive. Thanks Emmanuel!
-- 
You received this message because you are subscribed to the Google
Groups "netsniff-ng" group.

To post to this group, send email to netsniff-ng@...

To unsubscribe from this group, send email to
netsniff-ng+unsubscribe@...

http://netsniff-ng.org
commit 4b8f64fe48e0909f461734c7c04eaf7d46d00663
Author: Emmanuel Roullit <emmanuel@...>
Date:   Mon Sep 20 22:19:50 2010 +0200

    Thee spinner thread must not be created in the for loop :/

diff --git a/src/tx_ring.c b/src/tx_ring.c
index d08d31e..b57f4d6 100644
--- a/src/tx_ring.c
+++ b/src/tx_ring.c
@@ -337,13 +337,13 @@ static void *flush_virt_tx_ring_thread(void *packed)

 	ptd = (struct packed_tx_data *)packed;

-	for (; likely(!send_intr); errors = 0) {
(Continue reading)

Daniel Borkmann | 20 Sep 23:15
Gravatar
Daniel Borkmann <daniel@...>

[PATCH 1/2] 0.5.5.0-rc1: Fix packet printing in TX_RING

Applied to the current rc1 tar.gz archive. Thanks Emmanuel!
-- 
You received this message because you are subscribed to the Google
Groups "netsniff-ng" group.

To post to this group, send email to netsniff-ng@...

To unsubscribe from this group, send email to
netsniff-ng+unsubscribe@...

http://netsniff-ng.org
commit 700038f5f166b910aa205af25531b6e3fec388fb
Author: Emmanuel Roullit <emmanuel@...>
Date:   Sun Sep 19 08:52:55 2010 +0200

    Fix packet printing. Mark all pkt as unknown

diff --git a/src/tx_ring.c b/src/tx_ring.c
index 552db5c..d08d31e 100644
--- a/src/tx_ring.c
+++ b/src/tx_ring.c
@@ -281,13 +281,19 @@ static void *fill_virt_tx_ring_thread(void *packed)
 						break;
 					}

-					versatile_print(buff, header);
(Continue reading)


Gmane