Wireshark destination ip address filter
This tutorial shows the filter to capture and display destination ip address using wireshark. The filter is ip.dst
The screenshot below shows a capture where the filter is applied in a capture file. All packets with the destination ip address 192.168.1.6 needs to be displayed. For the the filter ip.dst–192.168.1.6 is used.
ip.dst refers to the destination ip address value in the IP header of the packet. The destination ip address value which is 192.168.1.6 is matched and displayed.
——————————————————————————————————————-
Learn and implement the different wireshark filters used by network administrators in our Ebook Wireshark tutorials for Network administrators – Click here to check details on Amazon
Check out our course Python Scapy Network Programming and Automation Course on Udemy
The course will teach you how to use Python with scapy to create custom network tools and scripts for various purposes like network testing, protocol testing, automation and more. The course explains with source code and examples of different types of network scripts and tools.