What is Peach
Installing
Tutorials
Methodology
Introduction
Training
Enterprise
FAQ
Support Forums
Peach 3
Peach Pits
 General Conf
 Data Modeling
 State Modeling
 Agents
  Monitors
 Test
  Publishers
  Loggers
Running
Minset
Peach 2.3

License

IcmpChecksumFixup

The IcmpChecksumFixup will produce a checksum using the ICMP algorithm used commonly in ICMP and IPv4. It is defined in RFC 2460.

Parameters

  • ref — Reference to element

Examples

<Block name="Header">
  <!-- .... -->

  <Number size="16">
    <Fixup class="IcmpChecksumFixup">
      <Param name="ref" value="Data" />
    </Fixup>
  </Number>
</Block>

<Blob name="Data" />