More than 3 years have passed since last update.
インストールするだけです・・・
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
うまくいきました。
参考
Register as a new user and use Qiita more conveniently
- You get articles that match your needs
- You can efficiently read back useful information
- You can use dark theme
