A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
ns3::PyViz::PacketCaptureOptions Struct Reference

PacketCaptureOptions structure. More...

#include "pyviz.h"

+ Collaboration diagram for ns3::PyViz::PacketCaptureOptions:

Public Attributes

std::set< TypeIdheaders
 headers
 
PacketCaptureMode mode
 mode
 
uint32_t numLastPackets
 num last packets
 

Detailed Description

PacketCaptureOptions structure.

Definition at line 210 of file pyviz.h.

Member Data Documentation

◆ headers

std::set<TypeId> ns3::PyViz::PacketCaptureOptions::headers

headers

Definition at line 212 of file pyviz.h.

Referenced by ns3::PyViz::FilterPacket(), and ns3::PyViz::SetPacketCaptureOptions().

◆ mode

PacketCaptureMode ns3::PyViz::PacketCaptureOptions::mode

mode

Definition at line 214 of file pyviz.h.

Referenced by ns3::PyViz::FilterPacket(), and ns3::PyViz::SetPacketCaptureOptions().

◆ numLastPackets

uint32_t ns3::PyViz::PacketCaptureOptions::numLastPackets

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