|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
Pseudo-header metadata for packets in K12 capture files. More...
#include <wtap.h>
Public Attributes | ||
| struct { | ||
| uint16_t vp | ||
| uint16_t vc | ||
| uint16_t cid | ||
| } | atm | |
| ATM-specific channel identifiers. | ||
| uint32_t | ds0mask | |
| DS0 channel bitmask. | ||
Pseudo-header metadata for packets in K12 capture files.
This union provides additional per-packet context for K12-formatted captures, typically used in telecom and voice-over-circuit environments. It supports both ATM and DS0-based framing.
| struct { ... } k12_input_info_t::atm |
ATM-specific channel identifiers.
Used when the packet is associated with an ATM virtual circuit.
| uint16_t k12_input_info_t::cid |
Channel Identifier.
| uint32_t k12_input_info_t::ds0mask |
DS0 channel bitmask.
Used when the packet is associated with a TDM (Time Division Multiplexing) DS0 channel. Each bit represents an active timeslot.
| uint16_t k12_input_info_t::vc |
Virtual Channel Identifier (VCI).
| uint16_t k12_input_info_t::vp |
Virtual Path Identifier (VPI).