From: Christos Zoulas Date: Fri, 2 Oct 2015 18:36:54 +0000 (+0000) Subject: Add fingerprint data X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=42c73391b6a3e9c51767e4878b56f59bcca86914;p=file Add fingerprint data --- diff --git a/magic/Magdir/finger b/magic/Magdir/finger new file mode 100644 index 00000000..6f6c4962 --- /dev/null +++ b/magic/Magdir/finger @@ -0,0 +1,16 @@ + +#------------------------------------------------------------------------------ +# $File: finger,v 1.1 2015/10/02 18:36:54 christos Exp $ +# fingerprint: file(1) magic for fingerprint data +# XPM bitmaps) +# + +# http://cgit.freedesktop.org/libfprint/libfprint/tree/libfprint/data.c + +0 string FP1 libfprint fingerprint data V1 +3 beshort x \b, driver_id %x +5 belong x \b, devtype %x + +0 string FP2 libfprint fingerprint data V2 +3 beshort x \b, driver_id %x +5 belong x \b, devtype %x diff --git a/magic/Makefile.am b/magic/Makefile.am index 0fd19846..e594e6d8 100644 --- a/magic/Makefile.am +++ b/magic/Makefile.am @@ -1,5 +1,5 @@ # -# $File: Makefile.am,v 1.104 2015/09/30 20:32:35 christos Exp $ +# $File: Makefile.am,v 1.105 2015/10/02 18:36:54 christos Exp $ # MAGIC_FRAGMENT_BASE = Magdir MAGIC_DIR = $(top_srcdir)/magic @@ -79,6 +79,7 @@ $(MAGIC_FRAGMENT_DIR)/erlang \ $(MAGIC_FRAGMENT_DIR)/esri \ $(MAGIC_FRAGMENT_DIR)/fcs \ $(MAGIC_FRAGMENT_DIR)/filesystems \ +$(MAGIC_FRAGMENT_DIR)/finger \ $(MAGIC_FRAGMENT_DIR)/flash \ $(MAGIC_FRAGMENT_DIR)/fonts \ $(MAGIC_FRAGMENT_DIR)/fortran \