Hi: I defined the following structure:
struct ethernet_hdr { char destination[6]; char source[6]; unsigned short protocol; };