Updated TLV encoder, fixing typo

Author Mitja Felicijan <mitja.felicijan@gmail.com> 2024-09-19 06:33:27 +0200
Committer Mitja Felicijan <mitja.felicijan@gmail.com> 2024-09-19 06:33:27 +0200
Commit b8aab3d18f4e524580eac5101455050bed5cfb51 (patch)
-rw-r--r-- zig-tlv-encoding/main.zig 2
1 files changed, 1 insertions, 1 deletions
diff --git a/zig-tlv-encoding/main.zig b/zig-tlv-encoding/main.zig
...
2
// Real world example: https://www.rfc-editor.org/rfc/rfc8609
2
// Real world example: https://www.rfc-editor.org/rfc/rfc8609
3
// Cool article: https://www.huy.rocks/everyday/12-11-2022-zig-using-zig-for-advent-of-code
3
// Cool article: https://www.huy.rocks/everyday/12-11-2022-zig-using-zig-for-advent-of-code
4
  
4
  
5
// Dummy TLV spec for encoding Linux devicei information
5
// Dummy TLV spec for encoding Linux device information
6
//
6
//
7
// Packet specification
7
// Packet specification
8
//   1byte    ... Tag
8
//   1byte    ... Tag
...