Package jpcap.packet
Provides classes to represent various packets.
-
Class Summary Class Description ARPPacket This class represents ARP/RARP packet.DatalinkPacket This class represents datalink layer packet.EthernetPacket This class represents Ethernet packet.ICMPPacket This class represents ICMP packet.IPPacket This class represents an IP packet.IPv6Option This class represents IPv6 option headers.Packet This is a root class of the all the packets captured byJpcap
.TCPPacket This class represents TCP packet.UDPPacket This class represents UDP packet.