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.
2015-01-04 12:59:35 +01:00
|
|
|
---
|
|
|
|
protocol:
|
|
|
|
name: udp
|
2015-01-04 22:34:34 +01:00
|
|
|
longname: udp
|
2015-01-04 12:59:35 +01:00
|
|
|
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
|