in reply to Re: NetPacket::TCP output
in thread NetPacket::TCP output

It appears to be as follows.
1 = FIN 2 = SYN 4 = RST 8 = PSH 16 = ACK 32 = URG
What ever number is returned from the $tcp->{'flags'} represents what packet set was seen. Ex: SYN ACK = 2 + 16 resulting in 18.