Documentation for Omnił Distributed Analysis Module SDK. More...

Enumerations

enum  PeekSummaryLayer {
  peekSummaryLayerNone,
  peekSummaryLayerPhysical,
  peekSummaryLayerLink,
  peekSummaryLayerNetwork,
  peekSummaryLayerTransport,
  peekSummaryLayerSession,
  peekSummaryLayerPresentation,
  peekSummaryLayerApplication
}
enum  PeekSeverity {
  peekSeverityInformational,
  peekSeverityMinor,
  peekSeverityMajor,
  peekSeveritySevere
}
enum  PeekSummaryStatType {
  peekSummaryStatTypeNull,
  peekSummaryStatTypeDate,
  peekSummaryStatTypeTime,
  peekSummaryStatTypeDuration,
  peekSummaryStatTypePackets,
  peekSummaryStatTypeBytes,
  peekSummaryStatTypeValuePair,
  peekSummaryStatTypeInt,
  peekSummaryStatTypeDouble
}

Detailed Description

This file contains documentation for the Omnił Distributed Analysis Module SDK.

Enumeration Type Documentation

enum PeekSeverity
 

This enumeration defines the severity levels for notifications.

See also:
INotify
Enumeration values:
peekSeverityInformational  Informational.
peekSeverityMinor  Minor warning.
peekSeverityMajor  Major warning.
peekSeveritySevere  Severe condition.
enum PeekSummaryLayer
 

This enumeration defines the packet layers.

See also:
ISummarizePacket
Enumeration values:
peekSummaryLayerNone  No layer.
peekSummaryLayerPhysical  Physical layer (Layer 1).
peekSummaryLayerLink  Link layer (Layer 2).
peekSummaryLayerNetwork  Network layer (Layer 3).
peekSummaryLayerTransport  Transport layer (Layer 4).
peekSummaryLayerSession  Session layer (Layer 5).
peekSummaryLayerPresentation  Presentation layer (Layer 6).
peekSummaryLayerApplication  Application layer (Layer 7).
enum PeekSummaryStatType
 

This enumeration defines the types of summary statistics values.

See also:
PeekSummaryStat
Enumeration values:
peekSummaryStatTypeNull  No statistic type.
peekSummaryStatTypeDate  Date in PEEK timestamp format, nanoseconds since midnight 1/1/1601 UTC.
peekSummaryStatTypeTime  Time in PEEK timestamp format, nanoseconds since midnight 1/1/1601 UTC.
peekSummaryStatTypeDuration  Duration in PEEK timestamp units, nanoseconds since midnight 1/1/1601 UTC.
peekSummaryStatTypePackets  Packet count.
peekSummaryStatTypeBytes  Byte count.
peekSummaryStatTypeValuePair  Packet count/byte count pair.
peekSummaryStatTypeInt  Integer value.
peekSummaryStatTypeDouble  Double value.