Packetreaders mix#1
Conversation
These are generally accurate but there is room for some misstakes on which exact types are being read. Also not completely confident on the namespace. The naming is not official and follows some patterns: ReadOptional_ have a behavior of reading 1 byte and something else if the byte was not 0. ReadArray_ use a common pattern with a do while loop reading 1 byte, that many of something, and then repeating if the original byte was 255 to allow for more entries. There are some funcs reading array without this behavior and those should not use the same prefix to avoid confusion.
|
Have made a pass to eliminate duplicates and a few names that still had unsupported characters in them. |
|
The changes all look good now and will be merging them in. For the The allowed character list and duplicate name handling (of appending incrementing numbers) will be added to the ReadMe.d as well. |


This primarily adds suggestions for the functions used when unpacking network messages. I have put them all at Suggested level as I'm not yet that confident in which namespaces/class they belong to. I have provided some categorization based on my assumptions. I also noted some lua and APT related funcs, but confidence is much lower there.