Skip to content

Commit ef52e63

Browse files
committed
netstack/icmp: m missing packet Decode
1 parent c5f11cf commit ef52e63

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

intra/netstack/icmpecho.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ func (r *icmpResponder) handle(b buffer.Buffer) (handled bool) {
116116
// Reconstruct the full packet.
117117
w.Reset()
118118
b.ReadToWriter(&w, inSize)
119+
parsed.Decode(w.Copy())
119120
}
120121

121122
// Process asynchronously to avoid blocking the dispatcher loop.

0 commit comments

Comments
 (0)