ValentinBELYN / icmplib

Easily forge ICMP packets and make your own ping and traceroute.
GNU Lesser General Public License v3.0
266 stars 46 forks source link

traceroute only provides last hop #69

Closed zggtf211 closed 1 year ago

zggtf211 commented 1 year ago

I don't consider myself to be an advanced programmer but one would think that the examples provided would work well without any changes. I tried running the example traceroute after a fresh install and only ever got the last hop provided. I am using PyCharm and it auto installed icmplib. I am running the example code to 8.8.8.8 and all I get is the last hop. For me, its number 11 when compared to a command prompt version. Please let me know whatever else I can provide to help diagnose this issue.

zggtf211 commented 1 year ago

I just found the previously closed issue. closing this as duplicate.