Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Sleuthkit
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
IRT
Sleuthkit
Commits
cf191a1a
Commit
cf191a1a
authored
15 years ago
by
Brian Carrier
Browse files
Options
Downloads
Patches
Plain Diff
Added support for comments in body timeline file
parent
077ec5c4
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGES.txt
+3
-0
3 additions, 0 deletions
CHANGES.txt
tools/timeline/mactime.base
+2
-0
2 additions, 0 deletions
tools/timeline/mactime.base
with
5 additions
and
0 deletions
CHANGES.txt
+
3
−
0
View file @
cf191a1a
...
@@ -83,6 +83,9 @@ permissions and type. Patch by Rob Joyce.
...
@@ -83,6 +83,9 @@ permissions and type. Patch by Rob Joyce.
4/26/09: Update: Removed disk_stat and disk_sreset because they were out
4/26/09: Update: Removed disk_stat and disk_sreset because they were out
of date and hdparm now has the same functionality.
of date and hdparm now has the same functionality.
4/27/09: Update: Added support in mactime to read body files with comment
lines. Suggested by Simson Garfinkel.
---------------- VERSION 3.0.0 --------------
---------------- VERSION 3.0.0 --------------
0/00/00: Update: Many, many, many API changes.
0/00/00: Update: Many, many, many API changes.
...
...
This diff is collapsed.
Click to expand it.
tools/timeline/mactime.base
+
2
−
0
View file @
cf191a1a
...
@@ -285,6 +285,8 @@ sub read_body {
...
@@ -285,6 +285,8 @@ sub read_body {
}
}
while (<BODY>) {
while (<BODY>) {
next if ((/^\#/) || (/^\s+$/));
chomp;
chomp;
my (
my (
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment