Wireshark 4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
Public Attributes | List of all members
_capture_session Struct Reference

Opaque handle representing an active or pending capture session. More...

#include <capture_session.h>

Public Attributes

int dummy
 

Detailed Description

Opaque handle representing an active or pending capture session.

Note
The dummy member exists solely to satisfy C compilers (e.g. clang) that reject empty structs; in C an empty struct has size 0 whereas in C++ it has size 1. The field carries no semantic meaning.

Member Data Documentation

◆ dummy

int _capture_session::dummy

Padding member to ensure a non-zero struct size in C


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