0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Ubuntu16.04でWiresharkを使う方法

0
Posted at

Wiresharkインストールする途中にroot以外でもキャプチャ可能にするのチェックボックスがあるがチェックを入れてもキャプチャできない。
そのため、権限関係の設定が必要である。

# リポジトリ追加
sudo add-apt-repository ppa:wireshark-dev/stable
sudo apt update
# wiresharkインストール
sudo apt install wireshark
# 権限関係の設定
sudo gpasswd -a username wireshark
newgrp wireshark
0
0
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
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?