Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PyRDP format #959

Open
wants to merge 18 commits into
base: master
Choose a base branch
from
Open

PyRDP format #959

wants to merge 18 commits into from

Commits on Jun 16, 2024

  1. Sending PyRDP parser upstream

    For project history see: https://github.com/GoSecure/fq-pyrdp/
    
    Co-authored-by: Lisandro Ubiedo <[email protected]>
    2 people authored and wader committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    5d35eb6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    392fabe View commit details
    Browse the repository at this point in the history
  3. refactor: Changed all FieldStrFn callers to FieldUTF16LE

    One fieldname change clientDir to client_dir to align with everything else
    obilodeau authored and wader committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    87633e6 View commit details
    Browse the repository at this point in the history
  4. refactoring: UintMap to UintMapSymStr

    obilodeau authored and wader committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    3904c45 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    051493d View commit details
    Browse the repository at this point in the history
  6. removed dead code

    obilodeau authored and wader committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    ec03f87 View commit details
    Browse the repository at this point in the history
  7. doc: added format to README

    obilodeau authored and wader committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    fd85952 View commit details
    Browse the repository at this point in the history
  8. Resolved all linter errors

    obilodeau authored and wader committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    dab2c6e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6ae10da View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a79f64f View commit details
    Browse the repository at this point in the history
  11. 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.
    wader committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    67bf55e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a6b2468 View commit details
    Browse the repository at this point in the history
  13. pyrdp: Less symbol stuttering

    wader committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    c59e7cc View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    3986f20 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    36d5cd4 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    86f28b6 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    92ad156 View commit details
    Browse the repository at this point in the history
  18. pyrdp: Decode client info flags correctly

    Flags bits are in LE byte order
    Removed unsued info consts
    wader committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    69ec44a View commit details
    Browse the repository at this point in the history