SourceForge Jpcap

net.sourceforge.jpcap.net
Interface DTP

All Superinterfaces:
LLC, SNAP

public interface DTP
extends SNAP

DTP - Dynamic Trunking Protocol

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

Nested Class Summary
static class DTP.Packet
          DTP packet class.
 
Nested classes/interfaces inherited from interface net.sourceforge.jpcap.net.SNAP
SNAP.PacketFactory
 
Field Summary
static int DTP_HEADER_LEN
          Length of DTP header
static int DTP_HEADER_POS
          Offset of DTP header
static int DTP_VERSION_LEN
          Length of DTP version
static int DTP_VERSION_POS
          Offset of DTP 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

DTP_HEADER_POS

static final int DTP_HEADER_POS
Offset of DTP header

See Also:
Constant Field Values

DTP_VERSION_POS

static final int DTP_VERSION_POS
Offset of DTP version

See Also:
Constant Field Values

DTP_VERSION_LEN

static final int DTP_VERSION_LEN
Length of DTP version

See Also:
Constant Field Values

DTP_HEADER_LEN

static final int DTP_HEADER_LEN
Length of DTP header

See Also:
Constant Field Values

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