From 648538f5f8f17f2fd6de0389b155ed8e3a25ba56 Mon Sep 17 00:00:00 2001 From: Christos Zoulas Date: Tue, 19 Aug 2014 14:18:04 +0000 Subject: [PATCH] new gdb magic from Petr Gajdos --- magic/Magdir/database | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/magic/Magdir/database b/magic/Magdir/database index 1ba0ea7e..39d84e83 100644 --- a/magic/Magdir/database +++ b/magic/Magdir/database @@ -1,6 +1,6 @@ #------------------------------------------------------------------------------ -# $File: database,v 1.40 2014/04/30 21:41:02 christos Exp $ +# $File: database,v 1.41 2014/06/03 19:17:27 christos Exp $ # database: file(1) magic for various databases # # extracted from header/code files by Graeme Wilford (eep2gw@ee.surrey.ac.uk) @@ -9,9 +9,17 @@ # GDBM magic numbers # Will be maintained as part of the GDBM distribution in the future. # -0 belong 0x13579ace GNU dbm 1.x or ndbm database, big endian +0 belong 0x13579acd GNU dbm 1.x or ndbm database, big endian, 32-bit !:mime application/x-gdbm -0 lelong 0x13579ace GNU dbm 1.x or ndbm database, little endian +0 belong 0x13579ace GNU dbm 1.x or ndbm database, big endian, old +!:mime application/x-gdbm +0 belong 0x13579acf GNU dbm 1.x or ndbm database, big endian, 64-bit +!:mime application/x-gdbm +0 lelong 0x13579acd GNU dbm 1.x or ndbm database, little endian, 32-bit +!:mime application/x-gdbm +0 lelong 0x13579ace GNU dbm 1.x or ndbm database, little endian, old +!:mime application/x-gdbm +0 lelong 0x13579acf GNU dbm 1.x or ndbm database, little endian, 64-bit !:mime application/x-gdbm 0 string GDBM GNU dbm 2.x database !:mime application/x-gdbm -- 2.40.0