发布时间:2016-08-23 10:27:58
************************eth的结构**************************************struct ethhdr {unsigned char h_dest[ETH_ALEN];unsigned char h_source[ETH_ALEN];__be16 h_proto;} __attribute__((packed));struct ether_header{u_int8_t ether_dhost[ETH_ALEN]; &nb.........【阅读全文】