From 3b030a76d873c27ac2a62c53e58771a88c201507 Mon Sep 17 00:00:00 2001 From: Ann Priestman Date: Wed, 22 Nov 2017 12:32:39 -0500 Subject: [PATCH] Add new parser file --- .../hashdatabase/HashkeeperHashSetParser.java | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Core/src/org/sleuthkit/autopsy/modules/hashdatabase/HashkeeperHashSetParser.java diff --git a/Core/src/org/sleuthkit/autopsy/modules/hashdatabase/HashkeeperHashSetParser.java b/Core/src/org/sleuthkit/autopsy/modules/hashdatabase/HashkeeperHashSetParser.java new file mode 100644 index 0000000000..ea9ff75771 --- /dev/null +++ b/Core/src/org/sleuthkit/autopsy/modules/hashdatabase/HashkeeperHashSetParser.java @@ -0,0 +1,14 @@ +/* + * To change this license header, choose License Headers in Project Properties. + * To change this template file, choose Tools | Templates + * and open the template in the editor. + */ +package org.sleuthkit.autopsy.modules.hashdatabase; + +/** + * + * @author apriestman + */ +public class HashkeeperHashSetParser { + +}