PROGRAMING
Wireshark๊ฐ ์๋ ๋...
์๋น์ด
2020. 10. 12. 20:34

์์ด์ด์คํฌ์ ๋ค์ด๊ฐ๋, ์ด๋ฐ ํ๋ฉด์ด ๋ด๋ค.
The capture session could not be initiated on interface 'enc33' (You don't have permission to capture on that device).
์ฌ๊ธฐ์ ์๋ด๋์ด ์๋๋๋ก ํฐ๋ฏธ๋์ ์๋์ ๊ฐ์ด ์ ๋ ฅํ๋ค.
Sudo dpkg-reconfigure wireshark-common
-> [YES] ์ ํํ๊ธฐ
Sudo usermod โa โG wireshark {your username}
์ด๋ ๊ฒ ํ๊ณ ์๋๋ ์ด๋ฒ์๋ Couldn't run /usr/bin/dumpcap in child process:Permission denied๋ผ๋ ์ฐฝ์ด ๋ฌ๋ค.

๋ค์ ํฐ๋ฏธ๋๋ก ๊ฐ์ ๋ค์๊ณผ ๊ฐ์ด ์ ๋ ฅํ๋ค.
sudo chmod +x /usr/bin/dumpcap
์ด๋ ๊ฒ ํ๋ฉด ๋ฌธ์ ์์ด ์๋ํ๋ค๐