::
ethernet::
icmp::
Struct
IcmpHeader
pub struct IcmpHeader {
type:
uint
<8>,
code:
uint
<8>,
checksum:
uint
<16>,
rest: [
uint
<8>; 4],
}