Categorygithub.com/vaegt/go-traceroute
modulepackage
0.0.0-20240519171013-591c3efcc08b
Repository: https://github.com/vaegt/go-traceroute.git
Documentation: pkg.go.dev

# README

go-traceroute

Go Report Card

Installation

Please be aware that macOS doesn't support the setcap command.

go get github.com/vaegt/go-traceroute
cd $GOPATH/src/github.com/vaegt/go-traceroute/cmd
go build -o go-traceroute
sudo setcap 'cap_net_raw+p' ./go-traceroute

or

download the latest release

# Packages

No description provided by the author

# Functions

Exec returns TraceData with initialized Hops and inserts the IP version into the protocol.

# Structs

Hop represents a path between a source and a destination.
TraceData represents data received by executing traceroute.

# Interfaces

No description provided by the author