|
Wireshark 4.7.3
The Wireshark network protocol analyzer
|
Header prepended to each ISDN4BSD kernel trace buffer entry describing a captured channel frame. More...
#include <i4b_trace.h>
Public Attributes | |
| uint32_t | length |
| uint32_t | unit |
| uint32_t | type |
| int32_t | dir |
| uint32_t | trunc |
| uint32_t | count |
| uint32_t | ts_sec |
| uint32_t | ts_usec |
Header prepended to each ISDN4BSD kernel trace buffer entry describing a captured channel frame.
| uint32_t i4b_trace_hdr_t::count |
Running frame count for this controller unit and channel type.
| int32_t i4b_trace_hdr_t::dir |
Transmission direction; one of the FROM_* values below.
| uint32_t i4b_trace_hdr_t::length |
Length in bytes of the trace data (mbuf payload) that follows this header.
| uint32_t i4b_trace_hdr_t::trunc |
Number of bytes truncated when the frame exceeded MCLBYTES.
| uint32_t i4b_trace_hdr_t::ts_sec |
Timestamp seconds component at the time of capture.
| uint32_t i4b_trace_hdr_t::ts_usec |
Timestamp microseconds component at the time of capture.
| uint32_t i4b_trace_hdr_t::type |
Channel type from which this frame was captured; one of the TRC_CH_* values below.
| uint32_t i4b_trace_hdr_t::unit |
ISDN controller unit number that captured this frame.