From bf6a70e147f176d1614790f80582f27fbccfb6c0 Mon Sep 17 00:00:00 2001 From: Gerard Wagener Date: Fri, 1 Feb 2019 15:34:33 +0100 Subject: [PATCH] Updated readme --- README.md | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 31f51e5..d8ac886 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,22 @@ -# analyzer-d4-pibs -Passive Identification of BackScatter +# Passive Identification of BackScatter +Read a pcap file and display potential backscatter traffic on standard output + +This is very early stage and subject to change. + + +# Install dependencies + +As there were some changes in libwiretap, at least the version 2.6.3-1 is needed. +``` shell +apt-get install libwiretap-dev +apt-get install libhiredis-dev +make +``` + +# How to use + +``` shell +./pibs -r pcapfile.cap -b +``` + +