public class UDPHeader extends Header
Modifier and Type | Method | Description |
---|---|---|
byte[] |
getByteData() |
Returns the raw data of this record.
|
String |
getData() |
Returns the raw data of this record.
|
String |
getDstPort() |
Returns the destination port of this UDP Header.
|
int |
getHeaderLen() |
Returns the length of this header.
|
String |
getLength() |
Returns the length of this UDP Header.
|
String |
getSrcPort() |
Returns the source port of this UDP 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 getLength()
public String getData()
public byte[] getByteData()
Copyright © 2024. All rights reserved.