Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-10-15 | trafgen: set interpacket gap in time units (s/ms/us/ns) | Jon Schipp | 1 | -1/+1 | |
Add ability to set IGP in time units in seconds, milliseconds, microseconds, and nanoseconds by appending a postfix to --gap e.g. --gap 100ms. Also, update the man page and trafgen.zsh to reflect the changes. [Fix whitespaces, coding style and minor wording changes -- tklauser] Signed-off-by: Jon Schipp <jonschipp@gmail.com> Signed-off-by: Tobias Klauser <tklauser@distanz.ch> | |||||
2013-07-13 | trafgen: update options for zsh completion | Daniel Borkmann | 1 | -0/+1 | |
Add -C option to zsh support. Signed-off-by: Daniel Borkmann <dborkman@redhat.com> | |||||
2013-05-13 | zsh: add netsniff-ng zsh auto completion support | Daniel Borkmann | 1 | -0/+55 | |
Hideo Hattori wrote a set of auto completion scripts for zsh that support netsniff-ng tools. Big thanks for that! Follow-up commits still need to address updated command-line options. Signed-off-by: Hideo Hattori <hhatto.jp@gmail.com> Signed-off-by: Daniel Borkmann <dborkman@redhat.com> |