prepare
$ sudo apt update
$ sudo apt full-upgrade (if necessary)
install and configure
$ sudo apt install wireshark
$ sudo usermod -aG wireshark "username"
($ sudo usermod -aG wireshark $(whoami)
check version
$ wireshark --version
launch (need GUI)
$ sudo wireshark (it will open GUI)
(or desktop GUI application)
choose network adaptor
-> start capture
-> stop capture
look into the captured packet
-> sort data by clicking column header (ex, protocol)