


TcpLogView v1.11
Copyright (c) 2013 - 2014 Nir Sofer
Web site: http://www.nirsoft.net



Description
===========

TcpLogView is a simple utility that monitors the opened TCP connections
on your system, and adds a new log line every time that a TCP connection
is opened or closed. For every log line, the following information is
displayed: Even Time, Event Type (Open, Close, Listen), Local Address,
Remote Address, Remote Host Name, Local Port, Remote Port, Process ID,
Process Name, and the country information of the Remote IP (Requires to
download IP to country file separately.)



System Requirements & Limitations
=================================


* This utility works on any version of Windows, starting from Windows
  2000 and up to Windows 8. On 64-bit systems, you should use the x64
  build of TcpLogView.
* This utility creates the TCP log by taking a snapshot of currently
  open TCP connections, and comparing it to the previous snapshot. This
  means that if a TCP connection is opened for a very short time, then
  TcpLogView will not be able to capture it.
* On Windows Vista/7/8 with UAC turned on, you should run TcpLogView as
  administrator if you want to get full process information.



Versions History
================


* Versions 1.11:
  o 'No Local-Host Connections' option now also works with IPv6
    loopback address.

* Versions 1.10:
  o Added 'No Local-Host Connections' option. When it's turned on,
    connections with 127.0.0.1 in both 'Local Address' and 'Remote
    Address' will not be added.

* Versions 1.06:
  o Fixed bug: The 'Resolve IP Addresses' feature failed to work on
    some versions of Windows. (Ooops... I forgot to initialize the
    Winsock DLL...)

* Versions 1.05:
  o Added 'Scroll Down On New Line' option. If it's turned on,
    TcpLogView automatically scrolls to the bottom when a new line is
    added.

* Versions 1.00 - First release.



Start Using TcpLogView
======================

TcpLogView doesn't require any installation process or additional dll
files. In order to start using it, simply run the executable file -
TcpLogView.exe
After running TcpLogView, it starts logging the TCP connections, and adds
a new line every time that TCP connection is opened or closed. You can
clear the current log by using the Clear Log option (Ctrl+X)



Download IP to country file
===========================

In order to get country information of the remote IP address ('Remote IP
Country' column), you should download one of the following files, and put
the file in the same folder of TcpLogView.exe:
* http://software77.net/geo-ip/
  You should save the file as IpToCountry.csv in the same folder of
  TcpLogView.exe
* GeoLite City database
  Simply download the GeoLite City in Binary / gzip (GeoLiteCity.dat.gz)
  and put it in the same folder of TcpLogView.exe



Translating TcpLogView to other languages
=========================================

In order to translate TcpLogView to other language, follow the
instructions below:
1. Run TcpLogView with /savelangfile parameter:
   TcpLogView.exe /savelangfile
   A file named TcpLogView_lng.ini will be created in the folder of
   TcpLogView utility.
2. Open the created language file in Notepad or in any other text
   editor.
3. Translate all string entries to the desired language. Optionally,
   you can also add your name and/or a link to your Web site.
   (TranslatorName and TranslatorURL values) If you add this information,
   it'll be used in the 'About' window.
4. After you finish the translation, Run TcpLogView, and all
   translated strings will be loaded from the language file.
   If you want to run TcpLogView without the translation, simply rename
   the language file, or move it to another folder.



License
=======

This utility is released as freeware. You are allowed to freely
distribute this utility via floppy disk, CD-ROM, Internet, or in any
other way, as long as you don't charge anything for this and you don't
sell it or distribute it as a part of commercial product. If you
distribute this utility, you must include all files in the distribution
package, without any modification !



Disclaimer
==========

The software is provided "AS IS" without any warranty, either expressed
or implied, including, but not limited to, the implied warranties of
merchantability and fitness for a particular purpose. The author will not
be liable for any special, incidental, consequential or indirect damages
due to loss of data or any other reason.



Feedback
========

If you have any problem, suggestion, comment, or you found a bug in my
utility, you can send a message to nirsofer@yahoo.com
