1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

Unknown Ethertype output as 2 Byte Hex

This commit is contained in:
mlenders 2011-07-27 19:42:59 +02:00
parent c884742cea
commit be73807c7b

View File

@ -33,7 +33,7 @@ void demultiplex(border_packet_t *packet, int len) {
break;
}
default:
printf("ERROR: Unknown ethertype %02x\n", l3_header_buf->ethertype);
printf("ERROR: Unknown ethertype 0x%04x\n", l3_header_buf->ethertype);
break;
}
break;