1
1
mirror of https://github.com/wader/fq.git synced 2024-09-19 15:57:29 +03:00
Commit Graph

11 Commits

Author SHA1 Message Date
Mattias Wadman
86f28b6c21 pyrdp: Move pdu types into pdu package and some cleeanup 2024-06-16 22:42:28 +02:00
Mattias Wadman
36d5cd47ec pyrdp: Simplify always true condition 2024-06-16 22:42:28 +02:00
Mattias Wadman
c59e7cc38e pyrdp: Less symbol stuttering 2024-06-16 22:42:28 +02:00
Mattias Wadman
a6b24688d7 pyrdp: camelCase vars and lowercase number literals 2024-06-16 22:42:28 +02:00
Mattias Wadman
67bf55ef3d pyrdp: Use field description for formatted timestamp
Same as other formats that use timestamps and makes it easier to use them in query,
number instead of a formatted string. Can still use todescription/0 to get
formatted timestamp.
2024-06-16 22:42:28 +02:00
Mattias Wadman
6ae10da44b pyrdp: Add doc and move init func to top 2024-06-16 22:42:28 +02:00
Olivier Bilodeau
dab2c6ee7d Resolved all linter errors 2024-06-16 22:42:28 +02:00
Olivier Bilodeau
051493dee2 refactor: package name aligned with directory name 2024-06-16 22:42:28 +02:00
Olivier Bilodeau
3904c45495 refactoring: UintMap to UintMapSymStr 2024-06-16 22:42:28 +02:00
Olivier Bilodeau
392fabefdf Clarified MIT license usage alongside copyright info 2024-06-16 22:42:28 +02:00
Olivier Bilodeau
5d35eb6a43 Sending PyRDP parser upstream
For project history see: https://github.com/GoSecure/fq-pyrdp/

Co-authored-by: Lisandro Ubiedo <lubiedo@gosecure.net>
2024-06-16 22:42:28 +02:00