package burp; /** * Used in {@link HashRecord} to flag the source of the hash. Handling differs based on this distinction. */ enum SearchType { REQUEST, RESPONSE };