Eric Gamess
2003-10-28 19:08:05 UTC
Hello,
I am monitoring ARP request and ARP reply frames with tcpdump.
tcpdump -n -x -e arp
When I have a ARP request, tcpdump say that the frame size in 60 bytes.
It is OK for me:
6 -> MAC destination address
6 -> MAC source address
2 -> Frame type (0x0806)
28 -> ARP request
18 -> Padding
---------------
60 -> Total bytes
When I have a ARP reply, tcpdump say that the frame size in 42 bytes?????
From what is understand, Ethernet frame should be at least 60 bytes long.
So, what happen with the 18 padding bytes?
Another question: Is there a way to see the CRC (the last 4 bytes)
of the Ethernet frame using tcpdump?
Thank you very much for your help.
Eric.
I am monitoring ARP request and ARP reply frames with tcpdump.
tcpdump -n -x -e arp
When I have a ARP request, tcpdump say that the frame size in 60 bytes.
It is OK for me:
6 -> MAC destination address
6 -> MAC source address
2 -> Frame type (0x0806)
28 -> ARP request
18 -> Padding
---------------
60 -> Total bytes
When I have a ARP reply, tcpdump say that the frame size in 42 bytes?????
From what is understand, Ethernet frame should be at least 60 bytes long.
So, what happen with the 18 padding bytes?
Another question: Is there a way to see the CRC (the last 4 bytes)
of the Ethernet frame using tcpdump?
Thank you very much for your help.
Eric.