diff options
author | Daniel Borkmann <dborkman@redhat.com> | 2014-04-10 14:51:47 +0200 |
---|---|---|
committer | Daniel Borkmann <dborkman@redhat.com> | 2014-04-10 14:51:47 +0200 |
commit | dcaf7e37a0a47bb83c0470aa9b5e0c1bcb521dcf (patch) | |
tree | 382fa3beafc99a5a8807cc29d0639351d2357e17 | |
parent | df15ea3f90cc6b16c1029ff9994b1f8ca5519d2c (diff) |
docs: be more precise on readme with experimental tools
Just improve the note on tools that are still experimental.
Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
-rw-r--r-- | README | 11 |
1 files changed, 6 insertions, 5 deletions
@@ -24,15 +24,16 @@ consists of the following fixed set of utilities: * netsniff-ng: a zero-copy packet analyzer, pcap capturing/replaying tool * trafgen: a multithreaded low-level zero-copy network packet generator - * mausezahn: high-level packet generator for HW/SW appliances with Cisco-CLI [*] + * mausezahn [*]: high-level packet generator for appliances with Cisco-CLI * ifpps: a top-like kernel networking and system statistics tool - * curvetun: a lightweight curve25519-based multiuser IP tunnel [*] + * curvetun [*]: a lightweight curve25519-based multiuser IP tunnel * astraceroute: an autonomous system trace route and DPI testing utility * flowtop: a top-like netfilter connection tracking tool - * bpfc: a [seccomp-]BPF (Berkeley packet filter) compiler, BPF-JIT disassembler + * bpfc: a [seccomp-]BPF (Berkeley packet filter) compiler, JIT disassembler -Note that tools marked with [*] should be considered as experimental for now -and still need more work to be fully in line with the others. +Note that tools marked with [*] should be considered as experimental for now, +and not used in production environments as they still need more work to be +fully stable and in line with others. You have been warned! Each release can be verified with Git and GPG, here are the steps to do so: |