From e16b01c4c2d263750388854c5002536bbcaa904c Mon Sep 17 00:00:00 2001 From: Luca Deri Date: Sat, 19 Oct 2024 13:43:21 +0200 Subject: Renamed os hints to avoid name clashes --- src/include/ndpi_typedefs.h | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'src/include') 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 { -- cgit v1.2.3