diff options
| author | lishu <[email protected]> | 2019-11-19 17:45:22 +0800 |
|---|---|---|
| committer | lishu <[email protected]> | 2019-11-19 17:45:22 +0800 |
| commit | c179edcda8d2b1f1d9828d08e575aba60819b3f2 (patch) | |
| tree | 9c2bd38b619005f23275ee6ea9dd5e46bdfbe453 /src/HTTP_Analyze.c | |
| parent | 3a62b4e3ef14e62f1e5ff55069e133f0b1858d95 (diff) | |
add http_host_parser
Diffstat (limited to 'src/HTTP_Analyze.c')
| -rw-r--r-- | src/HTTP_Analyze.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/HTTP_Analyze.c b/src/HTTP_Analyze.c index 12188c0..f567a13 100644 --- a/src/HTTP_Analyze.c +++ b/src/HTTP_Analyze.c @@ -25,7 +25,7 @@ http_prog_runtime_parameter_t g_http_prog_para; int G_HTTP_H_VERSION_3_20150320 = 0; -int G_HTTP_VERSION_4_20190128 = 0; +int G_HTTP_VERSION_4_20191112 = 0; void history() { //2014-12-09 V3.0 new documentAnalyze lib ; http.h add and delete ; @@ -101,6 +101,7 @@ void history() //2019-01-05 V4.0 //special http packet, get_span_space.pcap //2019-01-11 V4.0 //is_absolute_uri //2019-01-28 V4.0 //1. support Content-Range: bytes -154100106/154100107 2. bug:http_doWithGzipData 3. assert(session_info.buflen>=0); + //2019-11-12 V4.0 //����http_host_parser���� } /* |
