1327e51cbSPeter Avalos 2327e51cbSPeter Avalos#----------------------------------------------------------------------------- 3*82c5fa3eSPeter Avalos# $File: natinst,v 1.6 2014/06/03 19:17:27 christos Exp $ 4327e51cbSPeter Avalos# natinst: file(1) magic for National Instruments Code Files 5327e51cbSPeter Avalos 6327e51cbSPeter Avalos# 7e8af9738SPeter Avalos# From <egamez@fcfm.buap.mx> Enrique Gamez-Flores 8327e51cbSPeter Avalos# version 1 9327e51cbSPeter Avalos# Many formats still missing, we use, for the moment LabVIEW 10327e51cbSPeter Avalos# We guess VXI format file. VISA, LabWindowsCVI, BridgeVIEW, etc, are missing 11327e51cbSPeter Avalos# 12327e51cbSPeter Avalos0 string RSRC National Instruments, 13327e51cbSPeter Avalos# Check if it's a LabVIEW File 14327e51cbSPeter Avalos>8 string LV LabVIEW File, 15*82c5fa3eSPeter Avalos# Check which kind of file it is 16327e51cbSPeter Avalos>>10 string SB Code Resource File, data 17327e51cbSPeter Avalos>>10 string IN Virtual Instrument Program, data 18327e51cbSPeter Avalos>>10 string AR VI Library, data 19327e51cbSPeter Avalos# This is for Menu Libraries 20327e51cbSPeter Avalos>8 string LMNULBVW Portable File Names, data 21327e51cbSPeter Avalos# This is for General Resources 22327e51cbSPeter Avalos>8 string rsc Resources File, data 23327e51cbSPeter Avalos# This is for VXI Package 24327e51cbSPeter Avalos0 string VMAP National Instruments, VXI File, data 25