ICMPv4 basic structure

This commit is contained in:
Marcel 2015-02-24 20:41:33 +01:00
parent bf442f5411
commit 7d80804a04
1 changed files with 18 additions and 0 deletions

18
protocols/osi3/icmp.yml Normal file
View File

@ -0,0 +1,18 @@
# ICMP protocol
---
protocol: &icmp
name: icmp
longname: Internet Control Message Protocol
osilayer: 3
fields:
- field: type
length: 1
- field: code
length: 1
- field: checksum
length: 2
- field: roh
desc: rest of header
length: 4
- field: data
optional: true