1*b6cee71dSXin LI 2*b6cee71dSXin LI#------------------------------------------------------------------------------ 3*b6cee71dSXin LI# $File: zyxel,v 1.6 2009/09/19 16:28:13 christos Exp $ 4*b6cee71dSXin LI# zyxel: file(1) magic for ZyXEL modems 5*b6cee71dSXin LI# 6*b6cee71dSXin LI# From <rob@pe1chl.ampr.org> 7*b6cee71dSXin LI# These are the /etc/magic entries to decode datafiles as used for the 8*b6cee71dSXin LI# ZyXEL U-1496E DATA/FAX/VOICE modems. (This header conforms to a 9*b6cee71dSXin LI# ZyXEL-defined standard) 10*b6cee71dSXin LI 11*b6cee71dSXin LI0 string ZyXEL\002 ZyXEL voice data 12*b6cee71dSXin LI>10 byte 0 - CELP encoding 13*b6cee71dSXin LI>10 byte&0x0B 1 - ADPCM2 encoding 14*b6cee71dSXin LI>10 byte&0x0B 2 - ADPCM3 encoding 15*b6cee71dSXin LI>10 byte&0x0B 3 - ADPCM4 encoding 16*b6cee71dSXin LI>10 byte&0x0B 8 - New ADPCM3 encoding 17*b6cee71dSXin LI>10 byte&0x04 4 with resync 18