TcpLogView Changelog

What's new in TcpLogView 1.41

Dec 15, 2023
  • Added 'CaptureInterval' value to the .cfg file. This value determines the number of milliseconds that TcpLogView waits before taking the next TCP connections snapshot. The default interval is 100 milliseconds (In previous versions it was 250 milliseconds). You can manually decrease this value if you want to capture TCP connections opened for very short time.

New in TcpLogView 1.40 (Nov 4, 2023)

  • Added 'Show Only Incoming Connections' option. When this option is turned on, TcpLogView shows only connections with associated listening port.

New in TcpLogView 1.38 (Jul 13, 2023)

  • Added support for using the IP-Location files from https://github.com/sapics/ip-location-db for viewing country/city information of remote IP addresses.
  • In order to use these IP-Location files, simply download the desired file and put it in the same folder of TcpLogView.exe with its original filename (For example: asn-country-ipv4.csv , dbip-city-ipv4.csv)

New in TcpLogView 1.37 (Mar 7, 2023)

  • Fixed bug: TcpLogView randomly crashed when using the GeoLite2 City database.
  • Added secondary sorting support: You can now get a secondary sorting, by holding down the shift key while clicking the column header. Be aware that you only have to hold down the shift key when clicking the second/third/fourth column. To sort the first column you should not hold down the Shift key.
  • Added option to change the sorting column from the menu (View -> Sort By). Like the column header click sorting, if you click again the same sorting menu item, it'll switch between ascending and descending order. Also, if you hold down the shift key while choosing the sort menu item, you'll get a secondary sorting.
  • Added 'Sort By' dropdown to the toolbar.

New in TcpLogView 1.36 (Aug 21, 2022)

  • Fixed a bug that caused a token handle leak (Related to the 'Process User' column).

New in TcpLogView 1.35 (Apr 8, 2021)

  • Added 'Process User' column.
  • Updated to work properly in high DPI mode.

New in TcpLogView 1.32 (Jun 28, 2019)

  • Added support for GeoLite2 City and GeoLite2 Country database in CSV format.
  • In order to use it, extract all files into the folder of TcpLogView.exe
  • Be aware that the loading process of the GeoLite2 City database is quite slow.

New in TcpLogView 1.31 (Feb 8, 2019)

  • Fixed bug: When exporting the log items while the 'Write To Log File' option was active, TcpLogView started to write the csv log file in Unicode, causing the file to be corrupted.

New in TcpLogView 1.30 (Sep 21, 2017)

  • The 'Remote Host Name' is now also displayed for IPv6 addresses.

New in TcpLogView 1.27 (Jan 16, 2017)

  • When the log file is created in the first time ('Write To Log File' option), TcpLogView now adds header line to the file.

New in TcpLogView 1.26 (Dec 14, 2016)

  • Added 'Save All Items'.

New in TcpLogView 1.25 (Sep 10, 2015)

  • TcpLogView now displays the process names (Some of them without the full path) for most processes when you run it without elevation ('Run As Administrator'). Also, the 32-bit version of TcpLogView now detects 64-bit processes properly

New in TcpLogView 1.20 (Aug 13, 2015)

  • Added 'Run As Administrator' option (Ctrl+F11), which allows you to easily run TcpLogView as administrator on Windows Vista/7/8/2008. It's needed in order to view the information of other processes running as admin

New in TcpLogView 1.16 (May 30, 2015)

  • Added 'Start As Hidden' option. (This option is available when the tray icon is enabled)

New in TcpLogView 1.15 (Mar 20, 2015)

  • Added 'Write To Log File' option. When it's turned on, all log lines are automatically written to TcpLogView.csv located in the same folder of TcpLogView.exe

New in TcpLogView 1.12 (Jan 31, 2014)

  • Added integration with IPNetInfo utility

New in TcpLogView 1.11 (Jan 3, 2014)

  • 'No Local-Host Connections' option now also works with IPv6 loopback address

New in TcpLogView 1.10 (Oct 25, 2013)

  • 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.

New in TcpLogView 1.06 (May 6, 2013)

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

New in TcpLogView 1.05 (Apr 30, 2013)

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