Wireshark

From Omnia
Revision as of 19:57, 20 July 2026 by Kenneth (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Capture by IP

Traffic To and From: (Shows both incoming and outgoing traffic for the device)

ip.addr == [Target-IP]

Targeted Traffic: (Filters traffic sent to the target)

ip.dst == [Target-IP]

Traffic Originating From: (Shows traffic sent from the device)

ip.src == [Target-IP]

Install

Install Wireshark

winget install -e --id WiresharkFoundation.Wireshark --source winget

Must install npcap capture device:

https://npcap.com/#download

keywords