LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   What does the flags[DF] in the output of tcpdump stand for... (https://www.linuxquestions.org/questions/linux-newbie-8/what-does-the-flags%5Bdf%5D-in-the-output-of-tcpdump-stand-for-874158/)

trist007 04-10-2011 03:00 PM

What does the flags[DF] in the output of tcpdump stand for...
 
Here's the output of tcpdump
Code:

21:29:38.028294 IP (tos 0x0, ttl 64, id 0, offset 0, flags [DF], proto ICMP (1), length 84)
I understand that flags are for the 6 tcp control bits. So I could assume that 'F' is for fin? What does the 'D' stand for? Or does it stand for fin? It doesn't make sense this is the first packet out when pinging a domain.

trist007 04-10-2011 03:02 PM

Oh wait that's an IP packet not a TCP packet, ah ok. Those flags specify fragmentation. DF for Don't fragment. My mistake I was thinking TCP.


All times are GMT -5. The time now is 03:59 AM.