[][src]Module pnet::util

Miscellaneous utilities for low-level networking.

Structs

MacAddr

A MAC address.

Enums

ParseMacAddrErr

Represents an error which occurred whilst parsing a MAC address.

Traits

Octets

Convert a value to a byte array.

Functions

checksum

Calculates a checksum. Used by ipv4 and icmp. The two bytes starting at skipword * 2 will be ignored. Supposed to be the checksum field, which is regarded as zero during calculation.

ipv4_checksum

Calculate the checksum for a packet built on IPv4. Used by UDP and TCP.

ipv6_checksum

Calculate the checksum for a packet built on IPv6.