Wireshark Activity
Activity 1 - Capture Network Traffic
CMD Task
Display Filter
ip.addr == 8.8.8.8
Observe that the Packet List Pane is now filtered so that only traffic to (destination) or from (source) IP address 8.8.8.8 is displayed.
Activity 2 - Capture Local IPv4 Traffic
Display Filter
icmp
Observe that the Packet List Pane is now filtered so that only traffic to (destination) or from (source) IP address 8.8.8.8 is displayed.
Last updated