SourceForge Jpcap

net.sourceforge.jpcap.net
Interface ICMPFields

All Known Implementing Classes:
ICMPPacket

public interface ICMPFields

ICMP protocol field encoding information.

Version:
$Revision: 1.1 $
Author:
Patrick Charles and Jonas Lehmann
Last modified by:
$Author: esmondpitt $
Last modified at:
$Date: 2008/08/21 02:58:19 $

Field Summary
static int ICMP_CODE_LEN
          Length of the ICMP message type code in bytes.
static int ICMP_CODE_POS
          Position of the ICMP message type.
static int ICMP_CSUM_LEN
          Length of the ICMP checksum in bytes.
static int ICMP_CSUM_POS
          Position of the ICMP checksum.
static int ICMP_HEADER_LEN
          Length in bytes of an ICMP header.
static int ICMP_SUBC_LEN
          Length of the ICMP subcode in bytes.
static int ICMP_SUBC_POS
          Position of the ICMP message subcode.
 

Field Detail

ICMP_CODE_LEN

static final int ICMP_CODE_LEN
Length of the ICMP message type code in bytes.

See Also:
Constant Field Values

ICMP_SUBC_LEN

static final int ICMP_SUBC_LEN
Length of the ICMP subcode in bytes.

See Also:
Constant Field Values

ICMP_CSUM_LEN

static final int ICMP_CSUM_LEN
Length of the ICMP checksum in bytes.

See Also:
Constant Field Values

ICMP_CODE_POS

static final int ICMP_CODE_POS
Position of the ICMP message type.

See Also:
Constant Field Values

ICMP_SUBC_POS

static final int ICMP_SUBC_POS
Position of the ICMP message subcode.

See Also:
Constant Field Values

ICMP_CSUM_POS

static final int ICMP_CSUM_POS
Position of the ICMP checksum.

See Also:
Constant Field Values

ICMP_HEADER_LEN

static final int ICMP_HEADER_LEN
Length in bytes of an ICMP header.

See Also:
Constant Field Values

Copyright © Patrick Charles & Jonas Lehmann, 2001; Esmond Pitt, 2008.