insomniacslk / dublin-traceroute

Dublin Traceroute is a NAT-aware multipath tracerouting tool
https://dublin-traceroute.net
BSD 2-Clause "Simplified" License
254 stars 57 forks source link

-i opt didn't work in to_graphviz.py #113

Open DD152 opened 2 years ago

DD152 commented 2 years ago

If you want to draw a graph with multiple src port, you can change line 87 edgeattrs['label'] = 'dport\n{dp}'.format(dp=flow) to edgeattrs['label'] = 'sport\n{sp}'.format(sp=flow)