Skip to content

Cross-platform TCP port testing, emulating the functionality of ping (port ping)

License

Notifications You must be signed in to change notification settings

koolhazz/paping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

paping

Cross-platform TCP port testing, emulating the functionality of ping (port ping).

Version 1.5.5 Released!

paping

  • Fixed issue #2 - Missing DLL: MSVCP100D.dll
  • Fixed issue #4 - Incorrectly Reported all ports on LocalHost as open
  • Fixed issue #5 - Return codes not being set

Can you help?

UDP I realize that testing UDP ports is not reliable but it would be nice to add the feature - Know how? Please help the project ([email protected]).

Translation Can you help translate the strings used, if so please check out the Wiki article 'Translation' for a list.

Command line options

paping v1.5.5 - Copyright (c) 2011 Mike Lovell

Connecting to www.l.google.com [209.85.225.147] on TCP 80:

Connected to 209.85.225.147: time=24.00ms protocol=TCP port=80
Connected to 209.85.225.147: time=25.00ms protocol=TCP port=80
Connected to 209.85.225.147: time=24.00ms protocol=TCP port=80
Connected to 209.85.225.147: time=24.00ms protocol=TCP port=80

Connection statistics:
        Attempted = 4, Connected = 4, Failed = 0 (0.00%)
Approximate connection times:
        Minimum = 24.00ms, Maximum = 25.00ms, Average = 24.25ms

Example usage

C:> paping www.google.com -p 80 -c 4

paping v1.5.5 - Copyright (c) 2011 Mike Lovell

Connecting to www.l.google.com [209.85.225.147] on TCP 80:

Connected to 209.85.225.147: time=24.00ms protocol=TCP port=80
Connected to 209.85.225.147: time=25.00ms protocol=TCP port=80
Connected to 209.85.225.147: time=24.00ms protocol=TCP port=80
Connected to 209.85.225.147: time=24.00ms protocol=TCP port=80

Connection statistics:
        Attempted = 4, Connected = 4, Failed = 0 (0.00%)
Approximate connection times:
        Minimum = 24.00ms, Maximum = 25.00ms, Average = 24.25ms

Build

Linux Requirements to build:

  • g++
  • g++-multilib

About

Cross-platform TCP port testing, emulating the functionality of ping (port ping)

Resources

License

Stars

Watchers

Forks

Packages

No packages published