diff options
author | Ivan Nardi <12729895+IvanNardi@users.noreply.github.com> | 2025-01-07 19:58:43 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-07 19:58:43 +0100 |
commit | 47569042224bc277454ba138d1033d8b334e6be8 (patch) | |
tree | fb36f10122d259d5f2633d2a197e2e37108d5d0b /src/include | |
parent | c34b692a4b33886525c147a94469745609f416ad (diff) |
QUIC: remove extraction of user-agent (#2650)
In very old (G)QUIC versions by Google, the user agent was available on
plain text. That is not true anymore, since about end of 2021.
See: https://github.com/google/quiche/commit/f282c934f4731a9f4be93409c9f3e8687f0566a7
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/ndpi_private.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/include/ndpi_private.h b/src/include/ndpi_private.h index 3491efcf8..93eccf0d1 100644 --- a/src/include/ndpi_private.h +++ b/src/include/ndpi_private.h @@ -658,10 +658,6 @@ void switch_extra_dissection_to_tls(struct ndpi_detection_module_struct *ndpi_st struct ndpi_flow_struct *flow); void switch_extra_dissection_to_tls_obfuscated_heur(struct ndpi_detection_module_struct* ndpi_struct, struct ndpi_flow_struct* flow); -/* HTTP */ -void http_process_user_agent(struct ndpi_detection_module_struct *ndpi_struct, - struct ndpi_flow_struct *flow, - const u_int8_t *ua_ptr, u_int16_t ua_ptr_len); /* OOKLA */ int ookla_search_into_cache(struct ndpi_detection_module_struct* ndpi_struct, |