public class TCPHeader extends Header
Modifier and Type | Method | Description |
---|---|---|
String |
getACKFlag() |
Returns the ack Flag for this TCP header.
|
String |
getAckNum() |
Returns the ack number for this TCP header.
|
String |
getCheckSum() |
Returns the checksum for this TCP header.
|
String |
getCWRFlag() |
Returns the cwr Flag for this TCP header.
|
String |
getDataOffset() |
Returns the data offset for this TCP header.
|
String |
getDstPort() |
Returns the destination port for this TCP header.
|
String |
getECEFlag() |
Returns the ece Flag for this TCP header.
|
String |
getFINFlag() |
Returns the fin Flag for this TCP header.
|
int |
getHeaderLen() |
Returns the length of this header.
|
String |
getMaximumSegmentSize() |
Returns the Maximum Segment Size option for this TCP header.
|
String |
getOption() |
Returns the first 8 bits of the options for this TCP header.
|
String |
getOptions() |
Returns the options for this TCP header.
|
String |
getPSHFlag() |
Returns the psh Flag for this TCP header.
|
String |
getRSTFlag() |
Returns the rst Flag for this TCP header.
|
String |
getSegmentSize() |
Returns the Segment Size option for this TCP header.
|
String |
getSequence() |
Returns the sequence for this TCP header.
|
String |
getSrcPort() |
Returns the source port for this TCP header.
|
String |
getSYNFlag() |
Returns the syn Flag for this TCP header.
|
String |
getUrgentPointer() |
Returns the urgent pointer for this TCP header.
|
String |
getURGFlag() |
Returns the urg Flag for this TCP header.
|
String |
getWindow() |
Returns the window for this TCP header.
|
String |
toString(FormatProperties filter) |
Returns a printable representation of this header.
|
getHeaderData, getName, getNextHeader, getPayload, getPayLoad, getPayloadBytes, getPayloadHexString, getType, printHexHeader, toHexString, toString
public int getHeaderLen()
getHeaderLen
in class Header
public String toString(FormatProperties filter)
public String getSrcPort()
public String getDstPort()
public String getSequence()
public String getAckNum()
public String getDataOffset()
public String getCWRFlag()
public String getECEFlag()
public String getURGFlag()
public String getACKFlag()
public String getPSHFlag()
public String getRSTFlag()
public String getSYNFlag()
public String getFINFlag()
public String getWindow()
public String getCheckSum()
public String getUrgentPointer()
public String getOptions()
public String getOption()
public String getMaximumSegmentSize()
public String getSegmentSize()
Copyright © 2024. All rights reserved.