Skip to content

Running traceroute only returns final hop #82

@jamiabailey

Description

@jamiabailey

Using very basic example of traceroute. Following code used:

hops = traceroute(8.8.8.8)

for hop in hops:
print (hop.address)

only thing printed is the last hop of 8.8.8.8. Running tracert from command line provides entire list of hops. Not sure what the issue could be. Multiping works fine in similar command. Using Python 3.9.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions