diff options
author | Luca Deri <deri@ntop.org> | 2024-10-19 13:43:21 +0200 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2024-10-19 13:43:21 +0200 |
commit | e16b01c4c2d263750388854c5002536bbcaa904c (patch) | |
tree | 8bb0def5cb1297158014c0dcdffaf0d2adcf8436 /src/include | |
parent | 188fadc50303e56a53ebd7afa4807c5d1b75fd86 (diff) |
Renamed os hints to avoid name clashes
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/ndpi_typedefs.h | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/src/include/ndpi_typedefs.h b/src/include/ndpi_typedefs.h index 5960fdfae..fc6a6c837 100644 --- a/src/include/ndpi_typedefs.h +++ b/src/include/ndpi_typedefs.h @@ -1245,14 +1245,14 @@ struct ndpi_metadata_monitoring { }; enum operating_system_hint { - os_unknown = 0, - os_windows = 1, - os_macos = 2, - os_ios_ipad_os = 3, - os_android = 4, - os_linux = 5, - os_freebsd = 6, - os_unused2 = 7 + os_hint_unknown = 0, + os_hint_windows = 1, + os_hint_macos = 2, + os_hint_ios_ipad_os = 3, + os_hint_android = 4, + os_hint_linux = 5, + os_hint_freebsd = 6, + os_hint_unused2 = 7 }; struct os_fingerprint { |