aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/file_wrappers.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2011-04-10 17:01:13 +0000
committerGuy Harris <guy@alum.mit.edu>2011-04-10 17:01:13 +0000
commitf3502974a09baafb89e82ec5d165e96ae3345610 (patch)
tree88fb3f64ad4280567dd20746f06d834be9ec55fc /wiretap/file_wrappers.c
parentf27f61ac9eed53604cfef4cedf21a5b06f248f33 (diff)
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
Diffstat (limited to 'wiretap/file_wrappers.c')
-rw-r--r--wiretap/file_wrappers.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/wiretap/file_wrappers.c b/wiretap/file_wrappers.c
index 13c8278387..daaec5d51b 100644
--- a/wiretap/file_wrappers.c
+++ b/wiretap/file_wrappers.c
@@ -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