📝 Made notes on installing/config wireshark
This commit is contained in:
parent
3fa72876fc
commit
ca26a1d62a
1 changed files with 10 additions and 0 deletions
10
updates.txt
10
updates.txt
|
|
@ -628,3 +628,13 @@ doas touch down
|
|||
10/13/2024
|
||||
Remove rustdesk-bin:
|
||||
paru -Rs rustdesk-bin
|
||||
|
||||
10/26/2024
|
||||
Install and test use wireshark
|
||||
doas pacman -S wireshark-qt
|
||||
doas groupadd wireshark
|
||||
doas usermod -aG wireshark "$USER"
|
||||
doas chgrp wireshark /usr/bin/dumpcap
|
||||
doas setcap cap_net_raw,cap_net_admin=ep /usr/bin/dumpcap
|
||||
To monitor wlan0(wifi) traffic:
|
||||
wireshark -i wlan0 -k
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue