``` layer2.c:185:18: error: invalid application of 'sizeof' to an incomplete type 'struct ethhdr' *offsetnext = sizeof(struct ethhdr); ^ ~~~~~~~~~~~~~~~ layer2.c:175:9: note: forward declaration of 'struct ethhdr' ```