[netsniff-ng] Re: [PATCH] netsniff-ng: pcap_io: Print unsupported magic number

2016-06-22 Thread Vadim Kochan
Hi Tobias,

On Wed, Jun 22, 2016 at 10:25 AM, Tobias Klauser  wrote:
> On 2016-05-16 at 19:32:46 +0200, Vadim Kochan  wrote:
>> It might be more understandable to print unsupported
>> pcap magic number in hexadecimal format.
>>
>> Signed-off-by: Vadim Kochan 
>
> Applied, thanks.

I see you'r back, I just I'd like to clarify something regarding
flowtop, I am trying to implement horizontal column scrolling, so
in case if you plan to do some release - would it be better to wait
when scrolling will be ready for flowtop ?

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.


Re: [netsniff-ng] [PATCH] man: netsniff-ng: Fix usage example description

2016-06-22 Thread Tobias Klauser
On 2016-06-21 at 18:20:35 +0200, Hisao Tanabe  wrote:
> Fix the input device name that is used in the description of the usage
> example.
> 
> Signed-off-by: Hisao Tanabe 

Applied, thanks a lot.

-- 
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] Re: [PATCH] netsniff-ng: pcap_io: Print unsupported magic number

2016-06-22 Thread Tobias Klauser
On 2016-05-16 at 19:32:46 +0200, Vadim Kochan  wrote:
> It might be more understandable to print unsupported
> pcap magic number in hexadecimal format.
> 
> 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] man: netsniff-ng: Fix usage example description

2016-06-22 Thread Hisao Tanabe
Fix the input device name that is used in the description of the usage
example.

Signed-off-by: Hisao Tanabe 
---
 netsniff-ng.8 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/netsniff-ng.8 b/netsniff-ng.8
index 1da50c0..b6758a5 100644
--- a/netsniff-ng.8
+++ b/netsniff-ng.8
@@ -317,7 +317,7 @@ netsniff-ng and NIC IRQ affinity to CPU 0. The default pcap 
magic type is
 0xa1b2c3d4 (tcpdump-capable pcap).
 .PP
 .SS  netsniff-ng --in vlan0 --out dump.pcap -c -u `id -u bob` -g `id -g bob`
-Capture network traffic on device wlan0 into a pcap file called dump.pcap
+Capture network traffic on device vlan0 into a pcap file called dump.pcap
 by using normal read(2), write(2) I/O for the pcap file (slower but less
 latency). Also, after setting up the RX_RING for capture, drop privileges
 from root to the user and group \[lq]bob\[rq]. Invoke the packet dissector and 
print
-- 
2.9.0

-- 
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.