|
What do the th_flags parameters stand for in "TCP packet out of state" messages?
The number next to th_flags refers to the value of the TCP code bits field inside the TCP header of the out of state packet. The field is a 6 bit mask that allows interpretation of the fields in the header, the bits can be combined to find the value: FIN 0x01 For Example, 10 - ACK
20TH JAN 2003 JIM PARKER |