SourceForge Jpcap

net.sourceforge.jpcap.net
Interface CDP

All Superinterfaces:
LLC, SNAP

public interface CDP
extends SNAP

Cisco Discovery Protocol (CDP). This is an Ethernet 802.3 SNAP protocol.

Since:
2.0.0
Version:
$Revision: 1.1 $
Author:
Esmond Pitt

Nested Class Summary
static class CDP.Packet
          CDP Packet class.
 
Nested classes/interfaces inherited from interface net.sourceforge.jpcap.net.SNAP
SNAP.PacketFactory
 
Field Summary
static int CDP_CHECKSUM_LEN
          Length of CDP checksum
static int CDP_CHECKSUM_POS
          Offset of CDP checksum
static int CDP_HEADER_LEN
          Length of CDP header
static int CDP_HEADER_POS
          Offset of CDP header
static int CDP_TTL_LEN
          Length of CDP time-to-live
static int CDP_TTL_POS
          Offset of CDP time-to-live
static int CDP_VERSION_LEN
          Length of CDP version
static int CDP_VERSION_POS
          Offset of CDP version
 
Fields inherited from interface net.sourceforge.jpcap.net.SNAP
CDP, DTP, MIB_LENGTH_LEN, MIB_LENGTH_POS, MIB_TYPE_LEN, MIB_TYPE_POS, MIB_VALUE_POS, ORG_CODE_CISCO, ORG_CODE_IEEE, SNAP_HEADER_LEN, SNAP_HEADER_POS, SNAP_ORG_LEN, SNAP_ORG_POS, SNAP_PROTOCOL_LEN, SNAP_PROTOCOL_POS
 
Fields inherited from interface net.sourceforge.jpcap.net.LLC
LLC_CONTROL_LEN, LLC_CONTROL_POS, LLC_DSAP_LEN, LLC_DSAP_POS, LLC_HEADER_LEN, LLC_HEADER_POS, LLC_PROTOCOL_LEN, LLC_PROTOCOL_POS, LLC_SSAP_LEN, LLC_SSAP_POS, LLC_UNNUMBERED_INFORMATION, SAP_SNAP, SAP_STP
 

Field Detail

CDP_HEADER_POS

static final int CDP_HEADER_POS
Offset of CDP header

See Also:
Constant Field Values

CDP_VERSION_POS

static final int CDP_VERSION_POS
Offset of CDP version

See Also:
Constant Field Values

CDP_VERSION_LEN

static final int CDP_VERSION_LEN
Length of CDP version

See Also:
Constant Field Values

CDP_TTL_POS

static final int CDP_TTL_POS
Offset of CDP time-to-live

See Also:
Constant Field Values

CDP_TTL_LEN

static final int CDP_TTL_LEN
Length of CDP time-to-live

See Also:
Constant Field Values

CDP_CHECKSUM_POS

static final int CDP_CHECKSUM_POS
Offset of CDP checksum

See Also:
Constant Field Values

CDP_CHECKSUM_LEN

static final int CDP_CHECKSUM_LEN
Length of CDP checksum

See Also:
Constant Field Values

CDP_HEADER_LEN

static final int CDP_HEADER_LEN
Length of CDP header

See Also:
Constant Field Values

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