Wireshark
Installation 🔗
sudo apt install wireshark
Filters 🔗
Source: https://www.alphr.com/wireshark-filter-by-ip/
- Source IP
ip.src == [IP address]
- Destination IP
ip.dst == [IP address]
sudo apt install wireshark
Source: https://www.alphr.com/wireshark-filter-by-ip/
ip.src == [IP address]
ip.dst == [IP address]