Wireshark: Difference between revisions

From Omnia
Jump to navigation Jump to search
(Created page with "Targeted Traffic: (Filters traffic sent to the target) ip.dst == [Target-IP] Traffic To and From: (Shows both incoming and outgoing traffic for the device) ip.addr == [Target-IP] Traffic Originating From: (Shows traffic sent from the device) ip.src == [Target-IP]")
 
No edit summary
 
Line 1: Line 1:
Targeted Traffic: (Filters traffic sent to the target)
== Capture by IP ==
ip.dst == [Target-IP]


Traffic To and From: (Shows both incoming and outgoing traffic for the device)
Traffic To and From: (Shows both incoming and outgoing traffic for the device)
  ip.addr == [Target-IP]
  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)
Traffic Originating From: (Shows traffic sent from the device)
  ip.src == [Target-IP]
  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 ==

Latest revision as of 19:57, 20 July 2026

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