- 578 名前:login:Penguin [2008/07/13(日) 16:32:09 ID:KrnMSNSr]
- >>577
これがでんじゃね? 6+6+2 で14バイト struct ether_header { u_int8_t ether_dhost[ETH_ALEN]; /* destination eth addr */ u_int8_t ether_shost[ETH_ALEN]; /* source ether addr */ u_int16_t ether_type; /* packet type ID field */ } __attribute__ ((__packed__));
|

|