Re: AW: Net::Ping Bug found?

2007-05-21 Thread John W. Krahn
Angerstein wrote: Ethereal would do, too. They've changed the name from Ethereal to Wireshark. John -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/

AW: Net::Ping Bug found?

2007-05-20 Thread Angerstein
Ethereal would do, too. Start Ethereal and then start the first script. Stop Ethereal save capture file. Start second capture. Run the second skript. Stop trace. Post it. You can do it with most packetsniffers, but some like tcpdump on aix are very basic and they do not show details of icmp

AW: Net::Ping Bug found?

2007-05-16 Thread Angerstein
I can hand my Routine to you people. Use: Start iptrace with iptrace -i en1 -S 1500 -P ICMP /tmp/trace.bin (when you kill iptrace use kill -15 important!!!) Use this code # use Net::Ping; my $p; # Ping Objekt my $r = 127.0.0.1; # Give any IP address