Add info for how to work on a PCAP file

M. Mert Yıldıran 2021-11-20 04:19:01 +03:00
parent 80cee17795
commit fbf83ba9fd

@ -192,6 +192,8 @@ kill -9 $PID1 && \
kill -9 $PID2
```
> Replace `-i any \` line with `-r http.cap \` for working on a [PCAP](https://en.wikipedia.org/wiki/Pcap) file. (e.g. [http.cap](https://wiki.wireshark.org/SampleCaptures?action=AttachFile&do=get&target=http.cap))
Make it executable `chmod +x dev.sh` and run `./dev.sh`
It will ask your sudo password for enabling the permission of sniffing the network.