Peach :: Fixups :: checksums :: IcmpChecksumFixup :: Class IcmpChecksumFixup
[hide private]

Class IcmpChecksumFixup

source code


Ethernet Chucksum Fixup.

Instance Methods [hide private]
 
__init__(self, ref)
Create fixup object
source code
 
_checksum(self, checksum_packet)
Calculate checksum
source code
 
fixup(self)
Perform the required fixup.
source code

Inherited from fixup.Fixup: dofixup

Method Details [hide private]

__init__(self, ref)
(Constructor)

source code 

Create fixup object

Overrides: fixup.Fixup.__init__
(inherited documentation)

fixup(self)

source code 

Perform the required fixup. OVERRIDE ME!

Overrides: fixup.Fixup.fixup
(inherited documentation)