Wireshark 4.7.2
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
ascend_phdr Struct Reference

Pseudo-header for Ascend WAN capture files carrying session, call, and task metadata. More...

#include <wtap.h>

Public Attributes

uint16_t type
char user [64]
uint32_t sess
char call_num [64]
uint32_t chunk
uint32_t task

Detailed Description

Pseudo-header for Ascend WAN capture files carrying session, call, and task metadata.

Member Data Documentation

◆ call_num

char ascend_phdr::call_num[64]

Called phone number extracted from the WDD header; NUL-terminated.

◆ chunk

uint32_t ascend_phdr::chunk

Chunk number extracted from the WDD header.

◆ sess

uint32_t ascend_phdr::sess

Session number extracted from the WAN session header.

◆ task

uint32_t ascend_phdr::task

Task number identifying the Ascend task that generated this packet.

◆ type

uint16_t ascend_phdr::type

Packet type identifier; one of the ASCEND_PFX_* values.

◆ user

char ascend_phdr::user[64]

Username extracted from the WAN session header; NUL-terminated.


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