Wireshark

https://qiita.com/kasama123/items/aa3c6ffd0cff1d951888


# リポジトリ追加
add-apt-repository ppa:wireshark-dev/stable
apt update
# wiresharkインストール
apt install wireshark

#権限設定
usermod -aG wireshark testuser

再ログイン

(9)

apt-get install wireshark
usermod -aG wireshark testuser

再ログイン

 

 

(7)
yum install wireshark-gnome

(2012R2)

https://www.vwnet.jp/Windows/WS16/2017013001/PacketCapture.htm

--キャプチャー開始

netsh trace start capture=yes

--キャプチャー終了

netsh trace stop

--Microsoft Network Monitorで確認

--cap保存後Wiresharkで確認