Re: [squid-users] TCP_MISS/200 and TCP_MISS/304 (help please)

From: Amos Jeffries <squid3_at_treenet.co.nz>
Date: Wed, 24 Sep 2008 15:06:37 +1200 (NZST)

> Alex Rousskov, please forgive me (i sent this email to you without i
> notice
> that.).
>
>
> Hello everyone,I'd give up!....
> I don't know why but squid doesn't cache anything at all!!1, not even an
> image file....
>
> I tried lots of diferent things to achieve my goals but it doesn't work at
> all.
>
> SQuid doesn't cache anything and all i have from squid is TCP_MISS/200 AND
> TCP_MISS/304 (the last one i guess means the object it's not at the cache
> but the browser right?)
>
> I pasted two files,
> 1st one is squid.conf
> 2do one is part of my access.log.
>
>
> bye the way, in store.log i always see RELEASE a little bit of SWAPOUT.
>

I'd say your main problem is this:

  acl cablenet urlpath_regex http://*\.*\.ar/.*\.(gif|jpg| (etc .....)

Which is checking the PATH part of the URL against "http://...."
PATH is the bit that only goes "/folder/image.jpg"

Other than that, I think you really should try going back to the default
caching policy for squid:
  cache deny QUERY
  cache allow all

>
> Thanks.
>
> Guillermo Nardoni
> Argentina.
>
>
> Squid.conf
> http_port 172.16.3.234:3128 transparent
> icp_port 3130
> hierarchy_stoplist cgi-bin ?
> acl youtube dstdomain .youtube.com
> cache allow youtube
> acl microsoft dstdomain .microsoft.com
> cache allow microsoft
> acl todos2 dstdomain .ar
> cache allow todos2
> acl cablenet urlpath_regex
> http://*\.*\.ar/.*\.(gif|jpg|jpeg|js|html|htm|png|mp[2|3|4]|js|php|php3|css|
> avi|mpg|mpeg|htc)
> cache allow cablenet
> acl QUERY urlpath_regex cgi-bin \?
> acl imagenes urlpath_regex .gif$
> no_cache deny QUERY
> acl todo dst 0.0.0.0/0.0.0.0
> cache allow todo
> cache_mem 64 MB
> cache_swap_low 85
> cache_swap_high 90
> maximum_object_size 131072 KB
> ipcache_size 1024
> ipcache_low 85
> ipcache_high 90
> fqdncache_size 1024
>
> memory_replacement_policy lru
> cache_dir aufs /var/spool/squid3 2048 32 256 access_log
> /var/log/squid3/access.log cache_log /var/log/squid3/cache.log
> cache_store_log /var/log/squid3/store.log mime_table /etc/squid3/mime.conf
> client_netmask 255.255.255.255
> refresh_pattern
> http://*\windowsupdate\.com/.*\.(cab|exe|dll|html|gif|jpg|js) 4320
> 100%
> 43200 override-expire override-lastmod reload-into-ims ignore-reload
> ignore-no-cache ignore-no-store ignore-private ignore-auth refresh-ims
>
> refresh_pattern \.iso$ 2880 80% 30240
> refresh_pattern \.deb$ 2880 80% 30240
> refresh_pattern \.tar.gz$ 2880 80% 30240 refresh_pattern \.gz$ 2880 80%
> 30240 refresh_pattern \.bz2$ 2880 80% 30240 refresh_pattern \.exe$ 2880
> 80%
> 30240 refresh_pattern \.jpg$ 1440 50% 2880 refresh_pattern \.jpeg$ 1440
> 50%
> 2880 refresh_pattern \.gif$ 1440 50% 2880 refresh_pattern \.bmp$ 1440 50%
> 2880 refresh_pattern \.png$ 1440 50% 2880 refresh_pattern \.svg$ 1440 50%
> 2880 refresh_pattern \.tif$ 1440 50% 2880 refresh_pattern \.tiff$ 1440 50%
> 2880 refresh_pattern \.xls$ 1440 80% 2880 refresh_pattern \.doc$ 1440 80%
> 2880 refresh_pattern \.odt$ 1440 80% 2880 refresh_pattern \.rtf$ 1440 80%
> 2880 refresh_pattern \.jpeg$ 1440 80% 2880 refresh_pattern \.pdf$ 1440 80%
> 2880 refresh_pattern \.zip$ 2880 80% 4320 refresh_pattern \.rar$ 2880 80%
> 4320 refresh_pattern \.arj$ 2880 80% 4320
> refresh_pattern ^ftp: 1440 20% 10080 reload-into-ims
> refresh_pattern ^gopher: 1440 0% 1440 reload-into-ims
> refresh_pattern . 0 20% 4320 reload-into-ims
>
> acl all src 0.0.0.0/0.0.0.0
> acl manager proto cache_object
> acl localhost src 127.0.0.1/255.255.255.255 acl to_localhost dst
> 127.0.0.0/8
> acl SSL_ports port 443 acl CONNECT method CONNECT acl purge method PURGE
> acl
> red_geryon src 172.16.3.0/24 acl red_wugro src 172.16.10.0/255.255.255.0
>
> http_access allow manager localhost
> http_access deny manager
> http_access deny purge
> http_access deny !Safe_ports
> http_access deny CONNECT !SSL_ports
>
> http_access allow localhost
>
> http_access allow red_geryon
> http_access allow red_wugro
> http_access deny all
>
> http_reply_access allow all
>
> icp_access allow all
>
> cache_effective_user proxy
>
> cache_effective_group proxy
> cache_mgr guillermo_at_geryon.com.ar
> store_avg_object_size 32 MB
> store_objects_per_bucket 50
> coredump_dir /var/spool/squid3
> extension_methods REPORT MERGE MKACTIVITY CHECKOUT
>
>
>
>
>
>
> Access.log (part)
> 1222145555.676 70 172.16.3.101 TCP_MISS/304 292 GET
> http://www.interlinksrl.com.ar/es/cablenet/img/bordeleft.gif - NONE/- -
> 1222145555.691 84 172.16.3.101 TCP_MISS/304 292 GET
> http://www.interlinksrl.com.ar/es/cablenet/img/flechita4.gif - NONE/- -
> 1222145555.750 113 172.16.3.101 TCP_MISS/304 292 GET
> http://www.interlinksrl.com.ar/es/cablenet/img/borderigh.gif - NONE/- -
> 1222145555.761 83 172.16.3.101 TCP_MISS/304 293 GET
> http://www.interlinksrl.com.ar/es/cablenet/img/servicios_r1_c1.jpg -
> NONE/-
> -
> 1222145555.771 163 172.16.3.101 TCP_MISS/304 293 GET
> http://www.interlinksrl.com.ar/es/cablenet/clima/images/32x32/31.png -
> DIRECT/200.50.161.201 -
> 1222145555.781 88 172.16.3.101 TCP_MISS/304 294 GET
> http://www.interlinksrl.com.ar/es/cablenet/img/servicios_r1_c2.jpg -
> NONE/-
> -
> 1222145555.816 64 172.16.3.101 TCP_MISS/304 293 GET
> http://www.interlinksrl.com.ar/es/cablenet/img/servicios_r1_c3.jpg -
> NONE/-
> -
> 1222145555.825 64 172.16.3.101 TCP_MISS/304 292 GET
> http://www.interlinksrl.com.ar/es/cablenet/img/flechita3.gif - NONE/- -
> 1222145555.861 89 172.16.3.101 TCP_MISS/304 293 GET
> http://www.interlinksrl.com.ar/es/cablenet/img/servicios_r3_c1.jpg -
> NONE/-
> -
> 1222145555.880 99 172.16.3.101 TCP_MISS/304 294 GET
> http://www.interlinksrl.com.ar/es/cablenet/img/servicios_r3_c2.jpg -
> NONE/-
> -
> 1222145555.981 164 172.16.3.101 TCP_MISS/304 294 GET
> http://www.interlinksrl.com.ar/es/cablenet/img/servicios_r3_c3.jpg -
> NONE/-
> -
> 1222145555.991 164 172.16.3.101 TCP_MISS/304 294 GET
> http://www.interlinksrl.com.ar/es/cablenet/img/opciones_r1_c1.jpg - NONE/-
> -
> 1222145556.001 139 172.16.3.101 TCP_MISS/304 294 GET
> http://www.interlinksrl.com.ar/es/cablenet/img/opciones_r1_c2.jpg - NONE/-
> -
> 1222145556.011 131 172.16.3.101 TCP_MISS/304 294 GET
> http://www.interlinksrl.com.ar/es/cablenet/img/opciones_r1_c3.jpg - NONE/-
> -
> 1222145556.046 65 172.16.3.101 TCP_MISS/304 294 GET
> http://www.interlinksrl.com.ar/es/cablenet/img/opciones_r1_c4.jpg - NONE/-
> -
> 1222145556.107 116 172.16.3.101 TCP_MISS/304 293 GET
> http://www.interlinksrl.com.ar/es/cablenet/img/index_r5_c1.jpg - NONE/- -
> 1222145556.116 114 172.16.3.101 TCP_MISS/304 292 GET
> http://www.interlinksrl.com.ar/es/cablenet/img/bg_fonR.gif - NONE/- -
> 1222145560.596 1052 172.16.3.101 TCP_MISS/200 5519 GET
> http://www.squid-cache.org/Versions/v3/3.0/cfgman/refresh_pattern.html -
> DIRECT/12.160.37.9 text/html
> 1222145706.592 1928 172.16.3.101 TCP_MISS/304 292 GET
> http://www.interlinksrl.com.ar/es/css.css - DIRECT/200.50.161.201 -
> 1222145706.601 1936 172.16.3.101 TCP_MISS/304 293 GET
> http://www.interlinksrl.com.ar/es/Scripts/AC_RunActiveContent.js -
> DIRECT/200.50.161.201 -
> 1222145706.616 1951 172.16.3.101 TCP_MISS/304 293 GET
> http://www.interlinksrl.com.ar/es/cablenet/clima/pngfix.js -
> DIRECT/200.50.161.201 -
> 1222145707.347 753 172.16.3.101 TCP_MISS/304 292 GET
> http://www.interlinksrl.com.ar/es/cablenet/img/bg_fonL.gif - NONE/- -
> 1222145707.357 752 172.16.3.101 TCP_MISS/304 293 GET
> http://www.interlinksrl.com.ar/es/Scripts/AC_ActiveX.js - NONE/- -
> 1222145708.076 717 172.16.3.101 TCP_MISS/304 294 GET
> http://www.interlinksrl.com.ar/es/cablenet/img/index_r1_c1.jpg - NONE/- -
> 1222145708.086 700 172.16.3.101 TCP_MISS/304 292 GET
> http://www.interlinksrl.com.ar/es/cablenet/img/bordeleft.gif - NONE/- -
> 1222145708.181 794 172.16.3.101 TCP_MISS/304 292 GET
> http://www.interlinksrl.com.ar/es/cablenet/img/flechita4.gif - NONE/- -
> 1222145708.546 11171 172.16.3.101 TCP_MISS/200 12121 GET
> http://www.interlinksrl.com.ar/es/cablenet/ - DIRECT/200.50.161.201
> text/html
> 1222145708.855 778 172.16.3.101 TCP_MISS/304 293 GET
> http://www.interlinksrl.com.ar/es/cablenet/clima/images/32x32/31.png -
> NONE/- -
> 1222145708.866 779 172.16.3.101 TCP_MISS/304 292 GET
> http://www.interlinksrl.com.ar/es/cablenet/img/borderigh.gif - NONE/- -
> 1222145708.966 784 172.16.3.101 TCP_MISS/304 293 GET
> http://www.interlinksrl.com.ar/es/cablenet/img/servicios_r1_c1.jpg -
> NONE/-
> -
> 1222145709.656 800 172.16.3.101 TCP_MISS/304 293 GET
> http://www.interlinksrl.com.ar/es/cablenet/img/servicios_r1_c3.jpg -
> NONE/-
> -
> 1222145709.665 799 172.16.3.101 TCP_MISS/304 292 GET
> http://www.interlinksrl.com.ar/es/cablenet/img/flechita3.gif - NONE/- -
> 1222145709.766 800 172.16.3.101 TCP_MISS/304 293 GET
> http://www.interlinksrl.com.ar/es/cablenet/img/servicios_r3_c1.jpg -
> NONE/-
> -
> 1222145710.276 1727 172.16.3.101 TCP_MISS/304 294 GET
> http://www.interlinksrl.com.ar/es/cablenet/img/servicios_r1_c2.jpg -
> DIRECT/200.50.161.201 -
> 1222145710.640 985 172.16.3.101 TCP_MISS/304 294 GET
> http://www.interlinksrl.com.ar/es/cablenet/img/servicios_r3_c2.jpg -
> NONE/-
> -
> 1222145710.651 985 172.16.3.101 TCP_MISS/304 294 GET
> http://www.interlinksrl.com.ar/es/cablenet/img/servicios_r3_c3.jpg -
> NONE/-
> -
> 1222145710.766 1000 172.16.3.101 TCP_MISS/304 294 GET
> http://www.interlinksrl.com.ar/es/cablenet/img/opciones_r1_c1.jpg - NONE/-
> -
> 1222145711.131 855 172.16.3.101 TCP_MISS/304 294 GET
> http://www.interlinksrl.com.ar/es/cablenet/img/opciones_r1_c2.jpg - NONE/-
> -
> 1222145711.716 1074 172.16.3.101 TCP_MISS/304 294 GET
> http://www.interlinksrl.com.ar/es/cablenet/img/opciones_r1_c3.jpg - NONE/-
> -
> 1222145711.815 1049 172.16.3.101 TCP_MISS/304 293 GET
> http://www.interlinksrl.com.ar/es/cablenet/img/index_r5_c1.jpg - NONE/- -
> 1222145712.181 1049 172.16.3.101 TCP_MISS/304 292 GET
> http://www.interlinksrl.com.ar/es/cablenet/img/bg_fonR.gif - NONE/- -
> 1222145713.696 3044 172.16.3.101 TCP_MISS/304 294 GET
> http://www.interlinksrl.com.ar/es/cablenet/img/opciones_r1_c4.jpg - NONE/-
> -
> 1222145719.861 1048 172.16.3.101 TCP_MISS/304 292 GET
> http://www.interlinksrl.com.ar/es/css.css - NONE/- -
> 1222145719.871 1057 172.16.3.101 TCP_MISS/304 293 GET
> http://www.interlinksrl.com.ar/es/cablenet/clima/pngfix.js - NONE/- -
> 1222145720.686 823 172.16.3.101 TCP_MISS/304 292 GET
> http://www.interlinksrl.com.ar/es/cablenet/img/bg_fonL.gif - NONE/- -
> 1222145721.786 2972 172.16.3.101 TCP_MISS/304 293 GET
> http://www.interlinksrl.com.ar/es/Scripts/AC_RunActiveContent.js - NONE/-
> -
> 1222145722.576 787 172.16.3.101 TCP_MISS/304 293 GET
> http://www.interlinksrl.com.ar/es/Scripts/AC_ActiveX.js - NONE/- -
> 1222145722.675 6649 172.16.3.101 TCP_MISS/200 12121 GET
> http://www.interlinksrl.com.ar/es/cablenet/ - NONE/- text/html
> 1222145723.352 772 172.16.3.101 TCP_MISS/304 294 GET
> http://www.interlinksrl.com.ar/es/cablenet/img/index_r1_c1.jpg - NONE/- -
> 1222145723.365 770 172.16.3.101 TCP_MISS/304 294 GET
> http://www.interlinksrl.com.ar/es/cablenet/swf/logo.swf - NONE/- -
> 1222145723.376 774 172.16.3.101 TCP_MISS/304 294 GET
> http://www.interlinksrl.com.ar/es/cablenet/swf/menutop2.swf - NONE/- -
> 1222145724.257 904 172.16.3.101 TCP_MISS/304 292 GET
> http://www.interlinksrl.com.ar/es/cablenet/img/bordeleft.gif - NONE/- -
> 1222145724.271 905 172.16.3.101 TCP_MISS/304 292 GET
> http://www.interlinksrl.com.ar/es/cablenet/img/flechita4.gif - NONE/- -
> 1222145724.281 903 172.16.3.101 TCP_MISS/304 293 GET
> http://www.interlinksrl.com.ar/es/cablenet/clima/images/32x32/31.png -
> NONE/- -
> 1222145724.376 1697 172.16.3.101 TCP_MISS/304 294 GET
> http://www.interlinksrl.com.ar/es/cablenet/swf/portada.swf -
> DIRECT/200.50.161.201 -
> 1222145725.145 889 172.16.3.101 TCP_MISS/304 292 GET
> http://www.interlinksrl.com.ar/es/cablenet/img/borderigh.gif - NONE/- -
> 1222145725.158 886 172.16.3.101 TCP_MISS/304 293 GET
> http://www.interlinksrl.com.ar/es/cablenet/img/servicios_r1_c1.jpg -
> NONE/-
> -
> 1222145725.166 885 172.16.3.101 TCP_MISS/304 294 GET
> http://www.interlinksrl.com.ar/es/cablenet/img/servicios_r1_c2.jpg -
> NONE/-
> -
> 1222145725.266 889 172.16.3.101 TCP_MISS/304 293 GET
> http://www.interlinksrl.com.ar/es/cablenet/img/servicios_r1_c3.jpg -
> NONE/-
> -
> 1222145725.921 774 172.16.3.101 TCP_MISS/304 292 GET
> http://www.interlinksrl.com.ar/es/cablenet/img/flechita3.gif - NONE/- -
> 1222145725.931 773 172.16.3.101 TCP_MISS/304 293 GET
> http://www.interlinksrl.com.ar/es/cablenet/img/servicios_r3_c1.jpg -
> NONE/-
> -
> 1222145725.941 774 172.16.3.101 TCP_MISS/304 294 GET
> http://www.interlinksrl.com.ar/es/cablenet/img/servicios_r3_c2.jpg -
> NONE/-
> -
> 1222145726.041 775 172.16.3.101 TCP_MISS/304 294 GET
> http://www.interlinksrl.com.ar/es/cablenet/img/servicios_r3_c3.jpg -
> NONE/-
> -
> 1222145726.818 897 172.16.3.101 TCP_MISS/304 294 GET
> http://www.interlinksrl.com.ar/es/cablenet/img/opciones_r1_c1.jpg - NONE/-
> -
> 1222145726.827 895 172.16.3.101 TCP_MISS/304 294 GET
> http://www.interlinksrl.com.ar/es/cablenet/img/opciones_r1_c2.jpg - NONE/-
> -
> 1222145726.837 896 172.16.3.101 TCP_MISS/304 294 GET
> http://www.interlinksrl.com.ar/es/cablenet/img/opciones_r1_c3.jpg - NONE/-
> -
> 1222145726.935 893 172.16.3.101 TCP_MISS/304 294 GET
> http://www.interlinksrl.com.ar/es/cablenet/img/opciones_r1_c4.jpg - NONE/-
> -
> 1222145727.886 1067 172.16.3.101 TCP_MISS/304 293 GET
> http://www.interlinksrl.com.ar/es/cablenet/img/index_r5_c1.jpg - NONE/- -
> 1222145727.895 1067 172.16.3.101 TCP_MISS/304 292 GET
> http://www.interlinksrl.com.ar/es/cablenet/img/bg_fonR.gif - NONE/- -
> 1222145731.211 1688 172.16.3.101 TCP_MISS/200 410 POST
> http://windowsupdate.microsoft.com/redirect.asp? - DIRECT/207.46.225.221
> text/html
> 1222145733.546 2147 172.16.3.101 TCP_MISS/200 402 POST
> http://windowsupdate.microsoft.com/redirect.asp? - DIRECT/207.46.225.221
> text/html
> 1222145737.062 2364 172.16.3.101 TCP_MISS/200 2327 GET
> http://www.update.microsoft.com/windowsupdate/v6/default.aspx -
> DIRECT/207.46.209.126 text/html
> 1222145744.684 7449 172.16.3.101 TCP_MISS/200 17531 GET
> http://www.update.microsoft.com/windowsupdate/v6/default.aspx? - NONE/-
> text/html
> 1222145745.478 783 172.16.3.101 TCP_MISS/200 2602 GET
> http://www.update.microsoft.com/windowsupdate/v6/shared/js/tgar.js? -
> NONE/-
> application/x-javascript
> 1222145750.421 4938 172.16.3.101 TCP_MISS/200 44348 GET
> http://www.update.microsoft.com/windowsupdate/v6/shared/js/redirect.js? -
> NONE/- application/x-javascript
> 1222145752.022 1591 172.16.3.101 TCP_MISS/200 410 POST
> http://www.update.microsoft.com/windowsupdate/v6/redirect.asp? -
> DIRECT/207.46.209.126 text/html
> 1222145754.137 2102 172.16.3.101 TCP_MISS/200 398 POST
> http://www.update.microsoft.com/windowsupdate/v6/redirect.asp? -
> DIRECT/207.46.209.126 text/html
> 1222145757.027 1739 172.16.3.101 TCP_MISS/200 2327 GET
> http://update.microsoft.com/windowsupdate/v6/default.aspx -
> DIRECT/65.55.184.61 text/html
> 1222145763.071 2471 172.16.3.101 TCP_MISS/200 3124 GET
> http://www.squid-cache.org/Versions/v3/3.0/cfgman/quick_abort_min.html -
> DIRECT/12.160.37.9 text/html
> 1222145767.400 1535 172.16.3.101 TCP_MISS/200 2531 GET
> http://www.squid-cache.org/Versions/v3/3.0/cfgman/negative_ttl.html -
> NONE/-
> text/html
> 1222145778.556 2315 172.16.3.101 TCP_MISS/200 2148 GET
> http://www.squid-cache.org/Versions/v3/3.0/cfgman/via.html -
> DIRECT/12.160.37.9 text/html
> 1222145783.493 72 172.16.3.101 TCP_MISS/502 2406 GET
> http://www.squid-cache.org/Versions/v3/3.0/cfgman/request_header_access.html
> - NONE/- text/html
> 1222145789.716 3863 172.16.3.101 TCP_MISS/200 4782 GET
> http://www.squid-cache.org/Versions/v3/3.0/cfgman/request_header_access.html
> - DIRECT/12.160.37.9 text/html
> 1222145795.822 2280 172.16.3.101 TCP_MISS/200 2327 GET
> http://update.microsoft.com/windowsupdate/v6/default.aspx -
> DIRECT/65.55.184.61 text/html
> 1222145802.657 1617 172.16.3.101 TCP_MISS/302 774 PROPFIND
> http://services.msn.com/svcs/hotmail/httpmail.asp - DIRECT/64.4.60.7
> text/html
> 1222145811.195 8536 172.16.3.101 TCP_MISS/207 4055 PROPFIND
> http://bay127.oe.hotmail.com/cgi-bin/hmdata/javier211981@hotmail.com? -
> DIRECT/65.55.132.125 text/xml
> 1222145815.766 3182 172.16.3.101 TCP_MISS/304 535 PROPFIND
> http://bay127.oe.hotmail.com/cgi-bin/hmdata/javier211981@hotmail.com/folders
> /ACTIVE - DIRECT/65.55.132.125 text/html
>
> father:/var/log/squid3# tail -f access.log
> 1222145757.027 1739 172.16.3.101 TCP_MISS/200 2327 GET
> http://update.microsoft.com/windowsupdate/v6/default.aspx -
> DIRECT/65.55.184.61 text/html
> 1222145763.071 2471 172.16.3.101 TCP_MISS/200 3124 GET
> http://www.squid-cache.org/Versions/v3/3.0/cfgman/quick_abort_min.html -
> DIRECT/12.160.37.9 text/html
> 1222145767.400 1535 172.16.3.101 TCP_MISS/200 2531 GET
> http://www.squid-cache.org/Versions/v3/3.0/cfgman/negative_ttl.html -
> NONE/-
> text/html
> 1222145778.556 2315 172.16.3.101 TCP_MISS/200 2148 GET
> http://www.squid-cache.org/Versions/v3/3.0/cfgman/via.html -
> DIRECT/12.160.37.9 text/html
> 1222145783.493 72 172.16.3.101 TCP_MISS/502 2406 GET
> http://www.squid-cache.org/Versions/v3/3.0/cfgman/request_header_access.html
> - NONE/- text/html
> 1222145789.716 3863 172.16.3.101 TCP_MISS/200 4782 GET
> http://www.squid-cache.org/Versions/v3/3.0/cfgman/request_header_access.html
> - DIRECT/12.160.37.9 text/html
> 1222145795.822 2280 172.16.3.101 TCP_MISS/200 2327 GET
> http://update.microsoft.com/windowsupdate/v6/default.aspx -
> DIRECT/65.55.184.61 text/html
> 1222145802.657 1617 172.16.3.101 TCP_MISS/302 774 PROPFIND
> http://services.msn.com/svcs/hotmail/httpmail.asp - DIRECT/64.4.60.7
> text/html
> 1222145811.195 8536 172.16.3.101 TCP_MISS/207 4055 PROPFIND
> http://bay127.oe.hotmail.com/cgi-bin/hmdata/javier211981@hotmail.com? -
> DIRECT/65.55.132.125 text/xml
> 1222145815.766 3182 172.16.3.101 TCP_MISS/304 535 PROPFIND
> http://bay127.oe.hotmail.com/cgi-bin/hmdata/javier211981@hotmail.com/folders
> /ACTIVE - DIRECT/65.55.132.125 text/html
> 1222145955.051 1899 172.16.3.101 TCP_MISS/200 2327 GET
> http://update.microsoft.com/windowsupdate/v6/default.aspx -
> DIRECT/65.55.184.61 text/html
> 1222145958.048 2972 172.16.3.101 TCP_MISS/200 17524 GET
> http://update.microsoft.com/windowsupdate/v6/default.aspx? - NONE/-
> text/html
> 1222145958.975 915 172.16.3.101 TCP_MISS/200 2602 GET
> http://update.microsoft.com/windowsupdate/v6/shared/js/tgar.js? - NONE/-
> application/x-javascript
> 1222145963.550 4570 172.16.3.101 TCP_MISS/200 20067 GET
> http://update.microsoft.com/windowsupdate/v6/shared/js/redirect.js? -
> NONE/-
> application/x-javascript
> 1222145965.416 1854 172.16.3.101 TCP_MISS/200 410 POST
> http://update.microsoft.com/windowsupdate/v6/redirect.asp? -
> DIRECT/65.55.184.61 text/html
> 1222145967.500 2072 172.16.3.101 TCP_MISS/200 342 POST
> http://update.microsoft.com/windowsupdate/v6/redirect.asp? -
> DIRECT/65.55.184.61 text/html
> 1222145979.567 12064 172.16.3.101 TCP_MISS/200 33185 GET
> http://update.microsoft.com/windowsupdate/v6/shared/js/commontop.js? -
> NONE/- application/x-javascript
> 1222145985.286 1821 172.16.3.101 TCP_MISS/304 292 GET
> http://www.interlinksrl.com.ar/es/css.css - DIRECT/200.50.161.201 -
> 1222145985.296 1830 172.16.3.101 TCP_MISS/304 293 GET
> http://www.interlinksrl.com.ar/es/cablenet/clima/pngfix.js -
> DIRECT/200.50.161.201 -
> 1222145985.305 1838 172.16.3.101 TCP_MISS/304 293 GET
> http://www.interlinksrl.com.ar/es/Scripts/AC_RunActiveContent.js -
> DIRECT/200.50.161.201 -
> 1222145986.160 872 172.16.3.101 TCP_MISS/304 292 GET
> http://www.interlinksrl.com.ar/es/cablenet/img/bg_fonL.gif - NONE/- -
> 1222145986.170 861 172.16.3.101 TCP_MISS/304 293 GET
> http://www.interlinksrl.com.ar/es/Scripts/AC_ActiveX.js - NONE/- -
> 1222145987.156 983 172.16.3.101 TCP_MISS/304 294 GET
> http://www.interlinksrl.com.ar/es/cablenet/img/index_r1_c1.jpg - NONE/- -
> 1222145987.855 8279 172.16.3.101 TCP_MISS/200 51143 GET
> http://update.microsoft.com/windowsupdate/v6/shared/js/webcomtop.js? -
> NONE/- application/x-javascript
> 1222145988.206 945 172.16.3.101 TCP_MISS/304 292 GET
> http://www.interlinksrl.com.ar/es/cablenet/img/bordeleft.gif - NONE/- -
> 1222145988.216 953 172.16.3.101 TCP_MISS/304 292 GET
> http://www.interlinksrl.com.ar/es/cablenet/img/flechita4.gif - NONE/- -
> 1222145988.847 983 172.16.3.101 TCP_MISS/200 5538 GET
> http://update.microsoft.com/windowsupdate/v6/shared/js/spupdateids.js? -
> NONE/- application/x-javascript
> 1222145988.941 774 172.16.3.101 TCP_MISS/304 293 GET
> http://www.interlinksrl.com.ar/es/cablenet/clima/images/32x32/31.png -
> NONE/- -
> 1222145988.950 743 172.16.3.101 TCP_MISS/304 292 GET
> http://www.interlinksrl.com.ar/es/cablenet/img/borderigh.gif - NONE/- -
> 1222145989.450 11557 172.16.3.101 TCP_MISS/200 12121 GET
> http://www.interlinksrl.com.ar/es/cablenet/ - DIRECT/200.50.161.201
> text/html
> 1222145989.490 594 172.16.3.101 TCP_MISS/304 293 GET
> http://www.interlinksrl.com.ar/es/cablenet/img/servicios_r1_c1.jpg -
> NONE/-
> -
> 1222145989.500 560 172.16.3.101 TCP_MISS/304 294 GET
> http://www.interlinksrl.com.ar/es/cablenet/img/servicios_r1_c2.jpg -
> NONE/-
> -
> 1222145989.511 561 172.16.3.101 TCP_MISS/304 293 GET
> http://www.interlinksrl.com.ar/es/cablenet/img/servicios_r1_c3.jpg -
> NONE/-
> -
> 1222145990.411 917 172.16.3.101 TCP_MISS/304 293 GET
> http://www.interlinksrl.com.ar/es/cablenet/img/servicios_r3_c1.jpg -
> NONE/-
> -
> 1222145990.421 920 172.16.3.101 TCP_MISS/304 294 GET
> http://www.interlinksrl.com.ar/es/cablenet/img/servicios_r3_c2.jpg -
> NONE/-
> -
> 1222145990.431 920 172.16.3.101 TCP_MISS/304 294 GET
> http://www.interlinksrl.com.ar/es/cablenet/img/servicios_r3_c3.jpg -
> NONE/-
> -
> 1222145991.336 1882 172.16.3.101 TCP_MISS/304 292 GET
> http://www.interlinksrl.com.ar/es/cablenet/img/flechita3.gif -
> DIRECT/200.50.161.201 -
> 1222145991.396 985 172.16.3.101 TCP_MISS/304 294 GET
> http://www.interlinksrl.com.ar/es/cablenet/img/opciones_r1_c1.jpg - NONE/-
> -
> 1222145991.406 985 172.16.3.101 TCP_MISS/304 294 GET
> http://www.interlinksrl.com.ar/es/cablenet/img/opciones_r1_c2.jpg - NONE/-
> -
> 1222145991.415 984 172.16.3.101 TCP_MISS/304 294 GET
> http://www.interlinksrl.com.ar/es/cablenet/img/opciones_r1_c3.jpg - NONE/-
> -
> 1222145992.065 729 172.16.3.101 TCP_MISS/304 294 GET
> http://www.interlinksrl.com.ar/es/cablenet/img/opciones_r1_c4.jpg - NONE/-
> -
> 1222145992.115 718 172.16.3.101 TCP_MISS/304 293 GET
> http://www.interlinksrl.com.ar/es/cablenet/img/index_r5_c1.jpg - NONE/- -
> 1222145992.125 719 172.16.3.101 TCP_MISS/304 292 GET
> http://www.interlinksrl.com.ar/es/cablenet/img/bg_fonR.gif - NONE/- -
> 1222145993.355 4503 172.16.3.101 TCP_MISS/200 50052 GET
> http://update.microsoft.com/windowsupdate/v6/shared/js/resultslist.js? -
> NONE/- application/x-javascript
> 1222145994.125 755 172.16.3.101 TCP_MISS/200 7045 GET
> http://update.microsoft.com/windowsupdate/v6/mstoolbar.aspx? - NONE/-
> text/html
> 1222145995.025 893 172.16.3.101 TCP_MISS/200 2988 GET
> http://update.microsoft.com/library/toolbar/3.0/css.aspx? - NONE/-
> text/css
> 1222145995.395 2013 172.16.3.101 TCP_MISS/200 2908 GET
> http://update.microsoft.com/windowsupdate/v6/splash.aspx? -
> DIRECT/65.55.184.61 text/html
> 1222145995.576 2200 172.16.3.101 TCP_MISS/200 5754 GET
> http://update.microsoft.com/windowsupdate/v6/toc.aspx? -
> DIRECT/65.55.184.61
> text/html
> 1222145995.766 734 172.16.3.101 TCP_REFRESH_UNMODIFIED/304 198 GET
> http://update.microsoft.com/library/toolbar/3.0/images/banners/windows_masth
> ead_ltr.gif - NONE/- -
> 1222145995.817 2427 172.16.3.101 TCP_MISS/200 5361 GET
> http://update.microsoft.com/windowsupdate/v6/footer.aspx? -
> DIRECT/65.55.184.61 text/html
> 1222145996.482 904 172.16.3.101 TCP_MISS/200 2602 GET
> http://update.microsoft.com/windowsupdate/v6/shared/js/tgar.js? - NONE/-
> application/x-javascript
> 1222145996.740 974 172.16.3.101 TCP_MISS/200 2602 GET
> http://update.microsoft.com/windowsupdate/v6/shared/js/tgar.js? - NONE/-
> application/x-javascript
> 1222145996.880 1056 172.16.3.101 TCP_MISS/200 2988 GET
> http://update.microsoft.com/library/toolbar/3.0/css.aspx? - NONE/-
> text/css
> 1222145997.161 1764 172.16.3.101 TCP_MISS/200 7241 GET
> http://update.microsoft.com/library/toolbar/3.0/subbanner.aspx? - NONE/-
> image/jpeg
> 1222146000.875 4129 172.16.3.101 TCP_MISS/200 10560 GET
> http://update.microsoft.com/windowsupdate/v6/shared/js/toc.js? - NONE/-
> application/x-javascript
> 1222146001.495 615 172.16.3.101 TCP_MISS/304 191 GET
> http://update.microsoft.com/windowsupdate/v6/shared/css/hcp.css - NONE/- -
> 1222146001.545 4658 172.16.3.101 TCP_MISS/200 3421 GET
> http://update.microsoft.com/library/toolbar/3.0/text.aspx? - NONE/-
> image/jpeg
> 1222146001.570 688 172.16.3.101 TCP_MISS/304 191 GET
> http://update.microsoft.com/windowsupdate/v6/shared/css/toc.css - NONE/- -
> 1222146002.122 549 172.16.3.101 TCP_REFRESH_UNMODIFIED/304 198 GET
> http://update.microsoft.com/windowsupdate/v6/shared/images/arrow.gif -
> NONE/- -
> 1222146018.186 2283 172.16.3.101 TCP_MISS/302 622 GET
> http://www.microsoft.com/ - DIRECT/207.46.193.254 text/html
> 1222146021.891 2248 172.16.3.101 TCP_REFRESH_UNMODIFIED/304 472 GET
> http://www.microsoft.com/en/us/shared/core/2/js/js.ashx? -
> DIRECT/65.55.11.222 -
> 1222146023.137 1243 172.16.3.101 TCP_REFRESH_MODIFIED/200 1481 GET
> http://www.microsoft.com/en/us/shared/core/2/css/css.ashx? - NONE/-
> text/css
> 1222146024.111 2215 172.16.3.101 TCP_REFRESH_UNMODIFIED/304 472 GET
> http://www.microsoft.com/en/us/shared/core/2/js/js.ashx? -
> DIRECT/65.55.21.250 -
> 1222146024.126 2230 172.16.3.101 TCP_REFRESH_MODIFIED/200 1001 GET
> http://www.microsoft.com/en/us/shared/core/2/css/css.ashx? -
> DIRECT/207.46.19.190 text/css
> 1222146024.470 6276 172.16.3.101 TCP_REFRESH_MODIFIED/200 16414 GET
> http://www.microsoft.com/en/us/default.aspx - NONE/- text/html
> 1222146025.000 866 172.16.3.101 TCP_REFRESH_MODIFIED/200 4676 GET
> http://www.microsoft.com/en/us/shared/core/2/css/css.ashx? - NONE/-
> text/css
> 1222146028.496 1832 172.16.3.101 TCP_MISS/304 327 GET
> http://i3.microsoft.com/library/svy/broker.js - DIRECT/96.17.104.139
> application/x-javascript
> 1222146029.526 1017 172.16.3.101 TCP_MISS/304 217 GET
> http://www.microsoft.com/library/svy/SiteRecruit_PageConfiguration_p15466742
> -p15394611-US-HP.js - NONE/- -
> 1222146030.325 791 172.16.3.101 TCP_MISS/304 327 GET
> http://i3.microsoft.com/global/en/us/RenderingAssets/Silverlight.js -
> NONE/-
> application/x-javascript
> 1222146031.631 1302 172.16.3.101 TCP_REFRESH_MODIFIED/200 1091 GET
> http://www.microsoft.com/en/us/shared/core/2/css/css.ashx? - NONE/-
> text/css
> 1222146032.705 970 172.16.3.101 TCP_MISS/304 287 GET
> http://i3.microsoft.com/en/us/shared/Templates/master/cspMscomHomePageBase/S
> tage_BG_top.png - NONE/- image/png
> 1222146033.456 1719 172.16.3.101 TCP_MISS/304 288 GET
> http://i3.microsoft.com/en/us/shared/Templates/master/cspMscomHomePageBase/P
> ageBGtop_merged_en_ltr.jpg - DIRECT/96.17.104.139 image/jpeg
> 1222146033.465 1728 172.16.3.101 TCP_MISS/304 288 GET
> http://i3.microsoft.com/en/us/shared/Templates/master/cspMscomHomePageBase/P
> age_BG_btm_logo_reflec_ltr.jpg - DIRECT/96.17.104.105 image/jpeg
> 1222146033.481 1743 172.16.3.101 TCP_MISS/304 0 GET
> http://i.microsoft.com/en/us/shared/templates/Components/cspSilvergate/sg_bl
> end.png - DIRECT/96.17.104.105 image/png
> 1222146033.665 1920 172.16.3.101 TCP_MISS/304 287 GET
> http://i2.microsoft.com/en/us/shared/Templates/master/cspMscomHomePageBase/S
> tage_BG_btm.png - DIRECT/96.17.104.139 image/png
> 1222146033.765 2025 172.16.3.101 TCP_MISS/304 287 GET
> http://i.microsoft.com/en/us/shared/templates/Components/cspSilvergate/sg_cl
> ear.gif - DIRECT/96.17.104.105 image/gif
> 1222146033.776 2035 172.16.3.101 TCP_MISS/304 288 GET
> http://i.microsoft.com/global/En/us/PublishingImages/Page%20Gate%20UI%20Imag
> es/en-us_SLpageGate_closeButton.png - DIRECT/96.17.104.105 image/png
> 1222146034.721 955 172.16.3.101 TCP_MISS/304 289 GET
> http://i.microsoft.com/global/En/us/PublishingImages/Page%20Gate%20UI%20Imag
> es/SLpageGate_detailsBack.png - NONE/- image/png
> 1222146034.730 955 172.16.3.101 TCP_MISS/304 288 GET
> http://i.microsoft.com/global/En/us/PublishingImages/smoketest/SLpageGate_lo
> go_LG.png - NONE/- image/png
> 1222146034.940 212 172.16.3.101 TCP_MISS/304 302 GET
> http://i3.microsoft.com/en/us/shared/templates/shared/cspcore/cspMediaBlock.
> js - NONE/- application/x-javascript
> 1222146034.950 222 172.16.3.101 TCP_MISS/304 289 GET
> http://i.microsoft.com/global/En/us/PublishingImages/Page%20Gate%20UI%20Imag
> es/en-us_SLpageGate_yesButton.png - NONE/- image/png
> 1222146035.166 212 172.16.3.101 TCP_MISS/304 290 GET
> http://i.microsoft.com/global/En/us/PublishingImages/SLWindowPane/en-us_Offi
> ce_DiveIn_MUpdate_F.jpg - NONE/- image/jpeg
> 1222146035.225 270 172.16.3.101 TCP_MISS/304 287 GET
> http://i3.microsoft.com/en/us/shared/Templates/Components/cspMscomFeaturePan
> el/FeatArea_BG_1panel_ltr.png - NONE/- image/png
> 1222146035.280 320 172.16.3.101 TCP_MISS/304 218 GET
> http://www.microsoft.com/global/En/us/RenderingAssets/SLWindowPane/WindowPan
> e_eventHandlers_092208.js - NONE/- -
> 1222146035.568 271 172.16.3.101 TCP_MISS/304 287 GET
> http://i2.microsoft.com/en/us/shared/templates/components/cspMscomMasterNavi
> gation/masterNav_topAll_ltr.png - NONE/- image/png
> 1222146035.576 278 172.16.3.101 TCP_MISS/304 287 GET
> http://i3.microsoft.com/en/us/shared/templates/components/cspMscomMasterNavi
> gation/search_box.gif - NONE/- image/gif
> 1222146035.590 290 172.16.3.101 TCP_MISS/304 287 GET
> http://i3.microsoft.com/en/us/shared/templates/components/cspMscomMasterNavi
> gation/mainmenubg.gif - NONE/- image/gif
> 1222146035.611 306 172.16.3.101 TCP_MISS/304 287 GET
> http://i3.microsoft.com/en/us/shared/templates/components/cspMscomMasterNavi
> gation/activemenubg.png - NONE/- image/png
> 1222146035.650 339 172.16.3.101 TCP_MISS/304 287 GET
> http://i.microsoft.com/en/us/shared/templates/components/cspMscomMasterNavig
> ation/bottom_gradient_ltr.gif - NONE/- image/gif
> 1222146035.660 371 172.16.3.101 TCP_MISS/304 216 GET
> http://www.microsoft.com/en/us/shared/templates/components/cspMscomMasterNav
> igation/icon_search.gif - NONE/- -
> 1222146035.820 513 172.16.3.101 TCP_MISS/304 288 GET
> http://i2.microsoft.com/en/us/shared/templates/components/cspMscomMasterNavi
> gation/mainmenuselected_ltr.jpg - DIRECT/96.17.104.105 image/jpeg
> 1222146035.900 586 172.16.3.101 TCP_MISS/304 287 GET
> http://i2.microsoft.com/en/us/shared/templates/components/cspMscomMasterNavi
> gation/bottombg.png - DIRECT/96.17.104.105 image/png
> 1222146035.912 596 172.16.3.101 TCP_MISS/304 287 GET
> http://i3.microsoft.com/en/us/shared/templates/components/cspMscomMasterNavi
> gation/bottombg.png - DIRECT/96.17.104.105 image/png
> 1222146035.975 663 172.16.3.101 TCP_MISS/304 288 GET
> http://i2.microsoft.com/en/us/shared/templates/components/cspMscomMasterNavi
> gation/close_window.jpg - DIRECT/96.17.104.139 image/jpeg
> 1222146036.150 215 172.16.3.101 TCP_MISS/304 287 GET
> http://i3.microsoft.com/en/us/shared/Templates/Components/cspVerticalRollove
> rTab/TabModule_BG_content_ltr.png - NONE/- image/png
> 1222146036.186 249 172.16.3.101 TCP_MISS/304 289 GET
> http://i.microsoft.com/global/En/us/PublishingImages/SLWindowPane/winRed2_T.
> png - NONE/- image/png
> 1222146036.211 274 172.16.3.101 TCP_MISS/304 287 GET
> http://i3.microsoft.com/en/us/shared/Templates/Components/cspVerticalRollove
> rTab/TabModule_BG_navlist_ltr.png - NONE/- image/png
> 1222146036.220 280 172.16.3.101 TCP_MISS/304 289 GET
> http://i.microsoft.com/global/En/us/PublishingImages/Tab%20Thumbnails/en-us_
> Zune_T.png - NONE/- image/png
> 1222146036.291 344 172.16.3.101 TCP_MISS/304 288 GET
> http://i.microsoft.com/global/En/us/PublishingImages/SLWindowPane/IE_T.png
> -
> NONE/- image/png
> 1222146036.302 247 172.16.3.101 TCP_MISS/304 327 GET
> http://i3.microsoft.com/global/en/us/RenderingAssets/webtrends2.js -
> NONE/-
> application/x-javascript
> 1222146036.420 233 172.16.3.101 TCP_MISS/304 289 GET
> http://i.microsoft.com/global/En/us/PublishingImages/SLWindowPane/Dynamics_l
> ogo_T.png - NONE/- image/png
> 1222146036.480 258 172.16.3.101 TCP_MISS/304 289 GET
> http://i.microsoft.com/global/En/us/PublishingImages/SLWindowPane/Evaluate_T
> .png - NONE/- image/png
> 1222146036.500 207 172.16.3.101 TCP_MISS/304 287 GET
> http://i.microsoft.com/global/En/us/PublishingImages/SLWindowPane/VS2008_T.p
> ng - NONE/- image/png
> 1222146036.545 582 172.16.3.101 TCP_MISS/304 289 GET
> http://i.microsoft.com/global/En/us/PublishingImages/SLWindowPane/officeALL_
> T.png - DIRECT/96.17.104.139 image/png
> 1222146037.156 523 172.16.3.101 TCP_MISS/200 505 GET
> http://c.microsoft.com/trans_pixel.asp? - DIRECT/207.46.16.243 image/gif
> 1222146037.216 648 172.16.3.101 TCP_MISS/200 2514 GET
> http://rad.msn.com/ADSAdClient31.dll? - DIRECT/65.55.15.242 text/html
> 1222146037.966 498 172.16.3.101 TCP_MISS/200 655 GET
> http://view.atdmt.com/MRT/iview/mcrssaub1490000006mrt/direct/01? -
> DIRECT/206.16.21.33 text/html
> 1222146038.453 450 172.16.3.101 TCP_MISS/303 1537 GET
> http://m.webtrends.com/dcs4f6vsz99k7mayiw2jzupyr_1s2e/dcs.gif? -
> DIRECT/63.236.111.59 -
> 1222146038.999 541 172.16.3.101 TCP_MISS/200 596 GET
> http://m.webtrends.com/dcs4f6vsz99k7mayiw2jzupyr_1s2e/dcs.gif? -
> DIRECT/63.236.111.59 image/gif
> 1222146043.460 547 172.16.3.101 TCP_MISS/304 372 GET
> http://negocionet.personal.com.ar/ - DIRECT/200.43.33.70 -
> 1222146043.555 66 172.16.3.101 TCP_MISS/304 310 GET
> http://negocionet.personal.com.ar/Login/default.htm - NONE/- -
> 1222146043.631 71 172.16.3.101 TCP_MISS/304 310 GET
> http://negocionet.personal.com.ar/js/Function.js - NONE/- -
> 1222146043.700 64 172.16.3.101 TCP_MISS/304 310 GET
> http://negocionet.personal.com.ar/css/NetStyles.css - NONE/- -
> 1222146043.925 219 172.16.3.101 TCP_MISS/304 310 GET
> http://negocionet.personal.com.ar/Behaviors/InvalidTab.htc - NONE/- -
> 1222146044.761 200 172.16.3.101 TCP_MISS/304 310 GET
> http://negocionet.personal.com.ar/icons/warning.gif - NONE/- -
> 1222146044.895 332 172.16.3.101 TCP_MISS/304 310 GET
> http://negocionet.personal.com.ar/icons/word.gif - DIRECT/200.43.33.70 -
> 1222146044.940 357 172.16.3.101 TCP_MISS/304 310 GET
> http://negocionet.personal.com.ar/html/Cabecera.htm - DIRECT/200.43.33.70
> -
> 1222146045.131 187 172.16.3.101 TCP_MISS/304 310 GET
> http://negocionet.personal.com.ar/imagenes/LogoNegocio.gif - NONE/- -
> 1222146045.141 196 172.16.3.101 TCP_MISS/304 311 GET
> http://negocionet.personal.com.ar/imagenes/Fondo1.gif - NONE/- -
> 1222146045.145 200 172.16.3.101 TCP_MISS/304 311 GET
> http://negocionet.personal.com.ar/imagenes/LogoTP.jpg - NONE/- -
> 1222146048.475 657 172.16.3.101 TCP_MISS/304 310 GET
> http://negocionet.personal.com.ar/css/NetStyles.css - NONE/- -
> 1222146048.485 665 172.16.3.101 TCP_MISS/304 310 GET
> http://negocionet.personal.com.ar/js/Function.js - NONE/- -
> 1222146049.320 494 172.16.3.101 TCP_MISS/304 311 GET
> http://negocionet.personal.com.ar/icons/cancel.gif - NONE/- -
> 1222146049.330 503 172.16.3.101 TCP_MISS/304 310 GET
> http://negocionet.personal.com.ar/Behaviors/InvalidTab.htc - NONE/- -
> 1222146146.336 88 172.16.3.101 TCP_MISS/304 372 GET
> http://negocionet.personal.com.ar/ - NONE/- -
> 1222146146.420 62 172.16.3.101 TCP_MISS/304 310 GET
> http://negocionet.personal.com.ar/Login/default.htm - NONE/- -
> 1222146147.495 298 172.16.3.101 TCP_MISS/304 310 GET
> http://negocionet.personal.com.ar/icons/warning.gif - NONE/- -
> 1222146147.500 300 172.16.3.101 TCP_MISS/304 310 GET
> http://negocionet.personal.com.ar/icons/word.gif - NONE/- -
> 1222146147.666 461 172.16.3.101 TCP_MISS/304 310 GET
> http://negocionet.personal.com.ar/html/Cabecera.htm - DIRECT/200.43.33.70
> -
> 1222146147.673 458 172.16.3.101 TCP_MISS/304 310 GET
> http://negocionet.personal.com.ar/Behaviors/InvalidTab.htc -
> DIRECT/200.43.33.70 -
> 1222146147.717 48 172.16.3.101 TCP_MISS/304 0 GET
> http://negocionet.personal.com.ar/css/NetStyles.css - NONE/- -
> 1222146147.750 80 172.16.3.101 TCP_MISS/304 310 GET
> http://negocionet.personal.com.ar/imagenes/LogoNegocio.gif - NONE/- -
> 1222146147.770 98 172.16.3.101 TCP_MISS/304 311 GET
> http://negocionet.personal.com.ar/imagenes/LogoTP.jpg - NONE/- -
> 1222146147.785 110 172.16.3.101 TCP_MISS/304 310 GET
> http://negocionet.personal.com.ar/Behaviors/InvalidTab.htc - NONE/- -
> 1222146147.910 233 172.16.3.101 TCP_MISS/304 311 GET
> http://negocionet.personal.com.ar/imagenes/Fondo1.gif -
> DIRECT/200.43.33.70
> -
> 1222146152.615 734 172.16.3.101 TCP_MISS/304 310 GET
> http://negocionet.personal.com.ar/css/NetStyles.css - NONE/- -
> 1222146152.625 743 172.16.3.101 TCP_MISS/304 310 GET
> http://negocionet.personal.com.ar/js/Function.js - NONE/- -
> 1222146153.165 535 172.16.3.101 TCP_MISS/304 311 GET
> http://negocionet.personal.com.ar/icons/cancel.gif - NONE/- -
> 1222146153.174 543 172.16.3.101 TCP_MISS/304 310 GET
> http://negocionet.personal.com.ar/Behaviors/InvalidTab.htc - NONE/- -
> 1222146153.185 550 172.16.3.101 TCP_MISS/304 311 GET
> http://negocionet.personal.com.ar/aspnet_client/system_web/1_1_4322/WebUIVal
> idation.js - NONE/- -
> 1222146153.510 318 172.16.3.101 TCP_MISS/304 310 GET
> http://negocionet.personal.com.ar/html/Cabecera.htm - NONE/- -
> 1222146153.519 321 172.16.3.101 TCP_MISS/304 310 GET
> http://negocionet.personal.com.ar/html/Blank.htm - NONE/- -
> 1222146154.094 4168 172.16.3.101 TCP_MISS/200 9747 GET
> http://negocionet.personal.com.ar/Login/Login.aspx - NONE/- text/html
> 1222146154.260 63 172.16.3.101 TCP_MISS/304 310 GET
> http://negocionet.personal.com.ar/imagenes/LogoNegocio.gif - NONE/- -
> 1222146154.274 76 172.16.3.101 TCP_MISS/304 311 GET
> http://negocionet.personal.com.ar/imagenes/LogoTP.jpg - NONE/- -
> 1222146155.276 83 172.16.3.101 TCP_MISS/304 311 GET
> http://negocionet.personal.com.ar/Imagenes/BtnAzulOscuro.gif - NONE/- -
> 1222146155.285 91 172.16.3.101 TCP_MISS/304 311 GET
> http://negocionet.personal.com.ar/imagenes/Fondo1.gif - NONE/- -
> 1222146155.294 98 172.16.3.101 TCP_MISS/304 311 GET
> http://negocionet.personal.com.ar/imagenes/Fondo2.gif - NONE/- -
>
>
>
>
>
> Correo electrónico comprobado por Spyware Doctor (6.0.0.383)
> Versión base de datos: 5.10750
> http://www.pctools.com/es/spyware-doctor-antivirus/
>
Received on Wed Sep 24 2008 - 03:06:43 MDT

This archive was generated by hypermail 2.2.0 : Wed Sep 24 2008 - 12:00:03 MDT