Home
last modified time | relevance | path

Searched refs:http_detected (Results 1 – 2 of 2) sorted by relevance

/dports/net/ndpi/nDPI-92a1be2/src/lib/protocols/
H A Dhttp.c306 flow->http_detected = 1; in ndpi_int_http_add_connection()
347 if((flow->l4.tcp.http_stage == 0) || (flow->http.url && flow->http_detected)) { in ndpi_http_parse_subprotocol()
502 if(flow->http_detected && (flow->http.response_status_code != 0)) in check_content_type_and_change_protocol()
588 && (flow->http_detected) in check_content_type_and_change_protocol()
610 if(flow->http_detected) in check_content_type_and_change_protocol()
659 if(flow->http_detected && packet->content_line.ptr && *(char*)packet->content_line.ptr) { in check_content_type_and_change_protocol()
866 flow->http_detected = 0; in ndpi_check_http_tcp()
1041 flow->http_detected = 1; in ndpi_check_http_tcp()
1074 if(flow->http_detected) in ndpi_check_http_tcp()
1108 flow->http_detected = 1; in ndpi_check_http_tcp()
[all …]
/dports/net/ndpi/nDPI-92a1be2/src/include/
H A Dndpi_typedefs.h1448 u_int8_t http_detected:1; member