X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/585ac3db0663f474fd3417ea91953b58022cc9d9..a890c4489fa1bcee9f455ee28d772bb1ccf590bf:/ether.h diff --git a/ether.h b/ether.h index cd407db2..58b92de5 100644 --- a/ether.h +++ b/ether.h @@ -44,9 +44,9 @@ * Structure of a DEC/Intel/Xerox or 802.3 Ethernet header. */ struct ether_header { - u_int8_t ether_dhost[ETHER_ADDR_LEN]; - u_int8_t ether_shost[ETHER_ADDR_LEN]; - u_int16_t ether_type; + uint8_t ether_dhost[ETHER_ADDR_LEN]; + uint8_t ether_shost[ETHER_ADDR_LEN]; + uint16_t ether_type; }; /*