Skip to content

Commit

Permalink
remove outdated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ken-schneider committed Feb 5, 2025
1 parent ff6ef94 commit 805cdfd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/networkpath/traceroute/icmp/udp_parser.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ func NewICMPUDPParser() Parser {
icmpParser := &UDPParser{}
icmpParser.packetParser = gopacket.NewDecodingLayerParser(layers.LayerTypeICMPv4, &icmpParser.icmpLayer)
icmpParser.innerPacketParser = gopacket.NewDecodingLayerParser(layers.LayerTypeIPv4, &icmpParser.innerIPLayer, &icmpParser.innerUDPLayer)
// TODO: can we ignore unsupported layers?
icmpParser.packetParser.IgnoreUnsupported = true
icmpParser.innerPacketParser.IgnoreUnsupported = true
return icmpParser
Expand Down

0 comments on commit 805cdfd

Please sign in to comment.