protocol_type
uint16 protocol_type;
if (ntohs(header.protocol_type) != ETHER_TYPE_IP
header.protocol_type = htons(ETHER_TYPE_IP);
protocol_type inboundType;