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.
|
---
|
|
protocol:
|
|
name: udp
|
|
longname: 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 |