public class ARPHeader extends Header
Modifier and Type | Method | Description |
---|---|---|
String |
getDestinationHardwareAddress() |
Returns the hardware address of the destination of this packet.
|
String |
getDestinationIPAddress() |
Returns the IP address of the destination of this packet.
|
String |
getHardwareLength() |
Returns the byte length of each hardware address of this packet.
|
String |
getHardwareType() |
Returns the hardware type of this packet.
|
int |
getHeaderLen() |
Returns the length of this header.
|
String |
getOpcode() |
Returns the opcode of this packet.
|
String |
getProtocol() |
Returns the protocol of this packet
|
String |
getProtocolLength() |
Returns the byte length of each protocol address of this packet.
|
String |
getSourceHardwareAddress() |
Returns the hardware address of the sender of this packet.
|
String |
getSourceIPAddress() |
Returns the IP address of the source of this packet.
|
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 getHardwareType()
public String getProtocol()
public String getHardwareLength()
public String getProtocolLength()
public String getOpcode()
public String getSourceHardwareAddress()
public String getSourceIPAddress()
public String getDestinationHardwareAddress()
public String getDestinationIPAddress()
Copyright © 2024. All rights reserved.