In Wireshark display filters, what does ip.src==192.168.1.2 select?

Study for the Wireshark Block 5 Exam. Prepare with flashcards and multiple choice questions, each offering hints and explanations. Ace your exam with the best resources!

Multiple Choice

In Wireshark display filters, what does ip.src==192.168.1.2 select?

Explanation:
In Wireshark display filters, ip.src refers to the IPv4 source address field. The expression ip.src==192.168.1.2 uses the equality operator to pick packets whose source address is exactly 192.168.1.2. That means only traffic originating from that host will be shown. It does not target the destination address (that would be ip.dst), and it does not cover an entire subnet (that would use a subnet like 192.168.1.0/24, e.g., ip.src==192.168.1.0/24 or ip.addr==192.168.1.0/24 for either side). For example, a packet from 192.168.1.2 to any destination matches, while a packet from 192.168.1.3 to 192.168.1.2 does not.

In Wireshark display filters, ip.src refers to the IPv4 source address field. The expression ip.src==192.168.1.2 uses the equality operator to pick packets whose source address is exactly 192.168.1.2. That means only traffic originating from that host will be shown. It does not target the destination address (that would be ip.dst), and it does not cover an entire subnet (that would use a subnet like 192.168.1.0/24, e.g., ip.src==192.168.1.0/24 or ip.addr==192.168.1.0/24 for either side). For example, a packet from 192.168.1.2 to any destination matches, while a packet from 192.168.1.3 to 192.168.1.2 does not.

Subscribe

Get the latest from Passetra

You can unsubscribe at any time. Read our privacy policy