diff options
author | Ivan Kapranov <44571881+koltiradw@users.noreply.github.com> | 2025-02-15 15:22:05 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-15 13:22:05 +0100 |
commit | 005f7030cb58aedfabe871330638a6fa5c181f86 (patch) | |
tree | bb4a3c395726cdf694d83e90c64667ac6e2205e2 /src/include/ndpi_typedefs.h | |
parent | 3c4d7e11fdd782f1803513aac689df2bbd396ee0 (diff) |
reworked ntp info extraction (#2723)
Diffstat (limited to 'src/include/ndpi_typedefs.h')
-rw-r--r-- | src/include/ndpi_typedefs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/ndpi_typedefs.h b/src/include/ndpi_typedefs.h index 15c83d325..c1c57bb6f 100644 --- a/src/include/ndpi_typedefs.h +++ b/src/include/ndpi_typedefs.h @@ -1439,8 +1439,8 @@ struct ndpi_flow_struct { } dns; struct { - u_int8_t request_code; u_int8_t version; + u_int8_t mode; } ntp; struct { |