Package | Description |
---|---|
org.pcap4j.packet | |
org.pcap4j.packet.factory |
Modifier and Type | Class and Description |
---|---|
class |
IllegalSctpChunk
Illegal SCTP Chunk
|
class |
UnknownSctpChunk
Unknown SCTP Chunk
0 1 2 3 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | Chunk Type | Chunk Flags | Chunk Length | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ \ \ / Chunk Value / \ \ +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ |
Modifier and Type | Method and Description |
---|---|
List<SctpPacket.SctpChunk> |
SctpPacket.SctpHeader.getChunks() |
Modifier and Type | Method and Description |
---|---|
SctpPacket.Builder |
SctpPacket.Builder.chunks(List<SctpPacket.SctpChunk> chunks) |
Modifier and Type | Method and Description |
---|---|
SctpPacket.SctpChunk |
PropertiesBasedSctpChunkFactory.newInstance(byte[] rawData,
int offset,
int length) |
SctpPacket.SctpChunk |
StaticSctpChunkFactory.newInstance(byte[] rawData,
int offset,
int length) |
SctpPacket.SctpChunk |
PropertiesBasedSctpChunkFactory.newInstance(byte[] rawData,
int offset,
int length,
Class<? extends SctpPacket.SctpChunk> dataClass) |
SctpPacket.SctpChunk |
PropertiesBasedSctpChunkFactory.newInstance(byte[] rawData,
int offset,
int length,
SctpChunkType number) |
SctpPacket.SctpChunk |
StaticSctpChunkFactory.newInstance(byte[] rawData,
int offset,
int length,
SctpChunkType number) |
Modifier and Type | Method and Description |
---|---|
Class<? extends SctpPacket.SctpChunk> |
PacketFactoryPropertiesLoader.getSctpChunkClass(SctpChunkType type) |
Class<? extends SctpPacket.SctpChunk> |
PropertiesBasedSctpChunkFactory.getTargetClass() |
Class<? extends SctpPacket.SctpChunk> |
StaticSctpChunkFactory.getTargetClass() |
Class<? extends SctpPacket.SctpChunk> |
PropertiesBasedSctpChunkFactory.getTargetClass(SctpChunkType number) |
Class<? extends SctpPacket.SctpChunk> |
StaticSctpChunkFactory.getTargetClass(SctpChunkType number) |
Class<? extends SctpPacket.SctpChunk> |
PacketFactoryPropertiesLoader.getUnknownSctpChunkClass() |
Modifier and Type | Method and Description |
---|---|
SctpPacket.SctpChunk |
PropertiesBasedSctpChunkFactory.newInstance(byte[] rawData,
int offset,
int length,
Class<? extends SctpPacket.SctpChunk> dataClass) |
Copyright © 2011–2019 Pcap4J.org. All rights reserved.