|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
Opaque handle representing an active or pending capture session. More...
#include <capture_session.h>
Public Attributes | |
| int | dummy |
Opaque handle representing an active or pending capture session.
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. | int _capture_session::dummy |
Padding member to ensure a non-zero struct size in C