Re: wine ICMP code

2003-02-05 Thread Rein Klazes
On Tue, 4 Feb 2003 10:10:02 -0800 (PST), you wrote: However the TTL and IP options are more likely to have an impact on the result of the probe so they cannot be ignored if anything special is specified. But hopefully that would not be too common (of course the application I worked on when

Re: wine ICMP code

2003-02-04 Thread Francois Gouget
On Sat, 25 Jan 2003, Jason Algol wrote: hi guys, in dlls/icmp/icmp_main.c would it be possible to use system(/bin/ping...); if not running as uid 0?, (or using pipes if the ouput needs to be parsed) as /bin/ping is obviously usually suid root and if the required options are available as

wine ICMP code

2003-01-25 Thread Jason Algol
hi guys, in dlls/icmp/icmp_main.c would it be possible to use system(/bin/ping...); if not running as uid 0?, (or using pipes if the ouput needs to be parsed) as /bin/ping is obviously usually suid root and if the required options are available as arguments to /bin/ping then wine can do as