|
Wireshark 4.7.2
The Wireshark network protocol analyzer
|
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 |
Pseudo-header for Ascend WAN capture files carrying session, call, and task metadata.
| char ascend_phdr::call_num[64] |
Called phone number extracted from the WDD header; NUL-terminated.
| uint32_t ascend_phdr::chunk |
Chunk number extracted from the WDD header.
| uint32_t ascend_phdr::sess |
Session number extracted from the WAN session header.
| uint32_t ascend_phdr::task |
Task number identifying the Ascend task that generated this packet.
| uint16_t ascend_phdr::type |
Packet type identifier; one of the ASCEND_PFX_* values.
| char ascend_phdr::user[64] |
Username extracted from the WAN session header; NUL-terminated.