Tcpdump cheatsheet: Difference between revisions

From Skytech
Jump to navigation Jump to search
(Created page with "Category: Linux = tcpdump cheatsheet = <pre> TCPDUMP FLAGS Unskilled = URG = (Not Displayed in Flag Field, Displayed elsewhere) Attackers = A...")
 
(No difference)

Latest revision as of 07:22, 20 August 2020


tcpdump cheatsheet

                     TCPDUMP FLAGS
Unskilled =  URG  =  (Not Displayed in Flag Field, Displayed elsewhere) 
Attackers =  ACK  =  (Not Displayed in Flag Field, Displayed elsewhere)
Pester    =  PSH  =  [P] (Push Data)
Real      =  RST  =  [R] (Reset Connection)
Security  =  SYN  =  [S] (Start Connection)
Folks     =  FIN  =  [F] (Finish Connection)
          SYN-ACK =  [S.] (SynAcK Packet)
                     [.] (No Flag Set)