# wireshark sniff packets (frames) in a GUI. # Protoocl dns or icmp or http... `icmp.type == 8` echo requests # IP address `ip.addr==10.10.10.10` # Frame number `frame.number>15 and frame.number<92`