Which of the following display filters will you enable in Ethereal to view the three-way handshake for a connection from host 192.168.0.1?
ip == 192.168.0.1 and tcp.syn
ip.addr = 192.168.0.1 and syn = 1
ip.addr==192.168.0.1 and tcp.flags.syn
ip.equals 192.168.0.1 and syn.equals on
Submit