Skip to content
Snippets Groups Projects
Commit f21f5199 authored by Brian Carrier's avatar Brian Carrier
Browse files

resolved merge conflict

parents 72fbc53a 370e2345
Branches
Tags
No related merge requests found
......@@ -75,9 +75,8 @@ public enum ARTIFACT_TYPE implements SleuthkitVisitableItem {
TSK_GPS_SEARCH(31, "TSK_GPS_SEARCH", "GPS Searches"), // GPS Searches
TSK_PROG_RUN(32, "TSK_PROG_RUN", "Run Programs"), ///< Application run information
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_HIT(35, "TSK_INTERESTING_ARTIFACT_HIT", "Interesting Results"), // Any artifact that should be called out
;
/* SEE ABOVE -- KEEP C++ CODE IN SYNC */
private String label;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment