Skip to content
Snippets Groups Projects
Commit 370e2345 authored by Samuel H. Kenyon's avatar Samuel H. Kenyon
Browse files

Removed period from mismatch artifact name.

parent cc0f0e08
No related branches found
No related tags found
No related merge requests found
...@@ -75,7 +75,7 @@ public enum ARTIFACT_TYPE implements SleuthkitVisitableItem { ...@@ -75,7 +75,7 @@ public enum ARTIFACT_TYPE implements SleuthkitVisitableItem {
TSK_GPS_SEARCH(31, "TSK_GPS_SEARCH", "GPS Searches"), // GPS Searches TSK_GPS_SEARCH(31, "TSK_GPS_SEARCH", "GPS Searches"), // GPS Searches
TSK_PROG_RUN(32, "TSK_PROG_RUN", "Run Programs"), ///< Application run information TSK_PROG_RUN(32, "TSK_PROG_RUN", "Run Programs"), ///< Application run information
TSK_ENCRYPTION_DETECTED(33, "TSK_ENCRYPTION_DETECTED", "Encryption Detected"), ///< Encrypted File TSK_ENCRYPTION_DETECTED(33, "TSK_ENCRYPTION_DETECTED", "Encryption Detected"), ///< Encrypted File
TSK_EXT_MISMATCH_DETECTED(34, "TSK_EXT_MISMATCH_DETECTED", "Extension Mismatch Detected."), ///< Extension Mismatch TSK_EXT_MISMATCH_DETECTED(34, "TSK_EXT_MISMATCH_DETECTED", "Extension Mismatch Detected"), ///< Extension Mismatch
TSK_INTERESTING_ARTIFACT(35, "TSK_INTERESTING_ARTIFACT", "Interesting Results"), // Any artifact that should be called out TSK_INTERESTING_ARTIFACT(35, "TSK_INTERESTING_ARTIFACT", "Interesting Results"), // Any artifact that should be called out
; ;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment