mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-08-27 21:02:09 +00:00
Add info for how to work on a PCAP file
parent
80cee17795
commit
fbf83ba9fd
@ -192,6 +192,8 @@ kill -9 $PID1 && \
|
|||||||
kill -9 $PID2
|
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`
|
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.
|
It will ask your sudo password for enabling the permission of sniffing the network.
|
||||||
|
Loading…
Reference in New Issue
Block a user