mirror of
https://github.com/vel21ripn/nDPI.git
synced 2026-05-02 00:40:17 +00:00
Improved HTTP reporting in ndpiReader
This commit is contained in:
parent
12cf0c4763
commit
e6bd64b3ea
18 changed files with 182 additions and 182 deletions
|
|
@ -966,7 +966,7 @@ void process_ndpi_collected_info(struct ndpi_workflow * workflow, struct ndpi_fl
|
|||
}
|
||||
}
|
||||
/* HTTP */
|
||||
else if(flow->detected_protocol.master_protocol == NDPI_PROTOCOL_HTTP) {
|
||||
else if(flow->detected_protocol.app_protocol == NDPI_PROTOCOL_HTTP) {
|
||||
if(flow->ndpi_flow->http.url != NULL) {
|
||||
snprintf(flow->http.url, sizeof(flow->http.url), "%s", flow->ndpi_flow->http.url);
|
||||
flow->http.response_status_code = flow->ndpi_flow->http.response_status_code;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue