<br><font size=3 face="Courier New">Hi, I am a newbie with RTEMS and I need help.</font>
<br>
<br>
<br><font size=3 face="Courier New">I am porting RTEMS to a board from quicklogic. I'm testing the network with the </font><font size=3 face="Times New Roman">netdemos-4.5.0/netdemo and I find out (printing the mbuffer) that the initial ARP packet that is sent is incorrect. </font>
<br><font size=3 face="Times New Roman">Below I send the capture packet that is exactly like the mbuffer:</font>
<br>
<br>
<br><font size=3 face="Times New Roman">Frame 1 (60 on wire, 60 captured)</font>
<br><font size=3 face="Times New Roman">    Packet Length: 60 bytes</font>
<br><font size=3 face="Times New Roman">    Capture Length: 60 bytes</font>
<br><font size=3 face="Times New Roman">Ethernet II</font>
<br><font size=3 face="Times New Roman">    Destination: ff:ff:ff:ff:ff:ff (ff:ff:ff:ff:ff:ff)</font>
<br><font size=3 face="Times New Roman">    Source: 31:32:33:34:35:36 (31:32:33:34:35:36)</font>
<br><font size=3 face="Times New Roman">    Type: ARP (0x0806)</font>
<br><font size=3 face="Times New Roman">    Trailer: 0000C1888F010000000004D200090328...</font>
<br><font size=3 face="Times New Roman">Address Resolution Protocol (opcode 0x0604)</font>
<br><font size=3 face="Times New Roman">    Hardware type:  (0x0000)                                 <- HERE short</font>
<br><font size=3 face="Times New Roman">    Protocol type: Unknown (0x0001)</font>
<br><font size=3 face="Times New Roman">    Hardware size: 8</font>
<br><font size=3 face="Times New Roman">    Protocol size: 0</font>
<br><font size=3 face="Times New Roman">    Opcode: Unknown (0x0604)</font>
<br><font size=3 face="Times New Roman">    Sender hardware address: 0001313233343536</font>
<br><font size=3 face="Times New Roman">    Target hardware address: C1888F0100000000 </font><font size=3 face="Courier New"> </font>
<br>
<br>
<br><font size=3 face="Times New Roman">The "HERE short" isn't supposed to be there. From there the codes are correct but moved 2 bytes.</font>
<br>
<br><font size=3 face="Times New Roman">I look at the procedure to send out ARP Requests but I could see what is wrong.</font>
<br><font size=3 face="Times New Roman">Please help me.</font>
<br>
<br><font size=3 face="Times New Roman">Thanks in advance,</font>
<br><font size=3 face="Times New Roman">Mário Vieira </font>
<br>