Package nl.sidnlabs.pcap.packet
Class PacketFactory
- java.lang.Object
-
- nl.sidnlabs.pcap.packet.PacketFactory
-
public class PacketFactory extends Object
Create a packet object based on the protocol number.
-
-
Field Summary
Fields Modifier and Type Field Description static intPROTOCOL_ICMP_V4static intPROTOCOL_ICMP_V6static intPROTOCOL_TCPstatic intPROTOCOL_UDP
-
-
-
Field Detail
-
PROTOCOL_TCP
public static final int PROTOCOL_TCP
- See Also:
- Constant Field Values
-
PROTOCOL_UDP
public static final int PROTOCOL_UDP
- See Also:
- Constant Field Values
-
PROTOCOL_ICMP_V4
public static final int PROTOCOL_ICMP_V4
- See Also:
- Constant Field Values
-
PROTOCOL_ICMP_V6
public static final int PROTOCOL_ICMP_V6
- See Also:
- Constant Field Values
-
-
Method Detail
-
create
public static Packet create(byte protocol)
-
-