Sync with CVS:

- remove files from git that have been removed in CVS
- sync CVSID's
This commit is contained in:
Christos Zoulas 2021-08-26 06:05:51 -04:00
parent 7449263e1d
commit 43884d3b4c
112 changed files with 112 additions and 375 deletions

View File

@ -1,4 +1,4 @@
# $File: .travis.yml,v 1.7 2016/04/26 16:24:43 glen Exp $ # $File: .travis.yml,v 1.8 2016/06/28 06:34:34 kim Exp $
language: c language: c

2
MAINT
View File

@ -1,4 +1,4 @@
$File: MAINT,v 1.9 2007/01/19 21:15:27 christos Exp $ $File: MAINT,v 1.10 2008/02/05 19:08:11 christos Exp $
Maintenance notes: Maintenance notes:

View File

@ -2,6 +2,6 @@
#------------------------------------------------------------------------------ #------------------------------------------------------------------------------
# Localstuff: file(1) magic for locally observed files # Localstuff: file(1) magic for locally observed files
# #
# $File: Localstuff,v 1.4 2003/03/23 04:17:27 christos Exp $ # $File: Localstuff,v 1.5 2007/01/12 17:38:27 christos Exp $
# Add any locally observed files here. Remember: # Add any locally observed files here. Remember:
# text if readable, executable if runnable binary, data if unreadable. # text if readable, executable if runnable binary, data if unreadable.

View File

@ -1,6 +1,6 @@
#------------------------------------------------------------------------------ #------------------------------------------------------------------------------
# $File$ # $File: adi,v 1.4 2009/09/19 16:28:07 christos Exp $
# adi: file(1) magic for ADi's objects # adi: file(1) magic for ADi's objects
# From Gregory McGarry <g.mcgarry@ieee.org> # From Gregory McGarry <g.mcgarry@ieee.org>
# #

View File

@ -1,6 +1,6 @@
#------------------------------------------------------------------------------ #------------------------------------------------------------------------------
# $File$ # $File: allegro,v 1.4 2009/09/19 16:28:07 christos Exp $
# allegro: file(1) magic for Allegro datafiles # allegro: file(1) magic for Allegro datafiles
# Toby Deshane <hac@shoelace.digivill.net> # Toby Deshane <hac@shoelace.digivill.net>
# #

View File

@ -1,6 +1,6 @@
#------------------------------------------------------------------------------ #------------------------------------------------------------------------------
# $File$ # $File: alliant,v 1.7 2009/09/19 16:28:07 christos Exp $
# alliant: file(1) magic for Alliant FX series a.out files # alliant: file(1) magic for Alliant FX series a.out files
# #
# If the FX series is the one that had a processor with a 68K-derived # If the FX series is the one that had a processor with a 68K-derived

View File

@ -1,32 +0,0 @@
#------------------------------------------------------------------------------
# $File$
# alpha architecture description
#
0 leshort 0603 COFF format alpha
>22 leshort&030000 !020000 executable
>24 leshort 0410 pure
>24 leshort 0413 paged
>22 leshort&020000 !0 dynamically linked
>16 lelong !0 not stripped
>16 lelong 0 stripped
>22 leshort&030000 020000 shared library
>24 leshort 0407 object
>27 byte x - version %d
>26 byte x .%d
>28 byte x -%d
# Basic recognition of Digital UNIX core dumps - Mike Bremford <mike@opac.bl.uk>
#
# The actual magic number is just "Core", followed by a 2-byte version
# number; however, treating any file that begins with "Core" as a Digital
# UNIX core dump file may produce too many false hits, so we include one
# byte of the version number as well; DU 5.0 appears only to be up to
# version 2.
#
0 string Core\001 Alpha COFF format core dump (Digital UNIX)
>24 string >\0 \b, from '%s'
0 string Core\002 Alpha COFF format core dump (Digital UNIX)
>24 string >\0 \b, from '%s'

View File

@ -1,6 +1,6 @@
#------------------------------------------------------------------------------ #------------------------------------------------------------------------------
# $File$ # $File: aout,v 1.1 2013/01/09 22:37:23 christos Exp $
# aout: file(1) magic for a.out executable/object/etc entries that # aout: file(1) magic for a.out executable/object/etc entries that
# handle executables on multiple platforms. # handle executables on multiple platforms.
# #

View File

@ -1,6 +1,6 @@
#------------------------------------------------------------------------------ #------------------------------------------------------------------------------
# $File$ # $File: apl,v 1.6 2009/09/19 16:28:07 christos Exp $
# apl: file(1) magic for APL (see also "pdp" and "vax" for other APL # apl: file(1) magic for APL (see also "pdp" and "vax" for other APL
# workspaces) # workspaces)
# #

View File

@ -1,6 +1,6 @@
#------------------------------------------------------------------------------ #------------------------------------------------------------------------------
# $File: apple,v 1.35 2016/08/17 09:45:13 christos Exp $ # $File: application,v 1.1 2016/10/17 12:13:01 christos Exp $
# application: file(1) magic for applications on small devices # application: file(1) magic for applications on small devices
# #
# Pebble Application # Pebble Application

View File

@ -1,6 +1,6 @@
#------------------------------------------------------------------------------ #------------------------------------------------------------------------------
# $File$ # $File: applix,v 1.5 2009/09/19 16:28:08 christos Exp $
# applix: file(1) magic for Applixware # applix: file(1) magic for Applixware
# From: Peter Soos <sp@osb.hu> # From: Peter Soos <sp@osb.hu>
# #

View File

@ -1,6 +1,6 @@
#------------------------------------------------------------------------------ #------------------------------------------------------------------------------
# $File: apple,v 1.35 2016/08/17 09:45:13 christos Exp $ # $File: apt,v 1.1 2016/10/17 19:51:57 christos Exp $
# apt: file(1) magic for APT Cache files # apt: file(1) magic for APT Cache files
# <http://www.fifi.org/doc/libapt-pkg-doc/cache.html/ch2.html> # <http://www.fifi.org/doc/libapt-pkg-doc/cache.html/ch2.html>
# <https://anonscm.debian.org/cgit/apt/apt.git/tree/apt-pkg/pkgcache.h#n292> # <https://anonscm.debian.org/cgit/apt/apt.git/tree/apt-pkg/pkgcache.h#n292>

View File

@ -1,5 +1,5 @@
#------------------------------------------------------------------------------ #------------------------------------------------------------------------------
# $File: assembler,v 1.5 2013/09/17 17:33:36 christos Exp $ # $File: assembler,v 1.6 2013/12/11 14:14:20 christos Exp $
# make: file(1) magic for assembler source # make: file(1) magic for assembler source
# #
0 regex \^[\040\t]{0,50}\\.asciiz assembler source text 0 regex \^[\040\t]{0,50}\\.asciiz assembler source text

View File

@ -1,6 +1,6 @@
#------------------------------------------------------------------------------ #------------------------------------------------------------------------------
# $File$ # $File: asterix,v 1.5 2009/09/19 16:28:08 christos Exp $
# asterix: file(1) magic for Aster*x; SunOS 5.5.1 gave the 4-character # asterix: file(1) magic for Aster*x; SunOS 5.5.1 gave the 4-character
# strings as "long" - we assume they're just strings: # strings as "long" - we assume they're just strings:
# From: guy@netapp.com (Guy Harris) # From: guy@netapp.com (Guy Harris)

View File

@ -1,6 +1,6 @@
#------------------------------------------------------------------------------ #------------------------------------------------------------------------------
# $File: bflt,v 1.4 2009/09/19 16:28:08 christos Exp $ # $File: bflt,v 1.5 2014/04/30 21:41:02 christos Exp $
# bFLT: file(1) magic for BFLT uclinux binary files # bFLT: file(1) magic for BFLT uclinux binary files
# #
# From Philippe De Muyter <phdm@macqel.be> # From Philippe De Muyter <phdm@macqel.be>

View File

@ -1,6 +1,6 @@
#------------------------------------------------------------------------------ #------------------------------------------------------------------------------
# $File$ # $File: bout,v 1.5 2009/09/19 16:28:08 christos Exp $
# i80960 b.out objects and archives # i80960 b.out objects and archives
# #
0 long 0x10d i960 b.out relocatable object 0 long 0x10d i960 b.out relocatable object

View File

@ -1,6 +1,6 @@
#------------------------------------------------------------------------------ #------------------------------------------------------------------------------
# $File: bsdi,v 1.6 2013/01/09 22:37:24 christos Exp $ # $File: bsdi,v 1.7 2014/03/29 15:40:34 christos Exp $
# bsdi: file(1) magic for BSD/OS (from BSDI) objects # bsdi: file(1) magic for BSD/OS (from BSDI) objects
# Some object/executable formats use the same magic numbers as are used # Some object/executable formats use the same magic numbers as are used
# in other OSes; those are handled by entries in aout. # in other OSes; those are handled by entries in aout.

View File

@ -1,6 +1,6 @@
#------------------------------------------------------------------------------ #------------------------------------------------------------------------------
# $File$ # $File: btsnoop,v 1.5 2009/09/19 16:28:08 christos Exp $
# BTSnoop: file(1) magic for BTSnoop files # BTSnoop: file(1) magic for BTSnoop files
# #
# From <marcel@holtmann.org> # From <marcel@holtmann.org>

View File

@ -1,6 +1,6 @@
#------------------------------------------------------------------------------ #------------------------------------------------------------------------------
# $File: elf,v 1.68 2014/09/19 19:05:57 christos Exp $ # $File: cbor,v 1.1 2015/01/28 01:05:21 christos Exp $
# cbor: file(1) magic for CBOR files as defined in RFC 7049 # cbor: file(1) magic for CBOR files as defined in RFC 7049
0 string \xd9\xd9\xf7 Concise Binary Object Representation (CBOR) container 0 string \xd9\xd9\xf7 Concise Binary Object Representation (CBOR) container

View File

@ -1,6 +1,6 @@
#------------------------------------------------------------------------------ #------------------------------------------------------------------------------
# $File$ # $File: cddb,v 1.4 2009/09/19 16:28:08 christos Exp $
# CDDB: file(1) magic for CDDB(tm) format CD text data files # CDDB: file(1) magic for CDDB(tm) format CD text data files
# #
# From <steve@gracenote.com> # From <steve@gracenote.com>

View File

@ -1,6 +1,6 @@
#------------------------------------------------------------------------------ #------------------------------------------------------------------------------
# $File: chord,v 1.4 2009/09/19 16:28:08 christos Exp $ # $File: chord,v 1.5 2010/09/20 19:19:16 rrt Exp $
# chord: file(1) magic for Chord music sheet typesetting utility input files # chord: file(1) magic for Chord music sheet typesetting utility input files
# #
# From Philippe De Muyter <phdm@macqel.be> # From Philippe De Muyter <phdm@macqel.be>

View File

@ -1,6 +1,6 @@
#------------------------------------------------------------------------------ #------------------------------------------------------------------------------
# $File$ # $File: cisco,v 1.4 2009/09/19 16:28:08 christos Exp $
# cisco: file(1) magic for cisco Systems routers # cisco: file(1) magic for cisco Systems routers
# #
# Most cisco file-formats are covered by the generic elf code # Most cisco file-formats are covered by the generic elf code

View File

@ -1,6 +1,6 @@
#------------------------------------------------------------------------------ #------------------------------------------------------------------------------
# $File: clarion,v 1.4 2009/09/19 16:28:08 christos Exp $ # $File: clarion,v 1.5 2014/04/30 21:41:02 christos Exp $
# clarion: file(1) magic for # Clarion Personal/Professional Developer # clarion: file(1) magic for # Clarion Personal/Professional Developer
# (v2 and above) # (v2 and above)
# From: Julien Blache <jb@jblache.org> # From: Julien Blache <jb@jblache.org>

View File

@ -1,6 +1,6 @@
#------------------------------------------------------------------------------ #------------------------------------------------------------------------------
# $File: claris,v 1.7 2014/06/03 19:17:27 christos Exp $ # $File: claris,v 1.8 2016/07/18 19:23:38 christos Exp $
# claris: file(1) magic for claris # claris: file(1) magic for claris
# "H. Nanosecond" <aldomel@ix.netcom.com> # "H. Nanosecond" <aldomel@ix.netcom.com>
# Claris Works a word processor, etc. # Claris Works a word processor, etc.

View File

@ -1,6 +1,6 @@
#---------------------------------------------------------------------------- #----------------------------------------------------------------------------
# $File$ # $File: communications,v 1.5 2009/09/19 16:28:08 christos Exp $
# communication # communication
# TTCN is the Tree and Tabular Combined Notation described in ISO 9646-3. # TTCN is the Tree and Tabular Combined Notation described in ISO 9646-3.

View File

@ -1,6 +1,6 @@
#------------------------------------------------------------------------------ #------------------------------------------------------------------------------
# $File: convex,v 1.7 2009/09/19 16:28:08 christos Exp $ # $File: convex,v 1.8 2012/10/03 23:44:43 christos Exp $
# convex: file(1) magic for Convex boxes # convex: file(1) magic for Convex boxes
# #
# Convexes are big-endian. # Convexes are big-endian.

View File

@ -1,6 +1,6 @@
#------------------------------------------------------------------------------ #------------------------------------------------------------------------------
# $File$ # $File: cracklib,v 1.7 2009/09/19 16:28:08 christos Exp $
# cracklib: file (1) magic for cracklib v2.7 # cracklib: file (1) magic for cracklib v2.7
0 lelong 0x70775631 Cracklib password index, little endian 0 lelong 0x70775631 Cracklib password index, little endian

View File

@ -1,6 +1,6 @@
# ---------------------------------------------------------------------------- # ----------------------------------------------------------------------------
# $File$ # $File: ctags,v 1.6 2009/09/19 16:28:08 christos Exp $
# ctags: file (1) magic for Exuberant Ctags files # ctags: file (1) magic for Exuberant Ctags files
# From: Alexander Mai <mai@migdal.ikp.physik.tu-darmstadt.de> # From: Alexander Mai <mai@migdal.ikp.physik.tu-darmstadt.de>
0 search/1 =!_TAG Exuberant Ctags tag file text 0 search/1 =!_TAG Exuberant Ctags tag file text

View File

@ -1,6 +1,6 @@
#------------------------------------------------------------------------------ #------------------------------------------------------------------------------
# $File: cubemaps,v 1.0 2011/12/22 09:01:05 christos Exp $ # $File: cubemap,v 1.1 2012/06/06 13:03:20 christos Exp $
# file(1) magic(5) data for cubemaps Martin Erik Werner <martinerikwerner@gmail.com> # file(1) magic(5) data for cubemaps Martin Erik Werner <martinerikwerner@gmail.com>
# #
0 string ACMP Map file for the AssaultCube FPS game 0 string ACMP Map file for the AssaultCube FPS game

View File

@ -1,6 +1,6 @@
#------------------------------------------------------------------------------ #------------------------------------------------------------------------------
# $File$ # $File: dact,v 1.4 2009/09/19 16:28:08 christos Exp $
# dact: file(1) magic for DACT compressed files # dact: file(1) magic for DACT compressed files
# #
0 long 0x444354C3 DACT compressed data 0 long 0x444354C3 DACT compressed data

View File

@ -1,6 +1,6 @@
#------------------------------------------------------------------------------ #------------------------------------------------------------------------------
# $File$ # $File: diamond,v 1.7 2009/09/19 16:28:08 christos Exp $
# diamond: file(1) magic for Diamond system # diamond: file(1) magic for Diamond system
# #
# ... diamond is a multi-media mail and electronic conferencing system.... # ... diamond is a multi-media mail and electronic conferencing system....

View File

@ -1,6 +1,6 @@
#------------------------------------------------------------------------------ #------------------------------------------------------------------------------
# $File: efi,v 1.4 2009/09/19 16:28:09 christos Exp $ # $File: efi,v 1.5 2014/04/30 21:41:02 christos Exp $
# efi: file(1) magic for Universal EFI binaries # efi: file(1) magic for Universal EFI binaries
0 lelong 0x0ef1fab9 0 lelong 0x0ef1fab9

View File

@ -1,6 +1,6 @@
#------------------------------------------------------------------------------ #------------------------------------------------------------------------------
# $File: encore,v 1.6 2009/09/19 16:28:09 christos Exp $ # $File: encore,v 1.7 2014/04/30 21:41:02 christos Exp $
# encore: file(1) magic for Encore machines # encore: file(1) magic for Encore machines
# #
# XXX - needs to have the byte order specified (NS32K was little-endian, # XXX - needs to have the byte order specified (NS32K was little-endian,

View File

@ -1,6 +1,6 @@
#------------------------------------------------------------------------------ #------------------------------------------------------------------------------
# $File: epoc,v 1.8 2012/06/16 14:43:36 christos Exp $ # $File: epoc,v 1.9 2013/12/21 14:28:15 christos Exp $
# EPOC : file(1) magic for EPOC documents [Psion Series 5/Osaris/Geofox 1] # EPOC : file(1) magic for EPOC documents [Psion Series 5/Osaris/Geofox 1]
# Stefan Praszalowicz <hpicollo@worldnet.fr> and Peter Breitenlohner <peb@mppmu.mpg.de> # Stefan Praszalowicz <hpicollo@worldnet.fr> and Peter Breitenlohner <peb@mppmu.mpg.de>
# Useful information for improving this file can be found at: # Useful information for improving this file can be found at:

View File

@ -1,5 +1,5 @@
#------------------------------------------------------------------------------ #------------------------------------------------------------------------------
# $File: elf,v 1.68 2014/09/19 19:05:57 christos Exp $ # $File: etf,v 1.1 2015/04/19 22:40:04 christos Exp $
# elf: file(1) magic for Erlang External Term Format magic # elf: file(1) magic for Erlang External Term Format magic
# http://erlang.org/doc/apps/erts/erl_ext_dist.html # http://erlang.org/doc/apps/erts/erl_ext_dist.html
# This magic is too weak so it is not enabled by default # This magic is too weak so it is not enabled by default

View File

@ -1,6 +1,6 @@
#------------------------------------------------------------------------------ #------------------------------------------------------------------------------
# $File$ # $File: fcs,v 1.4 2009/09/19 16:28:09 christos Exp $
# fcs: file(1) magic for FCS (Flow Cytometry Standard) data files # fcs: file(1) magic for FCS (Flow Cytometry Standard) data files
# From Roger Leigh <roger@whinlatter.uklinux.net> # From Roger Leigh <roger@whinlatter.uklinux.net>
0 string FCS1.0 Flow Cytometry Standard (FCS) data, version 1.0 0 string FCS1.0 Flow Cytometry Standard (FCS) data, version 1.0

View File

@ -1,6 +1,6 @@
#------------------------------------------------------------------------------ #------------------------------------------------------------------------------
# $File: images,v 1.112 2015/11/13 00:38:33 christos Exp $ # $File: flif,v 1.1 2015/11/23 22:04:36 christos Exp $
# flif: Magic data for file(1) command. # flif: Magic data for file(1) command.
# FLIF (Free Lossless Image Format) # FLIF (Free Lossless Image Format)

View File

@ -1,6 +1,6 @@
#------------------------------------------------------------------------------ #------------------------------------------------------------------------------
# $File: fortran,v 1.9 2015/06/17 19:55:27 christos Exp $ # $File: fortran,v 1.10 2015/11/05 18:47:16 christos Exp $
# FORTRAN source # FORTRAN source
# Check that the first 100 lines start with C or whitespace first. # Check that the first 100 lines start with C or whitespace first.
0 regex/100l !\^[^Cc\ \t].*$ 0 regex/100l !\^[^Cc\ \t].*$

View File

@ -1,6 +1,6 @@
#------------------------------------------------------------------------------ #------------------------------------------------------------------------------
# $File$ # $File: freebsd,v 1.7 2009/09/19 16:28:09 christos Exp $
# freebsd: file(1) magic for FreeBSD objects # freebsd: file(1) magic for FreeBSD objects
# #
# All new-style FreeBSD magic numbers are in host byte order (i.e., # All new-style FreeBSD magic numbers are in host byte order (i.e.,

View File

@ -1,6 +1,6 @@
#------------------------------------------------------------------------------ #------------------------------------------------------------------------------
# $File: mcrypt,v 1.5 2009/09/19 16:28:10 christos Exp $ # $File: fusecompress,v 1.2 2011/08/08 09:05:55 christos Exp $
# fusecompress: file(1) magic for fusecompress # fusecompress: file(1) magic for fusecompress
0 string \037\135\211 FuseCompress(ed) data 0 string \037\135\211 FuseCompress(ed) data
>3 byte 0x00 (none format) >3 byte 0x00 (none format)

View File

@ -1,6 +1,6 @@
#------------------------------------------------------------------------------ #------------------------------------------------------------------------------
# $File: gcc,v 1.4 2009/09/19 16:28:09 christos Exp $ # $File: gcc,v 1.5 2016/07/01 23:31:13 christos Exp $
# gcc: file(1) magic for GCC special files # gcc: file(1) magic for GCC special files
# #
0 string gpch GCC precompiled header 0 string gpch GCC precompiled header

View File

@ -1,6 +1,6 @@
#------------------------------------------------------------------------------ #------------------------------------------------------------------------------
# $File$ # $File: geos,v 1.4 2009/09/19 16:28:09 christos Exp $
# GEOS files (Vidar Madsen, vidar@gimp.org) # GEOS files (Vidar Madsen, vidar@gimp.org)
# semi-commonly used in embedded and handheld systems. # semi-commonly used in embedded and handheld systems.
0 belong 0xc745c153 GEOS 0 belong 0xc745c153 GEOS

View File

@ -1,6 +1,6 @@
#------------------------------------------------------------------------------ #------------------------------------------------------------------------------
# $File$ # $File: gnumeric,v 1.4 2009/09/19 16:28:09 christos Exp $
# gnumeric: file(1) magic for Gnumeric spreadsheet # gnumeric: file(1) magic for Gnumeric spreadsheet
# This entry is only semi-helpful, as Gnumeric compresses its files, so # This entry is only semi-helpful, as Gnumeric compresses its files, so
# they will ordinarily reported as "compressed", but at least -z helps # they will ordinarily reported as "compressed", but at least -z helps

View File

@ -1,6 +1,6 @@
#------------------------------------------------------------------------------ #------------------------------------------------------------------------------
# $File$ # $File: grace,v 1.4 2009/09/19 16:28:09 christos Exp $
# ACE/gr and Grace type files - PLEASE DO NOT REMOVE THIS LINE # ACE/gr and Grace type files - PLEASE DO NOT REMOVE THIS LINE
# #
# ACE/gr binary # ACE/gr binary

View File

@ -1,6 +1,6 @@
#------------------------------------------------------------------------------ #------------------------------------------------------------------------------
# $File$ # $File: inform,v 1.5 2009/09/19 16:28:09 christos Exp $
# inform: file(1) magic for Inform interactive fiction language # inform: file(1) magic for Inform interactive fiction language
# URL: http://www.inform-fiction.org/ # URL: http://www.inform-fiction.org/

View File

@ -1,6 +1,6 @@
#------------------------------------------------------------------------------ #------------------------------------------------------------------------------
# $File$ # $File: interleaf,v 1.10 2009/09/19 16:28:10 christos Exp $
# interleaf: file(1) magic for InterLeaf TPS: # interleaf: file(1) magic for InterLeaf TPS:
# #
0 string =\210OPS Interleaf saved data 0 string =\210OPS Interleaf saved data

View File

@ -1,6 +1,6 @@
#------------------------------------------------------------------------------ #------------------------------------------------------------------------------
# $File$ # $File: island,v 1.5 2009/09/19 16:28:10 christos Exp $
# island: file(1) magic for IslandWite/IslandDraw, from SunOS 5.5.1 # island: file(1) magic for IslandWite/IslandDraw, from SunOS 5.5.1
# "/etc/magic": # "/etc/magic":
# From: guy@netapp.com (Guy Harris) # From: guy@netapp.com (Guy Harris)

View File

@ -1,6 +1,6 @@
#------------------------------------------------------------------------------ #------------------------------------------------------------------------------
# $File$ # $File: ispell,v 1.8 2009/09/19 16:28:10 christos Exp $
# ispell: file(1) magic for ispell # ispell: file(1) magic for ispell
# #
# Ispell 3.0 has a magic of 0x9601 and ispell 3.1 has 0x9602. This magic # Ispell 3.0 has a magic of 0x9601 and ispell 3.1 has 0x9602. This magic

View File

@ -1,6 +1,6 @@
#------------------------------------------------------------------------------ #------------------------------------------------------------------------------
# $File: karma,v 1.7 2014/04/30 21:41:02 christos Exp $ # $File: karma,v 1.8 2015/08/29 07:10:35 christos Exp $
# karma: file(1) magic for Karma data files # karma: file(1) magic for Karma data files
# #
# From <rgooch@atnf.csiro.au> # From <rgooch@atnf.csiro.au>

View File

@ -1,6 +1,6 @@
#------------------------------------------------------------------------------ #------------------------------------------------------------------------------
# $File: kde,v 1.4 2009/09/19 16:28:10 christos Exp $ # $File: kde,v 1.5 2010/11/25 15:00:12 christos Exp $
# kde: file(1) magic for KDE # kde: file(1) magic for KDE
0 string/t [KDE\ Desktop\ Entry] KDE desktop entry 0 string/t [KDE\ Desktop\ Entry] KDE desktop entry

View File

@ -1,6 +1,6 @@
#------------------------------------------------------------------------------ #------------------------------------------------------------------------------
# $File$ # $File: lecter,v 1.4 2009/09/19 16:28:10 christos Exp $
# DEC SRC Virtual Paper: Lectern files # DEC SRC Virtual Paper: Lectern files
# Karl M. Hegbloom <karlheg@inetarena.com> # Karl M. Hegbloom <karlheg@inetarena.com>
0 string lect DEC SRC Virtual Paper Lectern file 0 string lect DEC SRC Virtual Paper Lectern file

View File

@ -1,6 +1,6 @@
#------------------------------------------------------------------------------ #------------------------------------------------------------------------------
# $File$ # $File: lex,v 1.6 2009/09/19 16:28:10 christos Exp $
# lex: file(1) magic for lex # lex: file(1) magic for lex
# #
# derived empirically, your offsets may vary! # derived empirically, your offsets may vary!

View File

@ -1,6 +1,6 @@
#------------------------------------------------------------------------------ #------------------------------------------------------------------------------
# $File$ # $File: luks,v 1.4 2009/09/19 16:28:10 christos Exp $
# luks: file(1) magic for Linux Unified Key Setup # luks: file(1) magic for Linux Unified Key Setup
# URL: http://luks.endorphin.org/spec # URL: http://luks.endorphin.org/spec
# From: Anthon van der Neut <anthon@mnt.org> # From: Anthon van der Neut <anthon@mnt.org>

View File

@ -1,6 +1,6 @@
#------------------------------------------------------------------------------ #------------------------------------------------------------------------------
# $File: cups,v 1.2 2012/11/02 21:50:29 christos Exp $ # $File: macos,v 1.1 2012/12/21 16:41:07 christos Exp $
# MacOS files # MacOS files
# #

View File

@ -1,6 +1,6 @@
#------------------------------------------------------------------------------ #------------------------------------------------------------------------------
# $File: magic,v 1.9 2009/09/19 16:28:10 christos Exp $ # $File: magic,v 1.10 2010/11/25 15:00:12 christos Exp $
# magic: file(1) magic for magic files # magic: file(1) magic for magic files
# #
0 string/t #\ Magic magic text file for file(1) cmd 0 string/t #\ Magic magic text file for file(1) cmd

View File

@ -1,6 +1,6 @@
#------------------------------------------------------------------------------ #------------------------------------------------------------------------------
# $File$ # $File: mathcad,v 1.5 2009/09/19 16:28:10 christos Exp $
# mathcad: file(1) magic for Mathcad documents # mathcad: file(1) magic for Mathcad documents
# URL: http://www.mathsoft.com/ # URL: http://www.mathsoft.com/
# From: Josh Triplett <josh@freedesktop.org> # From: Josh Triplett <josh@freedesktop.org>

View File

@ -1,6 +1,6 @@
#------------------------------------------------------------------------------ #------------------------------------------------------------------------------
# $File$ # $File: mcrypt,v 1.5 2009/09/19 16:28:10 christos Exp $
# Mavroyanopoulos Nikos <nmav@hellug.gr> # Mavroyanopoulos Nikos <nmav@hellug.gr>
# mcrypt: file(1) magic for mcrypt 2.2.x; # mcrypt: file(1) magic for mcrypt 2.2.x;
0 string \0m\3 mcrypt 2.5 encrypted data, 0 string \0m\3 mcrypt 2.5 encrypted data,

View File

@ -1,6 +1,6 @@
#------------------------------------------------------------------------------ #------------------------------------------------------------------------------
# $File: mips,v 1.9 2013/01/12 03:09:51 christos Exp $ # $File: mips,v 1.10 2014/04/30 21:41:02 christos Exp $
# mips: file(1) magic for MIPS ECOFF and Ucode, as used in SGI IRIX # mips: file(1) magic for MIPS ECOFF and Ucode, as used in SGI IRIX
# and DEC Ultrix # and DEC Ultrix
# #

View File

@ -1,6 +1,6 @@
#------------------------------------------------------------------------------ #------------------------------------------------------------------------------
# $File$ # $File: mirage,v 1.7 2009/09/19 16:28:10 christos Exp $
# mirage: file(1) magic for Mirage executables # mirage: file(1) magic for Mirage executables
# #
# XXX - byte order? # XXX - byte order?

View File

@ -1,6 +1,6 @@
#------------------------------------------------------------------------------ #------------------------------------------------------------------------------
# $File$ # $File: mkid,v 1.6 2009/09/19 16:28:10 christos Exp $
# mkid: file(1) magic for mkid(1) databases # mkid: file(1) magic for mkid(1) databases
# #
# ID is the binary tags database produced by mkid(1). # ID is the binary tags database produced by mkid(1).

View File

@ -1,6 +1,6 @@
#------------------------------------------------------------------------------ #------------------------------------------------------------------------------
# $File$ # $File: mlssa,v 1.4 2009/09/19 16:28:10 christos Exp $
# mlssa: file(1) magic for MLSSA datafiles # mlssa: file(1) magic for MLSSA datafiles
# #
0 lelong 0xffffabcd MLSSA datafile, 0 lelong 0xffffabcd MLSSA datafile,

View File

@ -1,6 +1,6 @@
#------------------------------------------------------------------------------ #------------------------------------------------------------------------------
# $File$ # $File: mmdf,v 1.6 2009/09/19 16:28:10 christos Exp $
# mmdf: file(1) magic for MMDF mail files # mmdf: file(1) magic for MMDF mail files
# #
0 string \001\001\001\001 MMDF mailbox 0 string \001\001\001\001 MMDF mailbox

View File

@ -1,5 +1,5 @@
#------------------------------------------------------------------------------ #------------------------------------------------------------------------------
# $File: cracklib,v 1.7 2009/09/19 16:28:08 christos Exp $ # $File: music,v 1.1 2011/11/25 03:28:17 christos Exp $
# music: file (1) magic for music formats # music: file (1) magic for music formats
# BWW format used by Bagpipe Music Writer Gold by Robert MacNeil Musicworks # BWW format used by Bagpipe Music Writer Gold by Robert MacNeil Musicworks

View File

@ -1,6 +1,6 @@
#----------------------------------------------------------------------------- #-----------------------------------------------------------------------------
# $File: natinst,v 1.5 2013/02/06 14:18:52 christos Exp $ # $File: natinst,v 1.6 2014/06/03 19:17:27 christos Exp $
# natinst: file(1) magic for National Instruments Code Files # natinst: file(1) magic for National Instruments Code Files
# #

View File

@ -1,6 +1,6 @@
#------------------------------------------------------------------------------ #------------------------------------------------------------------------------
# $File: ncr,v 1.7 2009/09/19 16:28:11 christos Exp $ # $File: ncr,v 1.8 2014/04/30 21:41:02 christos Exp $
# ncr: file(1) magic for NCR Tower objects # ncr: file(1) magic for NCR Tower objects
# #
# contributed by # contributed by

View File

@ -1,6 +1,6 @@
#------------------------------------------------------------------------------ #------------------------------------------------------------------------------
# $File$ # $File: news,v 1.6 2009/09/19 16:28:11 christos Exp $
# news: file(1) magic for SunOS NeWS fonts (not "news" as in "netnews") # news: file(1) magic for SunOS NeWS fonts (not "news" as in "netnews")
# #
0 string StartFontMetrics ASCII font metrics 0 string StartFontMetrics ASCII font metrics

View File

@ -1,6 +1,6 @@
#------------------------------------------------------------------------------ #------------------------------------------------------------------------------
# $File: oasis,v 1.1 2011/03/15 02:09:38 christos Exp $ # $File: oasis,v 1.2 2014/06/03 19:17:27 christos Exp $
# OASIS # OASIS
# Summary: OASIS stream file # Summary: OASIS stream file
# Long description: Open Artwork System Interchange Standard # Long description: Open Artwork System Interchange Standard

View File

@ -1,6 +1,6 @@
#------------------------------------------------------------------------------ #------------------------------------------------------------------------------
# $File: ocaml,v 1.4 2009/09/19 16:28:11 christos Exp $ # $File: ocaml,v 1.5 2010/09/20 18:55:20 rrt Exp $
# ocaml: file(1) magic for Objective Caml files. # ocaml: file(1) magic for Objective Caml files.
0 string Caml1999 OCaml 0 string Caml1999 OCaml
>8 string X exec file >8 string X exec file

View File

@ -1,6 +1,6 @@
#------------------------------------------------------------------------------ #------------------------------------------------------------------------------
# $File$ # $File: octave,v 1.4 2009/09/19 16:28:11 christos Exp $
# octave binary data file(1) magic, from Dirk Eddelbuettel <edd@debian.org> # octave binary data file(1) magic, from Dirk Eddelbuettel <edd@debian.org>
0 string Octave-1-L Octave binary data (little endian) 0 string Octave-1-L Octave binary data (little endian)
0 string Octave-1-B Octave binary data (big endian) 0 string Octave-1-B Octave binary data (big endian)

View File

@ -1,6 +1,6 @@
#------------------------------------------------------------------------------ #------------------------------------------------------------------------------
# $File$ # $File: olf,v 1.4 2009/09/19 16:28:11 christos Exp $
# olf: file(1) magic for OLF executables # olf: file(1) magic for OLF executables
# #
# We have to check the byte order flag to see what byte order all the # We have to check the byte order flag to see what byte order all the

View File

@ -1,6 +1,6 @@
#------------------------------------------------------------------------------ #------------------------------------------------------------------------------
# $File$ # $File: os400,v 1.5 2009/09/19 16:28:11 christos Exp $
# os400: file(1) magic for IBM OS/400 files # os400: file(1) magic for IBM OS/400 files
# #
# IBM OS/400 (i5/OS) Save file (SAVF) - gerardo.cacciari@gmail.com # IBM OS/400 (i5/OS) Save file (SAVF) - gerardo.cacciari@gmail.com

View File

@ -1,6 +1,6 @@
#------------------------------------------------------------------------------ #------------------------------------------------------------------------------
# $File$ # $File: osf1,v 1.7 2009/09/19 16:28:11 christos Exp $
# #
# Mach magic number info # Mach magic number info
# #

View File

@ -1,6 +1,6 @@
#------------------------------------------------------------------------------ #------------------------------------------------------------------------------
# $File$ # $File: pbm,v 1.6 2009/09/19 16:28:11 christos Exp $
# pbm: file(1) magic for Portable Bitmap files # pbm: file(1) magic for Portable Bitmap files
# #
# XXX - byte order? # XXX - byte order?

View File

@ -1,5 +1,5 @@
#------------------------------------------------------------------------------ #------------------------------------------------------------------------------
# $File: perl,v 1.25 2016/06/07 23:28:37 rrt Exp $ # $File: perl,v 1.26 2017/02/21 18:34:55 christos Exp $
# perl: file(1) magic for Larry Wall's perl language. # perl: file(1) magic for Larry Wall's perl language.
# #
# The `eval' lines recognizes an outrageously clever hack. # The `eval' lines recognizes an outrageously clever hack.

View File

@ -1,6 +1,6 @@
#------------------------------------------------------------------------------ #------------------------------------------------------------------------------
# $File$ # $File: pkgadd,v 1.6 2009/09/19 16:28:11 christos Exp $
# pkgadd: file(1) magic for SysV R4 PKG Datastreams # pkgadd: file(1) magic for SysV R4 PKG Datastreams
# #
0 string #\ PaCkAgE\ DaTaStReAm pkg Datastream (SVR4) 0 string #\ PaCkAgE\ DaTaStReAm pkg Datastream (SVR4)

View File

@ -1,6 +1,6 @@
#------------------------------------------------------------------------------ #------------------------------------------------------------------------------
# $File$ # $File: plus5,v 1.6 2009/09/19 16:28:11 christos Exp $
# plus5: file(1) magic for Plus Five's UNIX MUMPS # plus5: file(1) magic for Plus Five's UNIX MUMPS
# #
# XXX - byte order? Paging Hokey.... # XXX - byte order? Paging Hokey....

View File

@ -1,6 +1,6 @@
#------------------------------------------------------------------------------ #------------------------------------------------------------------------------
# $File$ # $File: pulsar,v 1.5 2009/09/19 16:28:12 christos Exp $
# pulsar: file(1) magic for Pulsar POP3 daemon binary files # pulsar: file(1) magic for Pulsar POP3 daemon binary files
# #
# http://pulsar.sourceforge.net # http://pulsar.sourceforge.net

View File

@ -1,6 +1,6 @@
#------------------------------------------------------------------------------ #------------------------------------------------------------------------------
# $File$ # $File: pyramid,v 1.7 2009/09/19 16:28:12 christos Exp $
# pyramid: file(1) magic for Pyramids # pyramid: file(1) magic for Pyramids
# #
# XXX - byte order? # XXX - byte order?

View File

@ -1,44 +0,0 @@
#------------------------------------------------------------------------------
# $File: rinex,v 1.3 2011/04/04 21:12:03 christos Exp $
# rinex: file(1) magic for RINEX files
# http://igscb.jpl.nasa.gov/igscb/data/format/rinex210.txt
# ftp://cddis.gsfc.nasa.gov/pub/reports/formats/rinex300.pdf
# data for testing: ftp://cddis.gsfc.nasa.gov/pub/gps/data
60 string RINEX
>80 search/256 XXRINEXB RINEX Data, GEO SBAS Broadcast
>>&32 string x \b, date %15.15s
>>5 string x \b, version %6.6s
!:mime rinex/broadcast
>80 search/256 XXRINEXD RINEX Data, Observation (Hatanaka comp)
>>&32 string x \b, date %15.15s
>>5 string x \b, version %6.6s
!:mime rinex/observation
>80 search/256 XXRINEXC RINEX Data, Clock
>>&32 string x \b, date %15.15s
>>5 string x \b, version %6.6s
!:mime rinex/clock
>80 search/256 XXRINEXH RINEX Data, GEO SBAS Navigation
>>&32 string x \b, date %15.15s
>>5 string x \b, version %6.6s
!:mime rinex/navigation
>80 search/256 XXRINEXG RINEX Data, GLONASS Navigation
>>&32 string x \b, date %15.15s
>>5 string x \b, version %6.6s
!:mime rinex/navigation
>80 search/256 XXRINEXL RINEX Data, Galileo Navigation
>>&32 string x \b, date %15.15s
>>5 string x \b, version %6.6s
!:mime rinex/navigation
>80 search/256 XXRINEXM RINEX Data, Meteorological
>>&32 string x \b, date %15.15s
>>5 string x \b, version %6.6s
!:mime rinex/meteorological
>80 search/256 XXRINEXN RINEX Data, Navigation
>>&32 string x \b, date %15.15s
>>5 string x \b, version %6.6s
!:mime rinex/navigation
>80 search/256 XXRINEXO RINEX Data, Observation
>>&32 string x \b, date %15.15s
>>5 string x \b, version %6.6s
!:mime rinex/observation

View File

@ -1,6 +1,6 @@
#------------------------------------------------------------------------------ #------------------------------------------------------------------------------
# $File: rpm,v 1.11 2011/06/14 12:47:41 christos Exp $ # $File: rpm,v 1.12 2013/01/11 16:45:23 christos Exp $
# #
# RPM: file(1) magic for Red Hat Packages Erik Troan (ewt@redhat.com) # RPM: file(1) magic for Red Hat Packages Erik Troan (ewt@redhat.com)
# #

View File

@ -1,6 +1,6 @@
#------------------------------------------------------------------------------ #------------------------------------------------------------------------------
# $File$ # $File: sc,v 1.6 2009/09/19 16:28:12 christos Exp $
# sc: file(1) magic for "sc" spreadsheet # sc: file(1) magic for "sc" spreadsheet
# #
38 string Spreadsheet sc spreadsheet file 38 string Spreadsheet sc spreadsheet file

View File

@ -1,6 +1,6 @@
#------------------------------------------------------------------------------ #------------------------------------------------------------------------------
# $File$ # $File: securitycerts,v 1.4 2009/09/19 16:28:12 christos Exp $
0 search/1 -----BEGIN\ CERTIFICATE------ RFC1421 Security Certificate text 0 search/1 -----BEGIN\ CERTIFICATE------ RFC1421 Security Certificate text
0 search/1 -----BEGIN\ NEW\ CERTIFICATE RFC1421 Security Certificate Signing Request text 0 search/1 -----BEGIN\ NEW\ CERTIFICATE RFC1421 Security Certificate Signing Request text
0 belong 0xedfeedfe Sun 'jks' Java Keystore File data 0 belong 0xedfeedfe Sun 'jks' Java Keystore File data

View File

@ -1,6 +1,6 @@
#------------------------------------------------------------------------------ #------------------------------------------------------------------------------
# $File: sereal,v 1.2 2014/11/11 20:10:49 christos Exp $ # $File: sereal,v 1.3 2015/02/05 19:14:45 christos Exp $
# sereal: file(1) magic the Sereal binary serialization format # sereal: file(1) magic the Sereal binary serialization format
# #
# From: Ævar Arnfjörð Bjarmason <avarab@gmail.com> # From: Ævar Arnfjörð Bjarmason <avarab@gmail.com>

View File

@ -1,6 +1,6 @@
#----------------------------------------------- #-----------------------------------------------
# $File$ # $File: smalltalk,v 1.5 2009/09/19 16:28:12 christos Exp $
# GNU Smalltalk image, starting at version 1.6.2 # GNU Smalltalk image, starting at version 1.6.2
# From: catull_us@yahoo.com # From: catull_us@yahoo.com
# #

View File

@ -1,6 +1,6 @@
#------------------------------------------------------------------------------ #------------------------------------------------------------------------------
# $File$ # $File: smile,v 1.1 2011/08/17 17:37:18 christos Exp $
# smile: file(1) magic for Smile serialization # smile: file(1) magic for Smile serialization
# #
# The Smile serialization format uses a 4-byte header: # The Smile serialization format uses a 4-byte header:

View File

@ -1,6 +1,6 @@
#------------------------------------------------------------------------------ #------------------------------------------------------------------------------
# $File$ # $File: softquad,v 1.13 2009/09/19 16:28:12 christos Exp $
# softquad: file(1) magic for SoftQuad Publishing Software # softquad: file(1) magic for SoftQuad Publishing Software
# #
# Author/Editor and RulesBuilder # Author/Editor and RulesBuilder

View File

@ -1,6 +1,6 @@
#------------------------------------------------------------------------------ #------------------------------------------------------------------------------
# $File$ # $File: spec,v 1.4 2009/09/19 16:28:12 christos Exp $
# spec: file(1) magic for SPEC raw results (*.raw, *.rsf) # spec: file(1) magic for SPEC raw results (*.raw, *.rsf)
# #
# Cloyce D. Spradling <cloyce@headgear.org> # Cloyce D. Spradling <cloyce@headgear.org>

View File

@ -1,6 +1,6 @@
#------------------------------------------------------------------------------ #------------------------------------------------------------------------------
# $File$ # $File: teapot,v 1.4 2009/09/19 16:28:12 christos Exp $
# teapot: file(1) magic for "teapot" spreadsheet # teapot: file(1) magic for "teapot" spreadsheet
# #
0 string #!teapot\012xdr teapot work sheet (XDR format) 0 string #!teapot\012xdr teapot work sheet (XDR format)

View File

@ -1,6 +1,6 @@
#------------------------------------------------------------------------------ #------------------------------------------------------------------------------
# $File: tgif,v 1.6 2010/09/20 18:55:20 rrt Exp $ # $File: tgif,v 1.7 2010/09/20 19:03:46 rrt Exp $
# file(1) magic for tgif(1) files # file(1) magic for tgif(1) files
# From Hendrik Scholz <hendrik@scholz.net> # From Hendrik Scholz <hendrik@scholz.net>
0 string %TGIF\ Tgif file version 0 string %TGIF\ Tgif file version

View File

@ -1,6 +1,6 @@
#------------------------------------------------------------------------------ #------------------------------------------------------------------------------
# $File$ # $File: tuxedo,v 1.4 2009/09/19 16:28:13 christos Exp $
# tuxedo: file(1) magic for BEA TUXEDO data files # tuxedo: file(1) magic for BEA TUXEDO data files
# #
# from Ian Springer <ispringer@hotmail.com> # from Ian Springer <ispringer@hotmail.com>

View File

@ -1,6 +1,6 @@
#------------------------------------------------------------------------------ #------------------------------------------------------------------------------
# $File$ # $File: typeset,v 1.8 2009/09/19 16:28:13 christos Exp $
# typeset: file(1) magic for other typesetting # typeset: file(1) magic for other typesetting
# #
0 string Interpress/Xerox Xerox InterPress data 0 string Interpress/Xerox Xerox InterPress data

View File

@ -1,6 +1,6 @@
#------------------------------------------------------------------------------ #------------------------------------------------------------------------------
# $File: unknown,v 1.7 2009/09/19 16:28:13 christos Exp $ # $File: unknown,v 1.8 2013/01/09 22:37:24 christos Exp $
# unknown: file(1) magic for unknown machines # unknown: file(1) magic for unknown machines
# #
# 0x107 is 0407, 0x108 is 0410, and 0x109 is 0411; those are all PDP-11 # 0x107 is 0407, 0x108 is 0410, and 0x109 is 0411; those are all PDP-11

View File

@ -1,6 +1,6 @@
#------------------------------------------------------------------------------ #------------------------------------------------------------------------------
# $File: uterus,v 1.2 2014/04/28 12:04:50 christos Exp $ # $File: uterus,v 1.3 2014/04/30 21:41:02 christos Exp $
# file(1) magic for uterus files # file(1) magic for uterus files
# http://freecode.com/projects/uterus # http://freecode.com/projects/uterus
# #

View File

@ -1,6 +1,6 @@
#------------------------------------------------------------------------------ #------------------------------------------------------------------------------
# $File: vax,v 1.9 2014/04/30 21:41:02 christos Exp $ # $File: vacuum-cleaner,v 1.1 2015/11/14 13:38:35 christos Exp $
# vacuum cleaner magic by Thomas M. Ott (ThMO) # vacuum cleaner magic by Thomas M. Ott (ThMO)
# #
# navigation map for LG robot vacuum cleaner models VR62xx, VR64xx, VR63xx # navigation map for LG robot vacuum cleaner models VR62xx, VR64xx, VR63xx

View File

@ -1,6 +1,6 @@
#------------------------------------------------------------------------------ #------------------------------------------------------------------------------
# $File: varied.out,v 1.22 2010/07/02 00:06:27 christos Exp $ # $File: varied.out,v 1.23 2014/04/30 21:41:02 christos Exp $
# varied.out: file(1) magic for various USG systems # varied.out: file(1) magic for various USG systems
# #
# Herewith many of the object file formats used by USG systems. # Herewith many of the object file formats used by USG systems.

View File

@ -1,6 +1,6 @@
#------------------------------------------------------------------------------ #------------------------------------------------------------------------------
# $File$ # $File: vicar,v 1.4 2009/09/19 16:28:13 christos Exp $
# vicar: file(1) magic for VICAR files. # vicar: file(1) magic for VICAR files.
# #
# From: Ossama Othman <othman@astrosun.tn.cornell.edu # From: Ossama Othman <othman@astrosun.tn.cornell.edu

View File

@ -1,6 +1,6 @@
#------------------------------------------------------------------------------ #------------------------------------------------------------------------------
# $File$ # $File: virtutech,v 1.4 2009/09/19 16:28:13 christos Exp $
# Virtutech Compressed Random Access File Format # Virtutech Compressed Random Access File Format
# #
# From <gustav@virtutech.com> # From <gustav@virtutech.com>

View File

@ -1,6 +1,6 @@
#------------------------------------------------------------------------------ #------------------------------------------------------------------------------
# $File$ # $File: visx,v 1.5 2009/09/19 16:28:13 christos Exp $
# visx: file(1) magic for Visx format files # visx: file(1) magic for Visx format files
# #
0 short 0x5555 VISX image file 0 short 0x5555 VISX image file

View File

@ -1,6 +1,6 @@
#------------------------------------------------------------------------------ #------------------------------------------------------------------------------
# $File$ # $File: vxl,v 1.4 2009/09/19 16:28:13 christos Exp $
# VXL: file(1) magic for VXL binary IO data files # VXL: file(1) magic for VXL binary IO data files
# #
# from Ian Scott <scottim@sf.net> # from Ian Scott <scottim@sf.net>

View File

@ -1,6 +1,6 @@
#------------------------------------------------------------------------------ #------------------------------------------------------------------------------
# $File$ # $File: wireless,v 1.2 2009/09/19 16:28:13 christos Exp $
# wireless-regdb: file(1) magic for CRDA wireless-regdb file format # wireless-regdb: file(1) magic for CRDA wireless-regdb file format
# #
0 string RGDB CRDA wireless regulatory database file 0 string RGDB CRDA wireless regulatory database file

Some files were not shown because too many files have changed in this diff Show More