Claudio <[EMAIL PROTECTED]> writes:
> Hi there,
> I'm completely a newbie... I read the docs but I couldn't see any way
> to add other operating sistems to the OSReport.
> The problem is that I have some "Win 9x 4.90" in the user-agent field
> of my logfile and I see that analog doesn't recognize it as WinME but
> as "Unknown Windows". Did I miss an option to fix that or is a new
> "bug"?
> Thanks in advance
> Sverx


Well, I found the answer myself and I found a bug in "tree.c" source file. Now 
what is unclear to me is: HOW do I report that bug i found? Here? Well, here it 
is.
In "tree.c" the program test if it's Windows ME searching for a string like:
-> Windows 98; Win 9x 4.90) <-
as in that line
-> Mozilla/4.0 (compatible; MSIE 6.0; Windows 98; Win 9x 4.90) <-
as you can see in the piece of code at the end of that post...
BUT I HAVE USER AGENT LIKE THIS
-> Mozilla/5.0 (Windows; U; Win 9x 4.90; it-IT; rv:1.7.5) Gecko/20041110 
Firefox/1.0 <-
which contains "Win 9x 4.90" but DOESN'T contain "Windows 98"

Hope it helps :) If that's not the place to report bugs: I'M SORRY, i couln't 
understand WHERE I should do that (English is not my native language...)

Bye

Sverx



the piece of code from "tree.c" where it tests "98" and then "Win 9.x 4.9":
>>>

else if (*c == '9' && *(c + 1) == '8') {
        if (strstr(c, "Win 9x 4.9"))
          *name = "Windows:Windows ME";
<<<



+------------------------------------------------------------------------
|  TO UNSUBSCRIBE from this list:
|    http://lists.meer.net/mailman/listinfo/analog-help
|
|  Usenet version: news://news.gmane.org/gmane.comp.web.analog.general
|  List archives:  http://www.analog.cx/docs/mailing.html#listarchives
+------------------------------------------------------------------------

Reply via email to