zyxel revision 267843
1178476Sjb
2178476Sjb#------------------------------------------------------------------------------
3178476Sjb# $File: zyxel,v 1.6 2009/09/19 16:28:13 christos Exp $
4178476Sjb# zyxel:  file(1) magic for ZyXEL modems
5178476Sjb#
6178476Sjb# From <rob@pe1chl.ampr.org>
7178476Sjb# These are the /etc/magic entries to decode datafiles as used for the
8178476Sjb# ZyXEL U-1496E DATA/FAX/VOICE modems.  (This header conforms to a
9178476Sjb# ZyXEL-defined standard)
10178476Sjb
11178476Sjb0	string		ZyXEL\002	ZyXEL voice data
12178476Sjb>10	byte		0		- CELP encoding
13178476Sjb>10	byte&0x0B	1		- ADPCM2 encoding
14178476Sjb>10	byte&0x0B	2		- ADPCM3 encoding
15178476Sjb>10	byte&0x0B	3		- ADPCM4 encoding
16178476Sjb>10	byte&0x0B	8		- New ADPCM3 encoding
17178476Sjb>10	byte&0x04	4		with resync
18178476Sjb