Help for this page

Select Code to Download


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