HTP 0.5
Data Fields
htp_decompressor_gzip_t Struct Reference

#include <htp_decompressors.h>

Data Fields

htp_decompressor_t super
 
int zlib_initialized
 
uint8_t restart
 
z_stream stream
 
uint8_t header [LZMA_PROPS_SIZE+8]
 
uint8_t header_len
 
CLzmaDec state
 
unsigned char * buffer
 
unsigned long crc
 

Field Documentation

◆ buffer

unsigned char* htp_decompressor_gzip_t::buffer

◆ crc

unsigned long htp_decompressor_gzip_t::crc

◆ header

uint8_t htp_decompressor_gzip_t::header[LZMA_PROPS_SIZE+8]

◆ header_len

uint8_t htp_decompressor_gzip_t::header_len

◆ restart

uint8_t htp_decompressor_gzip_t::restart

deflate restarted to try rfc1950 instead of 1951

◆ state

CLzmaDec htp_decompressor_gzip_t::state

◆ stream

z_stream htp_decompressor_gzip_t::stream

◆ super

htp_decompressor_t htp_decompressor_gzip_t::super

◆ zlib_initialized

int htp_decompressor_gzip_t::zlib_initialized

The documentation for this struct was generated from the following file: