From 752228dd7d53ac34b05db0d7a203dbce40b345e2 Mon Sep 17 00:00:00 2001 From: Gerard Wagener Date: Fri, 5 Apr 2019 21:42:14 +0200 Subject: [PATCH] chg: [pibs] Documented -s command line switch --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 8e53239..a4b57c2 100644 --- a/README.md +++ b/README.md @@ -36,4 +36,7 @@ Read the file source.cap.gz, identify potential backscatter and store it in the file backscatter.cap to be further analysed with other tools such as wireshark ``` +pibs -r pcapfile.cap -s +Read the file source.cap, identify potential backscatter and display the +usage of the used internal hash table. Feature for debugging purpose.