\r
if (!(MAC_COMPARE(&FrameHeader->Destination, &ServerMACAddress)) &&\r
!(MAC_COMPARE(&FrameHeader->Destination, &BroadcastMACAddress)))\r
\r
if (!(MAC_COMPARE(&FrameHeader->Destination, &ServerMACAddress)) &&\r
!(MAC_COMPARE(&FrameHeader->Destination, &BroadcastMACAddress)))\r
FrameHeader->Destination.Octets[4],\r
FrameHeader->Destination.Octets[5]);\r
\r
FrameHeader->Destination.Octets[4],\r
FrameHeader->Destination.Octets[5]);\r
\r
printf_P(PSTR(" + Protocol: 0x%04x\r\n"), SwapEndian_16(FrameHeader->EtherType));\r
else\r
printf_P(PSTR(" + Protocol: UNKNOWN E1\r\n"));\r
printf_P(PSTR(" + Protocol: 0x%04x\r\n"), SwapEndian_16(FrameHeader->EtherType));\r
else\r
printf_P(PSTR(" + Protocol: UNKNOWN E1\r\n"));\r