Class PacketIntervals (1.6.0)

PacketIntervals(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Next free: 7

Attributes

NameDescription
avg_ms int
Average observed inter-packet interval in milliseconds. This field is a member of `oneof`_ ``_avg_ms``.
duration str
From how long ago in the past these intervals were observed. Check the Duration enum for the list of possible values. This field is a member of `oneof`_ ``_duration``.
max_ms int
Maximum observed inter-packet interval in milliseconds. This field is a member of `oneof`_ ``_max_ms``.
min_ms int
Minimum observed inter-packet interval in milliseconds. This field is a member of `oneof`_ ``_min_ms``.
num_intervals int
Number of inter-packet intervals from which these statistics were derived. This field is a member of `oneof`_ ``_num_intervals``.
type_ str
The type of packets for which inter-packet intervals were computed. Check the Type enum for the list of possible values. This field is a member of `oneof`_ ``_type``.

Inheritance

builtins.object > proto.message.Message > PacketIntervals

Classes

Duration

Duration(value)

From how long ago in the past these intervals were observed.

Type

Type(value)

The type of packets for which inter-packet intervals were computed.