A Discrete-Event Network Simulator
API
ns3::PyViz::PacketCaptureOptions Struct Reference

PacketCaptureOptions structure. More...

#include "pyviz.h"

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

Public Attributes

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

Detailed Description

PacketCaptureOptions structure.

Definition at line 197 of file pyviz.h.

Member Data Documentation

◆ headers

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

headers

Definition at line 199 of file pyviz.h.

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

◆ mode

PacketCaptureMode ns3::PyViz::PacketCaptureOptions::mode

mode

Definition at line 201 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: