SourceForge Jpcap

net.sourceforge.jpcap.net
Interface IGMPFields

All Known Implementing Classes:
IGMPPacket

public interface IGMPFields

IGMP 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:20 $

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 checksum in bytes.
static int IGMP_CSUM_POS
          Position of the IGMP 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

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

See Also:
Constant Field Values

IGMP_MRSP_LEN

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

See Also:
Constant Field Values

IGMP_CSUM_LEN

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

See Also:
Constant Field Values

IGMP_GADDR_LEN

static final int IGMP_GADDR_LEN
Length of group address in bytes.

See Also:
Constant Field Values

IGMP_CODE_POS

static final int IGMP_CODE_POS
Position of the IGMP message type.

See Also:
Constant Field Values

IGMP_MRSP_POS

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

See Also:
Constant Field Values

IGMP_CSUM_POS

static final int IGMP_CSUM_POS
Position of the IGMP checksum.

See Also:
Constant Field Values

IGMP_GADDR_POS

static final int IGMP_GADDR_POS
Position of the IGMP group address.

See Also:
Constant Field Values

IGMP_HEADER_LEN

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

See Also:
Constant Field Values

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