From: eldy <>
Date: Sat, 8 Aug 2009 11:48:45 +0000 (+0000)
Subject: Add adobe detection
X-Git-Tag: AWSTATS_6_95_BETA~2
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8bb3edb8ba097e7971884fb7e856ca0212093a83;p=thirdparty%2FAWStats.git
Add adobe detection
---
diff --git a/wwwroot/cgi-bin/lib/browsers.pm b/wwwroot/cgi-bin/lib/browsers.pm
index 982dcfe0..76406aaa 100644
--- a/wwwroot/cgi-bin/lib/browsers.pm
+++ b/wwwroot/cgi-bin/lib/browsers.pm
@@ -212,6 +212,7 @@
'ossproxy',
'smallproxy',
# Other kind of browsers
+'adobeair',
'apt',
'analogx_proxy',
'gnome\-vfs',
@@ -433,6 +434,7 @@
'ossproxy','OSSProxy',
'smallproxy','SmallProxy',
# Other kind of browsers
+'adobeair','AdobeAir',
'apt','Debian APT',
'analogx_proxy','AnalogX Proxy',
'gnome\-vfs', 'Gnome FileSystem Abstraction library',
@@ -642,6 +644,7 @@
# Anonymous Proxy Browsers (can be used as grabbers as well...)
'cjb\.net','cjbnet',
# Other kind of browsers
+'adobeair','adobe',
'apt','apt',
'analogx_proxy','analogx',
'microsoft\-webdav\-miniredir','frontpage',
diff --git a/wwwroot/cgi-bin/lib/browsers_phone.pm b/wwwroot/cgi-bin/lib/browsers_phone.pm
index 1294fc87..6f30e144 100644
--- a/wwwroot/cgi-bin/lib/browsers_phone.pm
+++ b/wwwroot/cgi-bin/lib/browsers_phone.pm
@@ -572,6 +572,7 @@
'cjb\.net',
'ossproxy',
# Other kind of browsers
+'adobeair',
'apt',
'analogx_proxy',
'gnome\-vfs',
@@ -1150,6 +1151,7 @@
'cjb\.net','CJB.NET Proxy',
'ossproxy','OSSProxy',
# Other kind of browsers
+'adobeair','AdobeAir',
'apt','Debian APT',
'analogx_proxy','AnalogX Proxy',
'gnome\-vfs', 'Gnome FileSystem Abstraction library',
@@ -1337,6 +1339,7 @@
# Anonymous Proxy Browsers (can be used as grabbers as well...)
'cjb\.net','cjbnet',
# Other kind of browsers
+'adobeair','adobe',
'apt','apt',
'analogx_proxy','analogx',
'microsoft\-webdav\-miniredir','frontpage',
diff --git a/wwwroot/cgi-bin/lib/operating_systems.pm b/wwwroot/cgi-bin/lib/operating_systems.pm
index 300b3f03..d279e990 100644
--- a/wwwroot/cgi-bin/lib/operating_systems.pm
+++ b/wwwroot/cgi-bin/lib/operating_systems.pm
@@ -108,7 +108,8 @@
'java',
'microsoft', # Pushed down to prevent mis-identification
'msie[_+ ]', # by other OS spoofers.
-'ms[_+ ]frontpage'
+'ms[_+ ]frontpage',
+'windows'
);
@@ -196,7 +197,8 @@
'webtv','webtv',
'playstation', 'psp',
'xbox', 'winxbox',
-'wii', 'wii'
+'wii', 'wii',
+'windows','winunknown'
);
# OS name list ('os unique id in lower case','os clear text')