package
Version:
v0.1.0
Opens a new window with list of versions in this module.
Published: Feb 20, 2019
License: BSD-2-Clause
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 2
Opens a new window with list of known importers.
Documentation
¶
-
type ICMPReturn
-
func SendDiscoverICMP(localAddr string, dst net.Addr, ttl, pid int, timeout time.Duration, seq int) (hop ICMPReturn, err error)
-
func SendICMP(localAddr string, dst net.Addr, target string, ttl, pid int, ...) (hop ICMPReturn, err error)
ICMPReturn contains the info for a returned ICMP
SendDiscoverICMP sends a ICMP to a given destination with a TTL to discover hops
SendICMP sends a ICMP to a given destination which requires a reply from that specific destination
Source Files
¶
Click to show internal directories.
Click to hide internal directories.