package rrg.action.get_filesystem_timeline

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

message Args

get_filesystem_timeline.proto:11

message Entry

get_filesystem_timeline.proto:52

An individual entry of the timeline. Note that this type does not use wrappers such as `rrg.fs.FileMetadata` or `google.protobuf.Timestamp`. There are two reasons for this: performance and compatibility. To avoid unnecessary nesting that has performance implications (both in terms of CPU, memory and network utilization) this message is allowed to have only primitive fields. Moreover, because timeline is stored in binary form we should consider it to be a file format on its own. This, this structure should be in-sync with what GRR currently uses to represent timeline [1]. The message itself is based on the POSIX definition of stat [2] and is typed according to the POSIX standard [3]. [1]: https://github.com/google/grr/blob/cab3a1fe590a72862ed42ef92a6a57fd831a5783/grr/proto/grr_response_proto/timeline.proto#L49-L91 [2]: http://pubs.opengroup.org/onlinepubs/009695399/basedefs/sys/stat.h.html [3]: http://pubs.opengroup.org/onlinepubs/009695399/basedefs/sys/types.h.html

message Result

get_filesystem_timeline.proto:16