This repository has been archived on 2020-12-30. You can view files and clone it, but cannot push or open issues or pull requests.
NetworkProtocolDictionary/protocols/osi3/icmpv4.yml

20 lines
347 B
YAML
Raw Normal View History

# ICMPv4 protocol
2015-02-24 20:41:33 +01:00
---
protocol: &icmpv4
name: icmpv4
2015-02-24 20:41:33 +01:00
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
data: true
optional: true