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:
parent
c884742cea
commit
be73807c7b
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user