Skip to content

Instantly share code, notes, and snippets.

@sealmove

sealmove/TLV.yml Secret

Created November 2, 2020 13:15
Show Gist options
  • Save sealmove/080f54337a92d24e5ab6c8d61ffe8ecf to your computer and use it in GitHub Desktop.
Save sealmove/080f54337a92d24e5ab6c8d61ffe8ecf to your computer and use it in GitHub Desktop.
seq:
- id: rec_type
type: u1
- id: len
type: u4
- id: body
size: len
type:
switch-on: rec_type
cases:
1: rec_type_1
2: rec_type_2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment