From 4c819692ee15754114030234198e07efbcb51f14 Mon Sep 17 00:00:00 2001 From: Daniel Borkmann Date: Mon, 21 Jan 2013 22:27:24 +0100 Subject: [PATCH] netsniff-ng: remove note, should be obvious Signed-off-by: Daniel Borkmann --- src/netsniff-ng.c | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/src/netsniff-ng.c b/src/netsniff-ng.c index 748c55c6..c60beae1 100644 --- a/src/netsniff-ng.c +++ b/src/netsniff-ng.c @@ -1030,7 +1030,7 @@ static void help(void) "Usage: netsniff-ng [options]\n" "Options:\n" " -i|-d|--dev|--in Input source as netdev or pcap\n" - " -o|--out Output sink as netdev, pcap, directory, txf file\n" + " -o|--out Output sink as netdev, pcap, directory, trafgen file\n" " -f|--filter Use BPF filter file from bpfc\n" " -t|--type Only handle packets of defined type:\n" " host|broadcast|multicast|others|outgoing\n" @@ -1073,18 +1073,11 @@ static void help(void) " netsniff-ng --in eth0 --out dump.pcap --silent --bind-cpu 0\n" " netsniff-ng --in wlan0 --rfraw --out dump.pcap --silent --bind-cpu 0\n" " netsniff-ng --in dump.pcap --mmap --out eth0 -k1000 --silent --bind-cpu 0\n" - " netsniff-ng --in dump.pcap --out dump.txf --silent --bind-cpu 0\n" + " netsniff-ng --in dump.pcap --out dump.cfg --silent --bind-cpu 0\n" " netsniff-ng --in eth0 --out eth1 --silent --bind-cpu 0 --type host\n" " netsniff-ng --in eth1 --out /opt/probe/ -s -m -J --interval 100MiB -b 0\n" " netsniff-ng --in vlan0 --out dump.pcap -c -u `id -u bob` -g `id -g bob`\n" " netsniff-ng --in any --filter http.bpf --jumbo-support --ascii -V\n\n" - "Note:\n" - " This tool is targeted for network developers! You should\n" - " be aware of what you are doing and what these options above\n" - " mean! Use netsniff-ng's bpfc compiler for generating filter files.\n" - " Further, netsniff-ng automatically enables the kernel BPF JIT\n" - " if present. Txf file output is only possible if the input source\n" - " is a pcap file.\n\n" "Please report bugs to \n" "Copyright (C) 2009-2013 Daniel Borkmann \n" "Copyright (C) 2009-2012 Emmanuel Roullit \n" -- 2.11.4.GIT