User Activity

  • Modified a comment on discussion General Discussion on icmp4j

    Hi, The parameter "stringList" final List<string> stringList = ProcessUtil.executeProcessAndGetOutputAsStringList(command); passed to IcmpPingResponse executePingRequest(final List<string> stringList) {...} may contain empty lines.</string></string> 2.OpenBSD ping may reports: ping: wrote 192.168.100.43 64 chars, ret=-1 ping: sendto: Host is down

  • Posted a comment on discussion General Discussion on icmp4j

    Hi, The parameter "stringList" final List<string> stringList = ProcessUtil.executeProcessAndGetOutputAsStringList(command); passed to IcmpPingResponse executePingRequest(final List<string> stringList) {...} may contain empty lines.</string></string> 2.OpenBSD ping reports: ping: wrote 192.168.100.43 64 chars, ret=-1 ping: sendto: Host is down

  • Posted a comment on discussion General Discussion on icmp4j

    Check, in LinuxNativeBridge.java: final String responseAddress = StringUtil.parseString( string, "from ", " "); final String ttlAsString = StringUtil.parseString( string, "ttl=", " "); On linux (tested on Debian Buster), the response may be: "From nnn.nnn.nnn.nnn icmp_seq=3 Destination Host Unreachable" so both responseAddress and ttlAsString are null. The following final int ttl = Integer.parseInt(ttlAsString); raises NumberFormatException; Same for rttAsString;

View All

Personal Data

Username:
gbadoi
Joined:
2004-03-21 18:36:14

Projects

  • No projects to display.

Personal Tools

MongoDB Logo MongoDB