Home
last modified time | relevance | path

Searched refs:NDPI_PROTOCOL_HTTP (Results 1 – 12 of 12) sorted by relevance

/dports/net/ndpi/nDPI-92a1be2/src/lib/protocols/
H A Dhttp.c26 #define NDPI_CURRENT_PROTO NDPI_PROTOCOL_HTTP
300 ndpi_set_detected_protocol(ndpi_struct, flow, flow->guessed_host_protocol_id, NDPI_PROTOCOL_HTTP); in ndpi_int_http_add_connection()
352 if(ndpi_match_hostname_protocol(ndpi_struct, flow, NDPI_PROTOCOL_HTTP, in ndpi_http_parse_subprotocol()
359 ndpi_set_detected_protocol(ndpi_struct, flow, NDPI_PROTOCOL_OOKLA, NDPI_PROTOCOL_HTTP); in ndpi_http_parse_subprotocol()
530 ndpi_set_detected_protocol(ndpi_struct, flow, NDPI_PROTOCOL_NTOP, NDPI_PROTOCOL_HTTP); in check_content_type_and_change_protocol()
596 NDPI_PROTOCOL_HTTP); in check_content_type_and_change_protocol()
600 if(packet->detected_protocol_stack[0] != NDPI_PROTOCOL_HTTP) { in check_content_type_and_change_protocol()
615 flow->guessed_protocol_id = NDPI_PROTOCOL_HTTP; in check_content_type_and_change_protocol()
664 &ret_match, NDPI_PROTOCOL_HTTP); in check_content_type_and_change_protocol()
1040 ndpi_int_http_add_connection(ndpi_struct, flow, NDPI_PROTOCOL_HTTP, NDPI_PROTOCOL_CATEGORY_WEB); in ndpi_check_http_tcp()
[all …]
H A Daimini.c36 ndpi_set_detected_protocol(ndpi_struct, flow, NDPI_PROTOCOL_HTTP, NDPI_PROTOCOL_AIMINI); in ndpi_int_aimini_add_connection()
225 if (flow->detected_protocol_stack[0] == NDPI_PROTOCOL_HTTP) { in ndpi_search_aimini()
H A Dicecast.c63 if(NDPI_FLOW_PROTOCOL_EXCLUDED(ndpi_struct, flow, NDPI_PROTOCOL_HTTP)) { in ndpi_search_icecast_tcp()
H A Dshoutcast.c53 && packet->detected_protocol_stack[0] == NDPI_PROTOCOL_HTTP in ndpi_search_shoutcast_tcp()
H A Dxbox.c91 if(NDPI_COMPARE_PROTOCOL_TO_BITMASK(flow->excluded_protocol_bitmask, NDPI_PROTOCOL_HTTP) != 0) { in ndpi_search_xbox()
/dports/net/ndpi/nDPI-92a1be2/src/lib/protocols/attic/
H A Dflash.c81 #ifdef NDPI_PROTOCOL_HTTP in ndpi_search_flash()
82 if (NDPI_COMPARE_PROTOCOL_TO_BITMASK(flow->excluded_protocol_bitmask, NDPI_PROTOCOL_HTTP) != 0) { in ndpi_search_flash()
86 #ifdef NDPI_PROTOCOL_HTTP in ndpi_search_flash()
/dports/net/ndpi/nDPI-92a1be2/src/include/
H A Dndpi_protocol_ids.h38 NDPI_PROTOCOL_HTTP = 7, enumerator
H A Dndpi_api.h.in798 /* NDPI_PROTOCOL_HTTP */
/dports/net-mgmt/fastnetmon/fastnetmon-1.1.4/src/tests/snabb/
H A Dndpicallback.cpp561 if (detected_protocol.protocol == NDPI_PROTOCOL_HTTP) { in firehose_packet()
/dports/net/ndpi/nDPI-92a1be2/src/lib/
H A Dndpi_utils.c855 case NDPI_PROTOCOL_HTTP: in ndpi_get_flow_info_by_proto_id()
1207 case NDPI_PROTOCOL_HTTP: in ndpi_dpi2json()
H A Dndpi_main.c897 ndpi_set_proto_defaults(ndpi_str, 1 /* cleartext */, NDPI_PROTOCOL_ACCEPTABLE, NDPI_PROTOCOL_HTTP, in ndpi_init_protocol_defaults()
901 ndpi_set_proto_subprotocols(ndpi_str, NDPI_PROTOCOL_HTTP, in ndpi_init_protocol_defaults()
5167 if((ret->master_protocol == NDPI_PROTOCOL_HTTP) && (ret->app_protocol == NDPI_PROTOCOL_NTOP)) in ndpi_is_ntop_protocol()
7221 case NDPI_PROTOCOL_HTTP: in ndpi_extra_dissection_possible()
/dports/net/ndpi/nDPI-92a1be2/example/
H A Dreader_util.c1125 else if((flow->detected_protocol.master_protocol == NDPI_PROTOCOL_HTTP) in process_ndpi_collected_info()
1126 || is_ndpi_proto(flow, NDPI_PROTOCOL_HTTP)) { in process_ndpi_collected_info()