17 lines
305 B
YAML
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
|