Hi,
Many thanks but it is still the same...
I get this :
05 29 10:54:42 proxy: squid[5198]: 192.168.3.69 - - [29/May/2009:10:54:42 +0200] "GET
http://www.cinemapassion.com/covers_temp/covers3/Les_aventures_de_Winnie_l_ourson___SLIM-11211114012009.jpg HTTP/1.1" 304 398 TCP_MISS:DIRECT
I found a partial solution using sed prior to run the log analyser :
sed "s/squid\[.*\]: //g" access.log | sed '/^$/d' > test
The resulting file test is then ok.
If you have any other idea...
Regards,
Sylvain