From b9d6ddae2faff99e5c35dc63688fc917f8b48843 Mon Sep 17 00:00:00 2001 From: Scott Klum Date: Thu, 27 Feb 2014 17:03:29 -0500 Subject: [PATCH] Added comments regarding FBI documents and known bugs --- openbr/plugins/format.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/openbr/plugins/format.cpp b/openbr/plugins/format.cpp index 5e0f6ac..2c844ad 100644 --- a/openbr/plugins/format.cpp +++ b/openbr/plugins/format.cpp @@ -773,7 +773,8 @@ BR_REGISTER(Format, scoresFormat) * \ingroup formats * \brief Reads FBI EBTS transactions. * \author Scott Klum \cite sklum - * + * https://www.fbibiospecs.org/ebts.html + * \note This will fail if a binary blob contains any of the fields attempt to locate within the file */ class ebtsFormat : public Format { -- libgit2 0.21.4