Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 May 1995 10:10:00 -0700
From:      Bill Fenner <fenner@parc.xerox.com>
To:        freebsd-bugs
Subject:   misc/437: addition for /usr/src/usr.bin/file/Magdir/zyxel
Message-ID:  <199505231710.KAA07763@freefall.cdrom.com>
In-Reply-To: Your message of Tue, 23 May 1995 10:05:20 PDT <199505231705.KAA01407@fenestro.parc.xerox.com>

next in thread | previous in thread | raw e-mail | index | archive | help

>Number:         437
>Category:       misc
>Synopsis:       addition for /usr/src/usr.bin/file/Magdir/zyxel
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs (FreeBSD bugs mailing list)
>State:          open
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue May 23 10:10:00 1995
>Originator:     Bill Fenner
>Organization:
Xerox PARC
>Release:        FreeBSD 2.1.0-Development i386
>Environment:

	
	FreeBSD-2.0 SNAP950412

>Description:

	
ZyXEL has added some new types to their voice file format

>How-To-Repeat:

	

>Fix:
	
	
I also changed spaces to tabs, that's why some of the lines look unchanged

*** /usr/src/usr.bin/file/Magdir/zyxel	Sat Sep  3 12:16:28 1994
--- zyxel	Tue May 23 10:02:05 1995
***************
*** 3,9 ****
  # ZyXEL U-1496E DATA/FAX/VOICE modems.  (This header conforms to a
  # ZyXEL-defined standard)
  
! 0       string          ZyXEL\002       ZyXEL voice data
! >10     byte            0               - CELP encoding
! >10     byte            1               - ADPCM2 encoding
! >10     byte            2               - ADPCM3 encoding
--- 3,12 ----
  # ZyXEL U-1496E DATA/FAX/VOICE modems.  (This header conforms to a
  # ZyXEL-defined standard)
  
! 0	string		ZyXEL\002	ZyXEL voice data
! >10	byte		0		- CELP encoding
! >10	byte&0x0B	1		- ADPCM2 encoding
! >10	byte&0x0B	2		- ADPCM3 encoding
! >10	byte&0x0B	3		- ADPCM4 encoding
! >10	byte&0x0B	8		- New ADPCM3 encoding
! >10	byte&0x04	4		with resync
>Audit-Trail:
>Unformatted:





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199505231710.KAA07763>