From fbf83ba9fd07c0a1a0e411825115baf560efcb06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=2E=20Mert=20Y=C4=B1ld=C4=B1ran?= Date: Sat, 20 Nov 2021 04:19:01 +0300 Subject: [PATCH] Add info for how to work on a PCAP file --- Development-Workflows.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Development-Workflows.md b/Development-Workflows.md index 60e2dc9..d77a921 100644 --- a/Development-Workflows.md +++ b/Development-Workflows.md @@ -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.