diff options
| -rw-r--r-- | plugins/FingerprintNG/iconpacks/res/Others/Discord.ico | bin | 4150 -> 1150 bytes | |||
| -rw-r--r-- | plugins/FingerprintNG/iconpacks/res/Others/Teams.ico | bin | 0 -> 1150 bytes | |||
| -rw-r--r-- | plugins/FingerprintNG/iconpacks/res/fp_icons.rc | 1 | ||||
| -rw-r--r-- | plugins/FingerprintNG/src/masks.cpp | 4 | ||||
| -rw-r--r-- | plugins/FingerprintNG/src/resource.h | 3 |
5 files changed, 7 insertions, 1 deletions
diff --git a/plugins/FingerprintNG/iconpacks/res/Others/Discord.ico b/plugins/FingerprintNG/iconpacks/res/Others/Discord.ico Binary files differindex c2830ed132..b9ce86cd14 100644 --- a/plugins/FingerprintNG/iconpacks/res/Others/Discord.ico +++ b/plugins/FingerprintNG/iconpacks/res/Others/Discord.ico diff --git a/plugins/FingerprintNG/iconpacks/res/Others/Teams.ico b/plugins/FingerprintNG/iconpacks/res/Others/Teams.ico Binary files differnew file mode 100644 index 0000000000..76e8549214 --- /dev/null +++ b/plugins/FingerprintNG/iconpacks/res/Others/Teams.ico diff --git a/plugins/FingerprintNG/iconpacks/res/fp_icons.rc b/plugins/FingerprintNG/iconpacks/res/fp_icons.rc index c89db42afd..fc12e52339 100644 --- a/plugins/FingerprintNG/iconpacks/res/fp_icons.rc +++ b/plugins/FingerprintNG/iconpacks/res/fp_icons.rc @@ -458,6 +458,7 @@ IDI_VK_PHOENIX_FULL ICON "VKontakte\\phoenix_full.ico" IDI_VK_PHOENIX_LITE ICON "VKontakte\\phoenix_lite.ico"
IDI_DISCORD ICON "others\\Discord.ico"
IDI_SKYPE ICON "others\\Skype.ico"
+IDI_TEAMS ICON "others\\Teams.ico"
IDI_TWITTER ICON "others\\Twitter.ico"
IDI_HANGOUTS ICON "others\\Google+ Hangouts.ico"
IDI_STEAM ICON "others\\Steam.ico"
diff --git a/plugins/FingerprintNG/src/masks.cpp b/plugins/FingerprintNG/src/masks.cpp index c475613992..31faadfd50 100644 --- a/plugins/FingerprintNG/src/masks.cpp +++ b/plugins/FingerprintNG/src/masks.cpp @@ -514,6 +514,8 @@ static KN_FP_MASK def_kn_fp_mask[] = { "client_XMPP", L"|*XMPP*|Mrim*|*DRQZ00fz5WPn1gH+*", LPGENW("XMPP client"), IDI_XMPP, JABBER_CASE },
+ { "client_Discord", L"*Discord*", L"Discord", IDI_DISCORD, OTHER_PROTOS_CASE },
+
{ "client_Hangouts", L"messaging-*", L"Google+ Hangouts", IDI_HANGOUTS, OTHER_PROTOS_CASE, TRUE },
{ "client_Twitter", L"*Twitter*", L"Twitter", IDI_TWITTER, OTHER_PROTOS_CASE, TRUE },
@@ -522,7 +524,7 @@ static KN_FP_MASK def_kn_fp_mask[] = { "client_Steam", L"*Steam*", L"Steam", IDI_STEAM, OTHER_PROTOS_CASE },
- { "client_Discord", L"*Discord*", L"Discord", IDI_DISCORD, OTHER_PROTOS_CASE },
+ { "client_Teams", L"*Teams**", L"Teams", IDI_TEAMS, OTHER_PROTOS_CASE },
/////////////////////////////////////////////////////////////////////////////////////////
// UNDEFINED CLIENTS
diff --git a/plugins/FingerprintNG/src/resource.h b/plugins/FingerprintNG/src/resource.h index 36b563af03..1108d1f8c8 100644 --- a/plugins/FingerprintNG/src/resource.h +++ b/plugins/FingerprintNG/src/resource.h @@ -475,9 +475,12 @@ #define IDI_FACEBOOK_APP 2002
#define IDI_FACEBOOK_MESSENGER 2003
#define IDI_FACEBOOK_OTHER 2004
+
#define IDC_STATUSBAR 7001
+
#define IDI_SKYPE 9002
#define IDI_TWITTER 9003
+#define IDI_TEAMS 9004
#define IDI_HANGOUTS 9005
#define IDI_VK 9006
#define IDI_DISCORD 9007
|
