Help for this page

Select Code to Download


  1. or download this
    23:02:57.121780 receiveServer.yourDomain.com.ssh > targetServer.yourDo
    +main.com.1060: P 2193476388:2193476432(44) ack 3461777800 win 16060 (
    +DF) [tos 0x10]
    23:02:57.121937 targetServer.yourDomain.com.1060 > receiveServer.yourD
    +omain.com.ssh: . ack 44 win 16328 (DF)
    ...
    23:02:57.126299 receiveServer.yourDomain.com.2113 > dns.yourDomain.com
    +.domain: 56469+ (41)
    23:02:57.126818 dns.yourDomain.com.domain > receiveServer.yourDomain.c
    +om.2113: 56469* 1/4/4 (209)
    23:02:57.127455 receiveServer.yourDomain.com.ssh > targetServer.yourDo
    +main.com.1060: P 336:628(292) ack 1 win 16060 (DF) [tos 0x10]
    
  2. or download this
                              123456789          2         3         4    
    +     5         6     
    % cat data.output | perl -ne'undef$/;/.{6}(.{9}).*[\d|:]{6}([\d|\.]{9}
    +)(?!\n)/s,print$2-$1'
    
  3. or download this
                              123456789          2         3         4    
    +     5         6     
    % cat data.output | perl -n0e'/.{6}(.{9}).*[\d|:]{6}([\d|\.]{9})(?!\n)
    +/s,print$2-$1.'