Package | Description |
---|---|
org.pcap4j.packet | |
org.pcap4j.packet.namednumber |
Modifier and Type | Method and Description |
---|---|
TcpPort |
TcpPacket.TcpHeader.getDstPort() |
TcpPort |
TcpPacket.TcpHeader.getSrcPort() |
Modifier and Type | Method and Description |
---|---|
TcpPacket.Builder |
TcpPacket.Builder.dstPort(TcpPort dstPort) |
TcpPacket.Builder |
TcpPacket.Builder.srcPort(TcpPort srcPort) |
Modifier and Type | Field and Description |
---|---|
static TcpPort |
TcpPort.FTP |
static TcpPort |
TcpPort.FTP_DATA |
static TcpPort |
TcpPort.HTTP |
static TcpPort |
TcpPort.SNMP |
static TcpPort |
TcpPort.SNMP_TRAP |
static TcpPort |
TcpPort.SSH |
static TcpPort |
TcpPort.TELNET |
Modifier and Type | Method and Description |
---|---|
static TcpPort |
TcpPort.getInstance(Short value) |
static TcpPort |
TcpPort.register(TcpPort port) |
Modifier and Type | Method and Description |
---|---|
int |
TcpPort.compareTo(TcpPort o) |
static TcpPort |
TcpPort.register(TcpPort port) |
Copyright © 2014. All Rights Reserved.