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?
A.
ip.equals 192.168.0.1 and syn.equals on
B.
ip.addr==192.168.0.1 and tcp.flags.syn
C.
ip.addr = 192.168.0.1 and syn = 1
D.
ip == 192.168.0.1 and tcp.syn
I choose