SourceForge Jpcap

net.sourceforge.jpcap.net
Interface LLC

All Known Subinterfaces:
CDP, DTP, SNAP, STP

public interface LLC

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

Nested Class Summary
static class LLC.PacketFactory
           
 
Field Summary
static int LLC_CONTROL_LEN
          Length of Control
static int LLC_CONTROL_POS
          Offset of Control
static int LLC_DSAP_LEN
          Length of DSAP
static int LLC_DSAP_POS
          Offset of DSAP
static int LLC_HEADER_LEN
          LLC Header length.
static int LLC_HEADER_POS
          Offset of LLC header
static int LLC_PROTOCOL_LEN
          Length of protocol
static int LLC_PROTOCOL_POS
          Offset of protocol
static int LLC_SSAP_LEN
          Length of SSAP
static int LLC_SSAP_POS
          Offset of SSAP
static byte LLC_UNNUMBERED_INFORMATION
          Unnumbered information type
static byte SAP_SNAP
          SubNet Access Protocol (SNAP)
static byte SAP_STP
          Spanning Tree Protocol (STP)
 

Field Detail

LLC_HEADER_POS

static final int LLC_HEADER_POS
Offset of LLC header

See Also:
Constant Field Values

LLC_DSAP_POS

static final int LLC_DSAP_POS
Offset of DSAP

See Also:
Constant Field Values

LLC_DSAP_LEN

static final int LLC_DSAP_LEN
Length of DSAP

See Also:
Constant Field Values

LLC_SSAP_POS

static final int LLC_SSAP_POS
Offset of SSAP

See Also:
Constant Field Values

LLC_SSAP_LEN

static final int LLC_SSAP_LEN
Length of SSAP

See Also:
Constant Field Values

LLC_CONTROL_POS

static final int LLC_CONTROL_POS
Offset of Control

See Also:
Constant Field Values

LLC_CONTROL_LEN

static final int LLC_CONTROL_LEN
Length of Control

See Also:
Constant Field Values

LLC_PROTOCOL_POS

static final int LLC_PROTOCOL_POS
Offset of protocol

See Also:
Constant Field Values

LLC_PROTOCOL_LEN

static final int LLC_PROTOCOL_LEN
Length of protocol

See Also:
Constant Field Values

LLC_HEADER_LEN

static final int LLC_HEADER_LEN
LLC Header length.

See Also:
Constant Field Values

SAP_STP

static final byte SAP_STP
Spanning Tree Protocol (STP)

See Also:
Constant Field Values

SAP_SNAP

static final byte SAP_SNAP
SubNet Access Protocol (SNAP)

See Also:
Constant Field Values

LLC_UNNUMBERED_INFORMATION

static final byte LLC_UNNUMBERED_INFORMATION
Unnumbered information type

See Also:
Constant Field Values

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