Skip to content

Commit

Permalink
Improved Lnk parser to include additional fields. (Velocidex#1449)
Browse files Browse the repository at this point in the history
Added name, WorkingDir, RelativePath, Arguments

Also fixed bugs:
- Notebook export was failing
- FirstSeenAt time was not properly reported from the clients() plugin.
  • Loading branch information
scudette authored Dec 24, 2021
1 parent 66fec2f commit 62a3ee2
Show file tree
Hide file tree
Showing 17 changed files with 458 additions and 403 deletions.
46 changes: 28 additions & 18 deletions actions/proto/vql.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions actions/proto/vql.proto
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ message ClientInfo {
string ping_time = 19;
string client_version = 12;
string client_name = 13;
uint64 first_seen_at = 20;

repeated string labels = 15;

Expand Down
Loading

0 comments on commit 62a3ee2

Please sign in to comment.