#include <htp_decompressors.h>
Data Fields | |
htp_decompressor_t | super |
int | zlib_initialized |
uint8_t | header [10] |
uint8_t | header_len |
uint8_t | restart |
uint8_t | passthrough |
z_stream | stream |
unsigned char * | buffer |
unsigned long | crc |
unsigned char* htp_decompressor_gzip_t::buffer |
unsigned long htp_decompressor_gzip_t::crc |
uint8_t htp_decompressor_gzip_t::header[10] |
decompression failed, pass through raw data
uint8_t htp_decompressor_gzip_t::restart |
deflate restarted to try rfc1950 instead of 1951
z_stream htp_decompressor_gzip_t::stream |