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/osi4/udp.yml

17 lines
305 B
YAML

---
protocol:
name: udp
shortname: udp
osilayer: 4
fields:
- field: srcport
desc: source port
length: 2
- field: dstport
desc: destination port
length: 2
- field: length
desc: length of header and data
length: 2
- field: checksum
length: 2