PDA

Click to See Complete Forum and Search --> : Packet flags - What is: URG, ACK, PSH, RST, SYN, FIN


Yoosha
Aug 16th, 2007, 09:46 AM
Hi,
What is this flags(In packet): URG, ACK, PSH, RST, SYN, FIN?
Very thanks. :)

The_Duck
Aug 16th, 2007, 10:17 AM
My memory let me down on some of these so I googled this for you :)

# CWR ECE URG ACK PSH RST SYN FIN
# CWR - Congestion Window Reduced
# ECE - Explicit Congestion Notification echo
# URG - Urgent
# ACK - Acknowledgement
# PSH - Push
# RST - Reset
# SYN - Synchronize
# FIN - Finished

ref: http://search.cpan.org/src/PAULV/POE-Filter-Log-IPTables-0.02/IPTables.pm

Yoosha
Aug 16th, 2007, 12:21 PM
Very thanks The_Duck :).