HTP  0.3
Data Structures | Macros | Typedefs | Functions
htp_decompressors.h File Reference
#include "zlib.h"
Include dependency graph for htp_decompressors.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  htp_decompressor_t
struct  htp_decompressor_gzip_t

Macros

#define GZIP_BUF_SIZE   8192
#define GZIP_WINDOW_SIZE   -15
#define DEFLATE_MAGIC_1   0x1f
#define DEFLATE_MAGIC_2   0x8b
#define COMPRESSION_NONE   0
#define COMPRESSION_GZIP   1
#define COMPRESSION_DEFLATE   2

Typedefs

typedef struct
htp_decompressor_gzip_t 
htp_decompressor_gzip_t
typedef struct htp_decompressor_t htp_decompressor_t

Functions

htp_decompressor_thtp_gzip_decompressor_create (htp_connp_t *connp, int format)

Detailed Description

Author
Ivan Ristic ivanr.nosp@m.@web.nosp@m.kreat.nosp@m.or.c.nosp@m.om

Macro Definition Documentation

#define COMPRESSION_DEFLATE   2
#define COMPRESSION_GZIP   1
#define COMPRESSION_NONE   0
#define DEFLATE_MAGIC_1   0x1f
#define DEFLATE_MAGIC_2   0x8b
#define GZIP_BUF_SIZE   8192
#define GZIP_WINDOW_SIZE   -15

Typedef Documentation

Function Documentation

htp_decompressor_t* htp_gzip_decompressor_create ( htp_connp_t connp,
int  format 
)

Initialize gzip decompressor.

Parameters
connp

Here is the call graph for this function:

Here is the caller graph for this function: