LoginSignup
1
0

More than 1 year has passed since last update.

m1macにWiresharkをインストール

Posted at

インストールするだけです・・・

homebrewでインストール

brew install wireshark

早速使ってみよう

tshark

エラー発生

tshark: The capture session could not be initiated on capture device "en0" (You don't have permission to capture on that device).
Please check to make sure you have sufficient permissions.

そういえばさっきインストールした時になんかメッセージ出てた

If your list of available capture interfaces is empty
(default macOS behavior), install ChmodBPF:

ChmodBPFをインストール

brew install --cask wireshark-chmodbpf

今度こそ使ってみよう

tshark

うまくいきました。


参考

1
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
1
0