[netsniff-ng] Re: [PATCH] flowtop: Add command-line option for show rate in bits

2015-10-28 Thread Tobias Klauser
On 2015-10-28 at 06:39:26 +0100, Vadim Kochan  wrote:
> Add -b,--bits command line option for show rate in bits.
> 
> Signed-off-by: Vadim Kochan 

Applied, thanks Vadim.

-- 
You received this message because you are subscribed to the Google Groups 
"netsniff-ng" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to netsniff-ng+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[netsniff-ng] [PATCH] all: Change reporting bugs email

2015-10-28 Thread Vadim Kochan
Replace b...@netsniff-ng.com to netsniff-ng@googlegroups.com
which is used in REPORTING-BUGS file.

Signed-off-by: Vadim Kochan 
---
 astraceroute.c | 2 +-
 bpfc.c | 2 +-
 curvetun.c | 4 ++--
 flowtop.c  | 2 +-
 ifpps.c| 2 +-
 netsniff-ng.c  | 2 +-
 trafgen.c  | 2 +-
 7 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/astraceroute.c b/astraceroute.c
index a801ab1..a78cf4c 100644
--- a/astraceroute.c
+++ b/astraceroute.c
@@ -117,7 +117,7 @@ static const struct option long_options[] = {
{NULL, 0, NULL, 0}
 };
 
-static const char *copyright = "Please report bugs to \n"
+static const char *copyright = "Please report bugs to 
\n"
"Copyright (C) 2011-2013 Daniel Borkmann \n"
"Swiss federal institute of technology (ETH Zurich)\n"
"License: GNU GPL version 2.0\n"
diff --git a/bpfc.c b/bpfc.c
index c659e3f..d360cf5 100644
--- a/bpfc.c
+++ b/bpfc.c
@@ -31,7 +31,7 @@ static const struct option long_options[] = {
{NULL, 0, NULL, 0}
 };
 
-static const char *copyright = "Please report bugs to \n"
+static const char *copyright = "Please report bugs to 
\n"
"Copyright (C) 2011-2013 Daniel Borkmann ,\n"
"Swiss federal institute of technology (ETH Zurich)\n"
"License: GNU GPL version 2.0\n"
diff --git a/curvetun.c b/curvetun.c
index 6523737..5dbc320 100644
--- a/curvetun.c
+++ b/curvetun.c
@@ -118,7 +118,7 @@ static void __noreturn help(void)
 "  to select your own! For client/server status messages see 
syslog!\n"
 "  This software is an experimental prototype intended for 
researchers.\n\n"
 "Secret ingredient: 7647-14-5\n\n"
-"Please report bugs to \n"
+"Please report bugs to \n"
 "Copyright (C) 2011-2013 Daniel Borkmann 
,\n"
 "Swiss federal institute of technology (ETH Zurich)\n"
 "License: GNU GPL version 2.0\n"
@@ -133,7 +133,7 @@ static void __noreturn version(void)
puts("lightweight curve25519-based IP tunnel\n"
 "Note: Einstein-Rosen bridge not yet supported\n"
 "http://www.netsniff-ng.org\n\n;
-"Please report bugs to \n"
+"Please report bugs to \n"
 "Copyright (C) 2011-2013 Daniel Borkmann 
,\n"
 "Swiss federal institute of technology (ETH Zurich)\n"
 "License: GNU GPL version 2.0\n"
diff --git a/flowtop.c b/flowtop.c
index 7573780..ef6f5ed 100644
--- a/flowtop.c
+++ b/flowtop.c
@@ -134,7 +134,7 @@ static const struct option long_options[] = {
{NULL, 0, NULL, 0}
 };
 
-static const char *copyright = "Please report bugs to \n"
+static const char *copyright = "Please report bugs to 
\n"
"Copyright (C) 2011-2013 Daniel Borkmann \n"
"Copyright (C) 2011-2012 Emmanuel Roullit 
\n"
"Swiss federal institute of technology (ETH Zurich)\n"
diff --git a/ifpps.c b/ifpps.c
index 2b3ef9d..7c1bfcd 100644
--- a/ifpps.c
+++ b/ifpps.c
@@ -93,7 +93,7 @@ static const struct option long_options[] = {
{NULL, 0, NULL, 0}
 };
 
-static const char *copyright = "Please report bugs to \n"
+static const char *copyright = "Please report bugs to 
\n"
"Copyright (C) 2009-2013 Daniel Borkmann \n"
"Swiss federal institute of technology (ETH Zurich)\n"
"Copyright (C) 2013 Tobias Klauser \n"
diff --git a/netsniff-ng.c b/netsniff-ng.c
index 3ae05cf..e5d1886 100644
--- a/netsniff-ng.c
+++ b/netsniff-ng.c
@@ -117,7 +117,7 @@ static const struct option long_options[] = {
{NULL, 0, NULL, 0}
 };
 
-static const char *copyright = "Please report bugs to \n"
+static const char *copyright = "Please report bugs to 
\n"
"Copyright (C) 2009-2013 Daniel Borkmann \n"
"Copyright (C) 2009-2012 Emmanuel Roullit 
\n"
"Copyright (C) 2012 Markus Amend \n"
diff --git a/trafgen.c b/trafgen.c
index 16a078c..c35182e 100644
--- a/trafgen.c
+++ b/trafgen.c
@@ -113,7 +113,7 @@ static const struct option long_options[] = {
{NULL, 0, NULL, 0}
 };
 
-static const char *copyright = "Please report bugs to \n"
+static const char *copyright = "Please report bugs to 
\n"
"Copyright (C) 2011-2013 Daniel Borkmann ,\n"
"Swiss federal institute of technology (ETH 

[netsniff-ng] Re: [PATCH] all: Change reporting bugs email

2015-10-28 Thread Tobias Klauser
On 2015-10-28 at 08:38:15 +0100, Vadim Kochan  wrote:
> Replace b...@netsniff-ng.com to netsniff-ng@googlegroups.com
> which is used in REPORTING-BUGS file.
> 
> 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 receiving emails from it, send an email 
to netsniff-ng+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[netsniff-ng] [PATCH] flowtop: Fix missing --no-geoip option in usage output

2015-10-28 Thread Vadim Kochan
Add G,--no-geoip to the usage output.

Signed-off-by: Vadim Kochan 
---
 flowtop.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/flowtop.c b/flowtop.c
index 7c9deaf..6fd3c6a 100644
--- a/flowtop.c
+++ b/flowtop.c
@@ -267,6 +267,7 @@ static void help(void)
 "  -I|--icmp  Show only ICMP/ICMPv6 flows\n"
 "  -S|--sctp  Show only SCTP flows\n"
 "  -n|--no-dnsDon't perform hostname lookup\n"
+"  -G|--no-geoip  Don't perform GeoIP lookup\n"
 "  -s|--show-src  Also show source, not only dest\n"
 "  -b|--bits  Show rates in bits/s instead of 
bytes/s\n"
 "  -u|--updateUpdate GeoIP databases\n"
-- 
2.6.1

-- 
You received this message because you are subscribed to the Google Groups 
"netsniff-ng" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to netsniff-ng+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.