Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

capture network traffic using wireshark without sudo

sudo apt-get install wireshark
sudo apt-get install pcaputils
sudo dpkg-reconfigure wireshark-common
sudo groupadd wireshark
sudo usermod -a -G wireshark daniel
newgrp wireshark
wireshark &