Package | Description |
---|---|
org.pcap4j.packet | |
org.pcap4j.packet.namednumber |
Modifier and Type | Method and Description |
---|---|
SctpPort |
SctpPacket.SctpHeader.getDstPort() |
SctpPort |
SctpPacket.SctpHeader.getSrcPort() |
Modifier and Type | Method and Description |
---|---|
SctpPacket.Builder |
SctpPacket.Builder.dstPort(SctpPort dstPort) |
SctpPacket.Builder |
SctpPacket.Builder.srcPort(SctpPort srcPort) |
Modifier and Type | Field and Description |
---|---|
static SctpPort |
SctpPort.BGP
Border Gateway Protocol: 179
|
static SctpPort |
SctpPort.DISCARD
Discard: 9
|
static SctpPort |
SctpPort.FTP
File Transfer [Control]: 21
|
static SctpPort |
SctpPort.FTP_DATA
File Transfer [Default Data]: 20
|
static SctpPort |
SctpPort.HTTP
HTTP: 80
|
static SctpPort |
SctpPort.HTTPS
HTTPS: 443
|
static SctpPort |
SctpPort.SSH
The Secure Shell (SSH): 22
|
Modifier and Type | Method and Description |
---|---|
static SctpPort |
SctpPort.getInstance(Short value) |
static SctpPort |
SctpPort.register(SctpPort port) |
Modifier and Type | Method and Description |
---|---|
int |
SctpPort.compareTo(SctpPort o) |
static SctpPort |
SctpPort.register(SctpPort port) |
Copyright © 2011–2017 Pcap4J.org. All rights reserved.