CaptureInfo

Summary

Here you can find extra information about how the message was captured

Gateway device could be a Spy or Converter, such as 1000BASE-T1 SPY

Properties

Structure

class CaptureInfo
crc
CRC of the message

None if the hardware did not provide this information.

Type

uint64 or None

direction

Direction of the capture (Tx or Rx), None if the direction is unknown.

Type

DataDirection or None

frame_number

Frame number of the capture.

Type

int64

gateway_address
Address of the Gateway device that captured this message.

None if the message was not captured from a gateway.

Type

str

gateway_linklayer

Type of links, None if the message was not captured from a gateway.

Type

LinkLayer or None

gateway_port
Port of the Gateway capture

None if the message was not captured from a gateway.

Type

uint32 or None

gateway_timestamp
Timestamp of the Gateway capture

None if the message was not captured from a gateway.

Type

decimal or None

gateway_type

Type of the gateway capture, None if the message was not captured from a gateway.

Type

GatewayType or None

interface_name

The interface name of the message, None if the message came from pcap or doesn't have an interface name.

Type

str

timestamp

Timestamp of the capture.

Type

decimal