-
Notifications
You must be signed in to change notification settings - Fork 353
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
Anydesk parser plugin #4559
base: main
Are you sure you want to change the base?
Anydesk parser plugin #4559
Conversation
@caeaguilar thx for the proposed PR, this must have slipped my attention earlier. Having a closer look when time permits, will leave some initial feedback. |
You'll need to update https://github.com/log2timeline/plaso/blob/main/data/timeliner.yaml as well |
message: | ||
- 'loglevel: {loglevel}' | ||
- 'recorded_time: {recorded_time}' | ||
- 'appname: {appname}' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
don't use abbreviations as per style guide https://github.com/log2timeline/l2tdocs/blob/main/process/Style-guide.md
- 'Message: {message}' | ||
short_source: 'LOG' | ||
source: 'AnyDesk Ad Trace Log' | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
change to ---
to signify new definition
@@ -2,6 +2,7 @@ | |||
"""Imports for the text parser.""" | |||
|
|||
from plaso.parsers.text_plugins import android_logcat | |||
from plaso.parsers.text_plugins import anydesk_adtrace |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: use alphabetical ordering
You'll need to add a test and test data as well |
One line description of pull request
Added text parser plugin for AnyDesk Activity Log (ad.trace)
Description:
Parse and generates event data for each line in the ad.trace log file generated by AnyDesk client/server
Notes:
All contributions to Plaso undergo code review.
This makes sure that the code has appropriate test coverage and conforms to the
Plaso style guide.
One of the maintainers will examine your code, and may request changes. Check off the items below in
order, and then a maintainer will review your code.
Checklist: