From 0ec7c5235f52e5e38277d0741c8731185cbd6fff Mon Sep 17 00:00:00 2001 From: Gerard Wagener Date: Mon, 11 Feb 2019 16:38:30 +0100 Subject: [PATCH] chg: [pibs] updated readme --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 29cf9d9..7683be8 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,14 @@ make ``` shell ./pibs -r pcapfile.cap -b + +./pibs -u e344c4fb-442e-45a6-92b9-d8e30aeef448 -z 127.0.0.1 -p 6379 + +Consumes the files from the worker queue and write potential backscatter on +standard output. The worker queue should include absolute filenames. +In the example the redis server server is listening on port 6379 on the interface 127.0.0.1. +The string e344c4fb-442e-45a6-92b9-d8e30aeef448 is the uuid that must be inline with the +worker. ```