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

Classes

class  Capture
 PCAPNG capture hook for dfx message traffic. More...
class  FileSink
 PCAPNG sink that writes capture bytes to a file. More...
class  PipeSink
 PCAPNG sink that streams capture bytes to a named FIFO (pipe) for live consumption. More...
class  Sink
 Abstract output destination for PCAPNG capture data. More...
class  TcpSink
 PCAPNG sink that streams capture bytes to connected clients over TCP. More...
class  Worker
 Background capture worker responsible for PCAPNG serialization and sink I/O. More...
class  WriteOnlySession
 TCP session that ignores inbound traffic and is used only for streaming capture data out. More...
class  Writer
 Stateless PCAPNG block writer helpers for dfx captures. More...

Typedefs

using SinkPtr = std::unique_ptr<Sink>
 Owning pointer type for sinks.

Typedef Documentation

◆ SinkPtr

using dfx::Pcapng::SinkPtr = std::unique_ptr<Sink>

Owning pointer type for sinks.