Fixed ICMP in net branch

git-svn-id: svn://kolibrios.org@2386 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
hidnplayr 2012-02-23 20:35:40 +00:00
parent 33ab203c14
commit d0e0776223

View File

@ -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