|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
Pseudo-header for Catapult DCT2000 captures. More...
#include <wtap.h>
Public Attributes | ||
| union { | ||
| struct isdn_phdr isdn | ||
| struct atm_phdr atm | ||
| struct p2p_phdr p2p | ||
| } | inner_pseudo_header | |
| int64_t | seek_off | |
| struct wtap * | wth | |
Pseudo-header for Catapult DCT2000 captures.
This structure wraps protocol-specific pseudo-headers for ISDN, ATM, or P2P traffic, along with file offset and capture context. It is used to interpret packets in Catapult DCT2000 trace files.
| struct atm_phdr catapult_dct2000_phdr::atm |
ATM-specific pseudo-header.
| struct isdn_phdr catapult_dct2000_phdr::isdn |
ISDN-specific pseudo-header.
| struct p2p_phdr catapult_dct2000_phdr::p2p |
Point-to-point pseudo-header.
| int64_t catapult_dct2000_phdr::seek_off |
File offset of the packet within the capture.
| struct wtap* catapult_dct2000_phdr::wth |
Pointer to the capture context (Wiretap handle).