Progress
- Socket dumper
- Packet dumper
- Adds typings (via getting the value from the fields property of any proto object, and taking the types from the 1st arg in
proto3.util.newFieldList, implemented but I need to make it pull the needed classes from the file if it isn't included in the file) - Remove stupid
Object.createwrapper and replace its usages with the proper assignment & etc
(whatever else that needs to be added will be added later)
- Adds typings (via getting the value from the fields property of any proto object, and taking the types from the 1st arg in
# Progress
- [ ] Socket dumper
- [ ] Packet dumper
- [ ] Adds typings (via getting the value from the fields property of any proto object, and taking the types from the 1st arg in `proto3.util.newFieldList`, implemented but I need to make it pull the needed classes from the file if it isn't included in the file)
- [ ] Remove stupid `Object.create` wrapper and replace its usages with the proper assignment & etc
(whatever else that needs to be added will be added later)