Prettify file analysis IDs to be more like connection uids.

This commit is contained in:
Jon Siwek 2013-02-20 22:09:39 -06:00
parent f8af42cf9a
commit ceb471fb36
10 changed files with 136 additions and 77 deletions

View file

@ -37,7 +37,7 @@ protected:
static magic_t magic;
static magic_t magic_mime;
string file_id;
string unique_file;
};
#endif