LoginSignup
7
5

More than 5 years have passed since last update.

Raspberry Pi に Wiresharkをインストールする

Last updated at Posted at 2017-05-05

以下の手順でインストールできます。

$ sudo apt-get install wireshark
$ sudo groupadd wireshark
$ sudo usermod -a -G wireshark pi
$ sudo chgrp wireshark /usr/bin/dumpcap
$ sudo chmod 750 /usr/bin/dumpcap
$ sudo raspi-config
$ sudo setcap cap_net_raw.cap_net_admin=eip /usr/bin/dumpcap
$ sudo chmod 4711 'which dumpcap'
$ sudo chmod 4711 /usr/bin/dumpcap
7
5
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
7
5