rampageX / paping

Automatically exported from code.google.com/p/paping
MIT License
45 stars 14 forks source link

Does not work on OS X #17

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Maybe I am doing something wrong.  If so I'd love to know.  Didn't have time to 
investigate further but I'd be happy to run it on my machine for you with some 
debug flags.

What steps will reproduce the problem?
1. Compiled on OS X (10.7.3) using the 64-bit line in the makefile (commented 
the other one out)
2. Ran following command:

{{{
$ ./x86-64-paping www.google.com -p 80 -c 5
}}}

3. Got the following result:
{{{
paping v1.5.5 - Copyright (c) 2013 Mike Lovell

Connecting to www.google.com on TCP 80:

Connection timed out
Connection timed out
Connection timed out
Connection timed out
Connection timed out

Connection statistics:
    Attempted = 5, Connected = 0, Failed = 5 (100.00%)
Approximate connection times:
    Minimum = 0.00ms, Maximum = 0.00ms, Average = 0.00ms
}}}

Please provide any additional information below.

{{{
$ uname -a
Darwin basillamus.local 11.3.0 Darwin Kernel Version 11.3.0: Thu Jan 12 
18:47:41 PST 2012; root:xnu-1699.24.23~1/RELEASE_X86_64 x86_64
}}}

Original issue reported on code.google.com by colinsul on 30 Oct 2013 at 9:55

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
The same happens for 1.5.5 on OS X 10.10.2.

{{{
Darwin alice.local 14.1.0 Darwin Kernel Version 14.1.0: Thu Feb 26 19:26:47 PST 
2015; root:xnu-2782.10.73~1/RELEASE_X86_64 x86_64
}}}

But, 1.5.1 works fine.

Original comment by martin.claro on 1 Apr 2015 at 2:38

GoogleCodeExporter commented 8 years ago
Same on 10.10.5 for paping version 1.5.5: Time out no matter what.

Original comment by juerg.sc...@gmail.com on 16 Aug 2015 at 8:44

vipzen commented 7 years ago

Same problem here on OS X 10.10.5.

Version 1.5.1 does not work correctly. It aways respond to any (and even on non-existent) ports.


paping -c 9 -p 8444123 192.168.1.1
paping v1.5.1 - Copyright (c) 2017 Mike Lovell

Connecting to 192.168.1.1 on TCP 8444123:

Connected to 192.168.1.1: time=0.08ms protocol=TCP port=8444123
Connected to 192.168.1.1: time=0.18ms protocol=TCP port=8444123
Connected to 192.168.1.1: time=0.09ms protocol=TCP port=8444123
^C
Connection statistics:
    Attempted = 3, Connected = 3, Failed = 0 (0.00%)
Approximate connection times:
    Minimum = 0.08ms, Maximum = 0.18ms, Average = 0.12ms