rename flow_direction to flow_type
This commit is contained in:
@@ -19,7 +19,7 @@ int httpd_tunnel_identify(struct http_decoder_env *httpd_env, int curdir, struct
|
||||
return 0;
|
||||
}
|
||||
|
||||
if (FLOW_DIRECTION_C2S == curdir)
|
||||
if (FLOW_TYPE_C2S == curdir)
|
||||
{
|
||||
struct http_request_line reqline = {};
|
||||
http_decoder_half_data_get_request_line(hfdata, &reqline);
|
||||
|
||||
Reference in New Issue
Block a user