net.sourceforge.jpcap.net
Interface IGMPFields

All Known Implementing Classes:
IGMPPacket

public interface IGMPFields

IGMP protocol field encoding information.


Field Summary
static int IGMP_CODE_LEN
          Length of the IGMP message type code in bytes.
static int IGMP_CODE_POS
          Position of the IGMP message type.
static int IGMP_CSUM_LEN
          Length of the IGMP header checksum in bytes.
static int IGMP_CSUM_POS
          Position of the IGMP header checksum.
static int IGMP_GADDR_LEN
          Length of group address in bytes.
static int IGMP_GADDR_POS
          Position of the IGMP group address.
static int IGMP_HEADER_LEN
          Length in bytes of an IGMP header.
static int IGMP_MRSP_LEN
          Length of the IGMP max response code in bytes.
static int IGMP_MRSP_POS
          Position of the IGMP max response code.
 

Field Detail

IGMP_CODE_LEN

public static final int IGMP_CODE_LEN
Length of the IGMP message type code in bytes.

See Also:
Constant Field Values

IGMP_MRSP_LEN

public static final int IGMP_MRSP_LEN
Length of the IGMP max response code in bytes.

See Also:
Constant Field Values

IGMP_CSUM_LEN

public static final int IGMP_CSUM_LEN
Length of the IGMP header checksum in bytes.

See Also:
Constant Field Values

IGMP_GADDR_LEN

public static final int IGMP_GADDR_LEN
Length of group address in bytes.

See Also:
Constant Field Values

IGMP_CODE_POS

public static final int IGMP_CODE_POS
Position of the IGMP message type.

See Also:
Constant Field Values

IGMP_MRSP_POS

public static final int IGMP_MRSP_POS
Position of the IGMP max response code.

See Also:
Constant Field Values

IGMP_CSUM_POS

public static final int IGMP_CSUM_POS
Position of the IGMP header checksum.

See Also:
Constant Field Values

IGMP_GADDR_POS

public static final int IGMP_GADDR_POS
Position of the IGMP group address.

See Also:
Constant Field Values

IGMP_HEADER_LEN

public static final int IGMP_HEADER_LEN
Length in bytes of an IGMP header.

See Also:
Constant Field Values