TCP-UDP Display Filters Flashcards
1
Q
TCP Ports
A
tcp.port == x
2
Q
UDP Ports
A
udp.port == x
3
Q
TCP ACK RTT
A
tcp.analysis.ack_rtt > 1
4
Q
TCP Length: > x < y
A
tcp.len > x && tcp.len < y
5
Q
TCP Acknowledgement
A
tcp.ack
6
Q
SEQ/ACK analysis
A
tcp.analysis
7
Q
ACKed segment that wasn't captured (common at capture start)
A
tcp.analysis.ack_lost_segment
8
Q
TCP window specified by the receiver is now completely full
A
tcp.analysis.window_full
9
Q
TCP window update
A
tcp.analysis.window_update
10
Q
TCP Zero Window segment
A
tcp.analysis.zero_window
11
Q
TCP Connection reset (RST)
A
tcp.connection.rst
12
Q
Connection establish acknowledge (SYN+ACK)
A
tcp.connection.sack
13
Q
Connection establish request (SYN)
A
tcp.connection.syn
14
Q
TCP Flags Syn Reset Push Fin
A
tcp. flags.syn
tcp. flags.reset
tcp. flags.push
tcp. flags.fin