lwip-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [lwip-users] Size of ARP Response too much 1534 bytes, packet contai


From: Bastien Allibert
Subject: Re: [lwip-users] Size of ARP Response too much 1534 bytes, packet contains lots of 0xA5 values
Date: Fri, 25 Oct 2013 15:11:01 +0200

Ishmeet,
As you stated, your ARP request is 64 bytes, which is OK. I guess it has been padded by your ethernet HW. But 2 things :
  - ARP reponse comes from the other end of the link, that is, it may not be padded (possibly).
  - ARP reponse is supposed to be 28 bytes : http://fr.wikipedia.org/wiki/Address_Resolution_Protocol

So if your reponse is 1534 bytes, i agree with Krzysztof, maybe you've got an issue with your stack...

rgds
Bastien


2013/10/25 Yafei Yan <address@hidden>
ARP Response too much 1534 bytes(over than MTU 1500byte??) Does the IP reassembly and IP fragment turn on? Maybe you can capture the packets by wireshark.


2013/10/25 Ishmeet <address@hidden>
Size of ARP Response too much 1534 bytes, packet contains lots of 0xA5
values.
ARP Request is 64 bytes which is ok.
Has any one faced this before



--
View this message in context: http://lwip.100.n7.nabble.com/Size-of-ARP-Response-too-much-1534-bytes-packet-contains-lots-of-0xA5-values-tp21988.html
Sent from the lwip-users mailing list archive at Nabble.com.

_______________________________________________
lwip-users mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/lwip-users


_______________________________________________
lwip-users mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/lwip-users


reply via email to

[Prev in Thread] Current Thread [Next in Thread]