summaryrefslogtreecommitdiff
path: root/src/http_decoder_inc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/http_decoder_inc.h')
-rw-r--r--src/http_decoder_inc.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/http_decoder_inc.h b/src/http_decoder_inc.h
index 9b64cad..13f0369 100644
--- a/src/http_decoder_inc.h
+++ b/src/http_decoder_inc.h
@@ -65,6 +65,9 @@ extern "C"
#define HTTPD_CFG_FILE "./etc/http/http_decoder.toml"
#define FILEDSTAT_OUTPUT_FILE "./http_decoder.fs4"
+#define HTTP_CTX_NOT_HTTP "__NOT_HTTP_SESS__"
+#define HTTP_CTX_IS_HTTP "__FAKE_HTTP_CTX__"
+
struct http_decoder_config
{
int decompress_switch;