I've got a file that's got internet sites visited, I want to know what's the program that generates this file.

The file's lines look as the following.

11/28/2010 09:14:19    842 10.0.0.224 TCP_MISS/302 701 POST http://secure.logmein.com/versioncheck.asp - DIRECT/69.25.20.193 text/html
link|improve this question
feedback

1 Answer

up vote 1 down vote accepted

Looks like it could be a Squid log file - An example.

link|improve this answer
Where can I find documentation about the meaning of each field.? – dallen Dec 28 '10 at 16:22
squid-cache.org/Versions/v3/3.0/cfgman/logformat.html has the fields (I believe you are configured with the first log string squid). tenon.com/support/webten/papers/squidlog.shtml is also a nice overview of the logging. – dsolimano Dec 28 '10 at 18:28
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.