From b168f5f60a9cc4490b499a067da5273b0f40337c Mon Sep 17 00:00:00 2001 From: Daniel Borkmann Date: Mon, 25 Nov 2013 10:04:50 +0100 Subject: trafgen: inherit netsniff-ng's -H -Q options Also make these options available to trafgen. Signed-off-by: Daniel Borkmann --- trafgen.zsh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'trafgen.zsh') diff --git a/trafgen.zsh b/trafgen.zsh index 8a90381..adfd8ad 100644 --- a/trafgen.zsh +++ b/trafgen.zsh @@ -48,6 +48,8 @@ _arguments -s -S \ "(-E --seed)"{-E,--seed}"[Manually set srand(3) seed]" \ "(-u --user)"{-u,--user}"[Drop privileges and change to userid]:user:_user_info" \ "(-g --group)"{-g,--group}"[Drop privileges and change to groupid]:group:_group_info" \ + "(-H --prio-high)"{-H,--prio-high}"[Make this high priority process]" \ + "(-Q --notouch-irq)"{-Q,--notouch-irq}"[Do not touch IRQ CPU affinity of NIC]" \ "(-e --example)"{-e,--example}"[Show built-in packet config example]:" \ "(-V --verbose)"{-V,--verbose}"[Be more verbose]" \ "(-C --no-cpu-stats)"{-C,--no-cpu-stats}"[Do not print CPU time statistics on exit]" \ -- cgit v1.2.3-54-g00ecf