forked from KolibriOS/kolibrios
Fixed ICMP in net branch
git-svn-id: svn://kolibrios.org@2386 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
33ab203c14
commit
d0e0776223
@ -147,8 +147,8 @@ ICMP_input:
|
||||
; First, check the checksum (altough some implementations ignore it)
|
||||
|
||||
push esi ecx
|
||||
push [edx + ICMP_header.Checksum]
|
||||
mov [edx + ICMP_header.Checksum], 0
|
||||
push [esi + ICMP_header.Checksum]
|
||||
mov [esi + ICMP_header.Checksum], 0
|
||||
xor edx, edx
|
||||
call checksum_1
|
||||
call checksum_2
|
||||
|
Loading…
Reference in New Issue
Block a user