Help for this page
use constant FIN => 0x01; use constant SYN => 0x02; use constant RST => 0x04; ... use constant URG => 0x20; use constant ECE => 0x40; use constant CWR => 0x80;
#!/usr/bin/perl use strict; use warnings; ... TCPRST: 0 TCPSYN: 1 TCPFIN: 1