m-lab / traceroute-caller

A sidecar service which runs traceroute after a connection closes
Apache License 2.0
18 stars 5 forks source link

Cross-reference etl code for HopIDs #129

Open cristinaleonr opened 2 years ago

cristinaleonr commented 2 years ago

Both traceroute-caller and etl implement the same logic to compute IDs for hops in traceroute and hopannotation1 data.

The code in etl should be cross-referenced from traceroute-caller. https://github.com/m-lab/etl/blob/6b71af189cc7da413cce59f798ca3b3377832c8c/parser/parser.go#L87