SourceForge Jpcap

net.sourceforge.jpcap.net
Interface ISL


public interface ISL

ISL (Inter-Switch Link) protocol. This is very much a work-in-progress.

Since:
2.0.0
Version:
$Revision: 1.1 $
Author:
Esmond Pitt
See Also:
Inter-Switch Link and IEEE 802.1Q Frame Format

Nested Class Summary
static class ISL.Packet
          ISL Packet class.
 
Field Summary
static int ISL_HEADER_SIZE
           
static byte[] ISL1
          ISL multicast addresses.
static byte[] ISL2
          ISL multicast addresses.
 

Field Detail

ISL1

static final byte[] ISL1
ISL multicast addresses.

See Also:
ISL frame definition

ISL2

static final byte[] ISL2
ISL multicast addresses.

See Also:
ISL frame definition

ISL_HEADER_SIZE

static final int ISL_HEADER_SIZE
See Also:
Constant Field Values

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