From c43624dcb2b8ca3bf82faa8a710ce9ecd703b7c7 Mon Sep 17 00:00:00 2001 From: DustInDark Date: Thu, 23 Dec 2021 17:09:26 +0900 Subject: [PATCH] changed outputs #344 --- src/timeline/timeline.rs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/timeline/timeline.rs b/src/timeline/timeline.rs index 890212af..1c3f7297 100644 --- a/src/timeline/timeline.rs +++ b/src/timeline/timeline.rs @@ -37,11 +37,11 @@ impl Timeline { //println!("map -> {:#?}", evtstat_map); let mut sammsges: Vec = Vec::new(); sammsges.push("---------------------------------------".to_string()); - sammsges.push(format!("Evtx_File_Path:{}", self.stats.filepath)); - sammsges.push(format!("Total_counts : {}\n", self.stats.total)); - sammsges.push(format!("firstevent_time: {}", self.stats.start_time)); - sammsges.push(format!("lastevent_time: {}\n", self.stats.end_time)); - sammsges.push("count(rate)\tID\tevent\t\ttimeline".to_string()); + sammsges.push(format!("Evtx File Path: {}", self.stats.filepath)); + sammsges.push(format!("Total Event Records : {}\n", self.stats.total)); + sammsges.push(format!("First Timestamp: {}", self.stats.start_time)); + sammsges.push(format!("Last Timestamp: {}\n", self.stats.end_time)); + sammsges.push("count(Percent)\tID\tEvent\t\tTimeline".to_string()); sammsges.push("--------------- ------- --------------- -------".to_string()); // 集計件数でソート