Class NotApplicable
java.lang.Object
org.pcap4j.packet.namednumber.NamedNumber<Byte, NotApplicable>
org.pcap4j.packet.namednumber.NotApplicable
- All Implemented Interfaces:
Serializable, Comparable<NotApplicable>
N/A
- Since:
- pcap4j 0.9.16
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final NotApplicableCompressed: 2static final NotApplicableEncrypted: 3static final NotApplicableFragmented: 1private static final longstatic final NotApplicableUnknown: 0static final NotApplicableUnknown IPv6 Extension: 4 -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class NamedNumber
equals, hashCode, name, toString, value, valueAsString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
UNKNOWN
Unknown: 0 -
FRAGMENTED
Fragmented: 1 -
COMPRESSED
Compressed: 2 -
ENCRYPTED
Encrypted: 3 -
UNKNOWN_IP_V6_EXTENSION
Unknown IPv6 Extension: 4
-
-
Constructor Details
-
NotApplicable
-
-
Method Details
-
compareTo
- Specified by:
compareToin interfaceComparable<NotApplicable>- Specified by:
compareToin classNamedNumber<Byte, NotApplicable>
-