netsniff-ng: Add __maybe_unused attribute to timer functions
[netsniff-ng.git] / flowtop.zsh
blob1d1b2e799141f2aa490a8e8630e187d7d996a99a
1 #compdef flowtop
3 # flowtop.zsh -- zsh completion function for flowtop
5 # Copyright (C) 2013 Hideo Hattori <hhatto.jp@gmail.com>
7 # This program is free software; you can redistribute it and/or modify
8 # it under the terms of the GNU General Public License version 2 as
9 # published by the Free Software Foundation.
11 typeset -A opt_args
13 _arguments -s -S \
14 "(-T --tcp)"{-T,--tcp}"[Show only TCP flows (default)]" \
15 "(-U --udp)"{-U,--udp}"[Show only UDP flows]" \
16 "(-s --show-src)"{-s,--show-src}"[Also show source, not only dest]" \
17 "--city-db[Specifiy path for geoip city database]:path:_files" \
18 "--country-db[Specifiy path for geoip country database]:path:_files" \
19 {-v,--version}"[Print version]:" \
20 {-h,--help}"[Print this help]:" \
21 "*::args:_gnu_generic"