public class ARPPacket extends IPPacket
Constructor | Description |
---|---|
ARPPacket(byte[] data,
int frmtype) |
Creates and parses the data of this header.
|
Modifier and Type | Method | Description |
---|---|---|
String |
toString(FormatProperties filter) |
Returns a printable representation of this packet.
|
public ARPPacket(byte[] data, int frmtype)
data
- The packet of data.frmtype
- The frame type of this packet.public String toString(FormatProperties filter)
Copyright © 2024. All rights reserved.