Does anyone have or know where to get a complete list of IP flags and their relationships? (In the log/email entry below it's the f= value). Also, the I= values... ACK...
# define TH_FIN 0x01
# define TH_SYN 0x02
# define TH_RST 0x04
# define TH_PUSH 0x08
# define TH_ACK 0x10
# define TH_URG 0x20
as far as the relationships are concerned, i'd recommend Richard Stevens TCP/IP book (not the code ones).
