mirror of
https://github.com/vel21ripn/nDPI.git
synced 2026-04-30 07:59:49 +00:00
Exported HTTP server in metadata
This commit is contained in:
parent
c882120afd
commit
e0afc16aa2
7 changed files with 26 additions and 4 deletions
|
|
@ -275,7 +275,7 @@ typedef struct ndpi_flow_info {
|
|||
} ssh_tls;
|
||||
|
||||
struct {
|
||||
char url[256], request_content_type[64], content_type[64], user_agent[256];
|
||||
char url[256], request_content_type[64], content_type[64], user_agent[256], server[128];
|
||||
u_int response_status_code;
|
||||
} http;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue