Point to RFC 1952 as a description of the gzip file format.

Point to pages for some other compressed file formats we might want to
support.

svn path=/trunk/; revision=36539
This commit is contained in:
Guy Harris 2011-04-10 17:01:13 +00:00
parent f27f61ac9e
commit f3502974a0
1 changed files with 10 additions and 0 deletions

View File

@ -59,6 +59,16 @@
#include "file_wrappers.h"
#include <wsutil/file_util.h>
/*
* See RFC 1952 for a description of the gzip file format.
*
* Some other compressed file formats we might want to support:
*
* XZ format: http://tukaani.org/xz/
*
* Bzip2 format: http://bzip.org/
*/
/* #define GZBUFSIZE 8192 */
#define GZBUFSIZE 4096