Wireshark 4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
Public Attributes | List of all members
catapult_dct2000_phdr Struct Reference

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 wtapwth
 

Detailed Description

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.

Member Data Documentation

◆ atm

struct atm_phdr catapult_dct2000_phdr::atm

ATM-specific pseudo-header.

◆ isdn

struct isdn_phdr catapult_dct2000_phdr::isdn

ISDN-specific pseudo-header.

◆ p2p

struct p2p_phdr catapult_dct2000_phdr::p2p

Point-to-point pseudo-header.

◆ seek_off

int64_t catapult_dct2000_phdr::seek_off

File offset of the packet within the capture.

◆ wth

struct wtap* catapult_dct2000_phdr::wth

Pointer to the capture context (Wiretap handle).


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