|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<CapturedProperty>
jnetpcap.capture.CapturedProperty
public enum CapturedProperty
Enum constants that describe certain properties and thus information a particular type of record may contain. Some implementations may contain additional capabilities not defined by these constants.
| Enum Constant Summary | |
|---|---|
AnalyzerStatistics
Record contains analyzer produced statistics |
|
CaptureTimestampMicros
Record contains capture a timestamps of fraction of a seconds in micros. |
|
CaptureTimestampNanos
Record contains capture a timestamps of fraction of a seconds in nanos. |
|
CaptureTimestampSeconds
Record contains capture a timestamps in seconds |
|
EntityTimezone
Timezone information about the capture entity or capture system is known. |
|
FileCompression
Record contains a compression algorithm information to compress the files content |
|
FileEncryption
Record contains information about file encryption algorithm. |
|
FileMagicNumber
Record contains a MAGIC number specific for this file type. |
|
FilePaceholder
|
|
FilePassword
Record contains a password to protect the file |
|
FileVersion
Record contains version information about the file or block within the file. |
|
InPlaceMutableBlock
Block contents can be mutated in place without file copies (size and content can change) |
|
InterfaceCounterDrops
Record contains interface packet drops counter |
|
InterfaceCounterInOctects
Record contains interface ingres octets counters. |
|
InterfaceCounterInPackets
Record contains interface ingres packet counter |
|
InterfaceCounterOutOctects
Record contains interface egress octet counter. |
|
InterfaceCounterOutPackets
Record contains interface egress packet counter |
|
PacketBuffer
Record contains a packet buffer with packet data. |
|
PacketProtocol
Record contains information about PacketProtocol, the first protocol, usually linktype, within the PacketBuffer. |
|
UserProperties
Record contains user properties in AV pair format "property = value" |
|
| Method Summary | |
|---|---|
static CapturedProperty |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static CapturedProperty[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods inherited from class java.lang.Enum |
|---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final CapturedProperty PacketBuffer
public static final CapturedProperty PacketProtocol
public static final CapturedProperty CaptureTimestampSeconds
public static final CapturedProperty CaptureTimestampMicros
public static final CapturedProperty CaptureTimestampNanos
public static final CapturedProperty EntityTimezone
public static final CapturedProperty InterfaceCounterDrops
public static final CapturedProperty InterfaceCounterInPackets
public static final CapturedProperty InterfaceCounterInOctects
public static final CapturedProperty InterfaceCounterOutPackets
public static final CapturedProperty InterfaceCounterOutOctects
public static final CapturedProperty FilePassword
public static final CapturedProperty FileCompression
public static final CapturedProperty FileEncryption
public static final CapturedProperty UserProperties
public static final CapturedProperty FileVersion
public static final CapturedProperty FileMagicNumber
public static final CapturedProperty AnalyzerStatistics
public static final CapturedProperty InPlaceMutableBlock
public static final CapturedProperty FilePaceholder
| Method Detail |
|---|
public static final CapturedProperty[] values()
for(CapturedProperty c : CapturedProperty.values())
System.out.println(c);
public static CapturedProperty valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||