xref: /dragonfly/contrib/file/magic/Magdir/natinst (revision 9f3fc534)
1
2#-----------------------------------------------------------------------------
3# natinst:  file(1) magic for National Instruments Code Files
4
5#
6# From <egamez@fcfm.buap.mx> Enrique G�mez-Flores
7# version 1
8# Many formats still missing, we use, for the moment LabVIEW
9# We guess VXI format file. VISA, LabWindowsCVI, BridgeVIEW, etc, are missing
10#
110       string          RSRC            National Instruments,
12# Check if it's a LabVIEW File
13>8      string          LV              LabVIEW File,
14# Check wich kind of file is
15>>10    string          SB              Code Resource File, data
16>>10    string          IN              Virtual Instrument Program, data
17>>10    string          AR              VI Library, data
18# This is for Menu Libraries
19>8      string          LMNULBVW        Portable File Names, data
20# This is for General Resources
21>8      string          rsc             Resources File, data
22# This is for VXI Package
230       string          VMAP            National Instruments, VXI File, data
24