dfx 0.1.0
Linux-based dynamic dataflow executor
Loading...
Searching...
No Matches
dfx::Pcapng::Writer::Entry Struct Reference

Captured message event used to generate a packet block. More...

#include <dfx-pcapng/Writer.hpp>

Collaboration diagram for dfx::Pcapng::Writer::Entry:
[legend]

Public Attributes

Core::MessagePtr message
 Message payload.
Info source
 Source endpoint identity.
Info destination
 Destination endpoint identity.

Detailed Description

Captured message event used to generate a packet block.

Bundles:

  • the message payload to capture,
  • the source endpoint (node/port),
  • the destination endpoint (node/port).

This is the input required to serialize an "on-the-wire" representation of a dfx message transfer into a PCAPNG packet-like block.

Member Data Documentation

◆ destination

Info dfx::Pcapng::Writer::Entry::destination

Destination endpoint identity.

◆ message

Core::MessagePtr dfx::Pcapng::Writer::Entry::message

Message payload.

◆ source

Info dfx::Pcapng::Writer::Entry::source

Source endpoint identity.


The documentation for this struct was generated from the following file: