Skip to content

Commit

Permalink
Merge pull request #34 from Yamato-Security/feature/readRecordAllocation
Browse files Browse the repository at this point in the history
fixed ReadAllocation field to be referenced
  • Loading branch information
YamatoSecurity authored Aug 5, 2023
2 parents 8533bf4 + 1a7f66b commit 3788e74
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ anyhow = { version = "1.0", optional = true }
simplelog = { version = "0.12", optional = true }
clap = { version = "3.2", optional = true }
dialoguer = { version = "0.10", optional = true }
indoc = { version = "1.0", optional = true }
indoc = { version = "2.0", optional = true }

serde = "1"
serde_json = "1"
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ extern crate bitflags;

pub use evtx_chunk::{EvtxChunk, EvtxChunkData, EvtxChunkHeader, IterChunkRecords};
pub use evtx_parser::{EvtxParser, IntoIterChunks, IterChunks, ParserSettings};
pub use evtx_record::{EvtxRecord, EvtxRecordHeader, SerializedEvtxRecord};
pub use evtx_record::{EvtxRecord, EvtxRecordHeader, RecordAllocation, SerializedEvtxRecord};
pub use json_output::JsonOutput;
pub use xml_output::{BinXmlOutput, XmlOutput};

Expand Down

0 comments on commit 3788e74

Please sign in to comment.