From 15c4a0c2addcd1b1fa56dee78d8db56829274d6f Mon Sep 17 00:00:00 2001 From: Daniel Borkmann Date: Wed, 30 Jan 2013 12:11:02 +0100 Subject: [PATCH] netsniff-ng: rearrange some options Signed-off-by: Daniel Borkmann --- netsniff-ng.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/netsniff-ng.c b/netsniff-ng.c index d191da02..754bcf74 100644 --- a/netsniff-ng.c +++ b/netsniff-ng.c @@ -1017,18 +1017,14 @@ static void help(void) " -o|--out Output sink as netdev, pcap, directory, trafgen file\n" " -f|--filter Use BPF filter file from bpfc or tcpdump-like expression\n" " -t|--type Filter for: host|broadcast|multicast|others|outgoing\n" - " -F|--interval Dump interval if -o is a dir: KiB/MiB/GiB/s/sec/min/hrs\n" + " -F|--interval Dump interval if -o is a dir: KiB/MiB/GiB/s/sec/min/hrs\n" " -J|--jumbo-support Support for 64KB Super Jumbo Frames (def: 2048B)\n" " -R|--rfraw Capture or inject raw 802.11 frames\n" " -n|--num <0|uint> Number of packets until exit (def: 0)\n" - " -s|--silent Do not print captured packets\n" - " -q|--less Print less-verbose packet information\n" - " -X|--hex Print packet data in hex format\n" - " -l|--ascii Print human-readable packet data\n" " -P|--prefix Prefix for pcaps stored in directory\n" " -T|--magic Pcap magic number/pcap format to store, see -D\n" " -D|--dump-pcap-types Dump pcap types and magic numbers and quit\n" - " -r|--rand Randomize packet forwarding order\n" + " -r|--rand Randomize packet forwarding order (dev->dev)\n" " -M|--no-promisc No promiscuous mode for netdev\n" " -A|--no-sock-mem Don't tune core socket memory\n" " -m|--mmap Mmap(2) pcap file i.e., for replaying pcaps\n" @@ -1041,6 +1037,10 @@ static void help(void) " -g|--group Drop privileges and change to groupid\n" " -H|--prio-high Make this high priority process\n" " -Q|--notouch-irq Do not touch IRQ CPU affinity of NIC\n" + " -s|--silent Do not print captured packets\n" + " -q|--less Print less-verbose packet information\n" + " -X|--hex Print packet data in hex format\n" + " -l|--ascii Print human-readable packet data\n" " -V|--verbose Be more verbose\n" " -v|--version Show version\n" " -h|--help Guess what?!\n\n" -- 2.11.4.GIT