インストールするだけです・・・
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
うまくいきました。
参考