diff options
author | Daniel Schadt <kingdread@gmx.de> | 2021-11-22 23:10:17 +0100 |
---|---|---|
committer | Daniel Schadt <kingdread@gmx.de> | 2021-11-22 23:10:17 +0100 |
commit | d4cd8c978c87d83945a0c2d57d17a0e9b047acd9 (patch) | |
tree | 7e0b9ef308d05e054086df82468b46653505bcfb /src/analyzers/raids/mod.rs | |
parent | 42068e86611240523ec1d03dd58c8ebcf3b9a385 (diff) | |
download | evtclib-d4cd8c978c87d83945a0c2d57d17a0e9b047acd9.tar.gz evtclib-d4cd8c978c87d83945a0c2d57d17a0e9b047acd9.tar.bz2 evtclib-d4cd8c978c87d83945a0c2d57d17a0e9b047acd9.zip |
add Twisted Castle
There's not many useful things we can do with this log, other than
providing a way for downstream applications to identify those logs.
Diffstat (limited to 'src/analyzers/raids/mod.rs')
-rw-r--r-- | src/analyzers/raids/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/analyzers/raids/mod.rs b/src/analyzers/raids/mod.rs index 824b957..1e0f09e 100644 --- a/src/analyzers/raids/mod.rs +++ b/src/analyzers/raids/mod.rs @@ -10,7 +10,7 @@ use crate::{ }; mod w3; -pub use w3::Xera; +pub use w3::{TwistedCastle, Xera}; mod w4; pub use w4::{Cairn, Deimos, MursaatOverseer, Samarog}; |