2019-02-01 15:34:33 +01:00
|
|
|
# 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
|
2019-02-01 15:40:52 +01:00
|
|
|
apt-get install libwsutil-dev
|
2019-02-01 15:34:33 +01:00
|
|
|
make
|
|
|
|
```
|
|
|
|
|
|
|
|
# How to use
|
|
|
|
|
|
|
|
``` shell
|
|
|
|
./pibs -r pcapfile.cap -b
|
|
|
|
```
|
|
|
|
|
|
|
|
|