I am trying tracerouting in windows and macos.
There is no problem with number x hop. But I cant get reply more than 1 hop in macos
Below is my windows output. IT seems OK
ReplyType: 0 ReplyError: 2 ReplyFrom: 192.168.1.1 TTL: 1
ReplyType: 0 ReplyError: 2 ReplyFrom: 172.17.1.75 TTL: 2
ReplyType: 0 ReplyError: 2 ReplyFrom: 159.146.100.5 TTL: 3
ReplyType: 0 ReplyError: 2 ReplyFrom: 159.146.100.6 TTL: 4
ReplyType: 0 ReplyError: 2 ReplyFrom: 159.146.100.9 TTL: 5
ReplyType: 0 ReplyError: 2 ReplyFrom: 159.146.100.21 TTL: 6
ReplyType: 0 ReplyError: 2 ReplyFrom: 95.70.137.162 TTL: 7
ReplyType: 0 ReplyError: 2 ReplyFrom: 212.68.52.22 TTL: 8
ReplyType: 0 ReplyError: 2 ReplyFrom: 77.92.159.226 TTL: 9
ReplyType: 0 ReplyError: 2 ReplyFrom: 77.92.131.106 TTL: 10
ReplyType: 0 ReplyError: 0 ReplyFrom: 77.92.134.180 TTL: 11
but in MacOs there is only 1 and final hop. ReplyError directly comes 0 in first packet result diferent from windows.
ReplyType: 0 ReplyError: 0 ReplyFrom: 77.92.134.180 TTL: 1 Terminated: 0
Please, try latest SVN version. Maybe it is fixed by bug #53.
ssposix.inc
Line 759: Result := GetAddrInfo(nil, PAnsiChar(aPort)), Hints, Addr); - [dccosx64 Error] ssposix.inc(759): E2035 Not enough actual parameters
Line:764: Result := GetAddrInfo(nil, PAnsiChar(aPort)), Hints, Addr); [dccosx64 Error] ssposix.inc(764): E2035 Not enough actual parameters
synacode.pas
Line 1016: Transform(State, Buflong); [dccosx64 Error] synacode.pas(1028): E2010 Incompatible types: 'array of LongInt' and 'array[0..3] of Integer'
Line 1069: Transform(State, BufLong); [dccosx64 Error] synacode.pas(1069): E2010 Incompatible types: 'array of LongInt' and 'array[0..3] of Integer'
Line 1085: Transform(State, BufLong); [dccosx64 Error] synacode.pas(1085): E2010 Incompatible types: 'array of LongInt' and 'array[0..3] of Integer'
I get these errors while I try to compile in MACOS build. No problem with windows