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

Represents a Component Based Automation (CBA) logical device. More...

#include <packet-dcom-cba-acco.h>

Public Attributes

GList * provframes
 
GList * consframes
 
GList * provconns
 
GList * consconns
 
dcom_object_tldev_object
 
dcom_object_tacco_object
 
cba_pdev_tparent
 
int first_packet
 
const char * name
 

Detailed Description

Represents a Component Based Automation (CBA) logical device.

Member Data Documentation

◆ acco_object

dcom_object_t* cba_ldev_s::acco_object

Pointer to the ACCO (Active Control Connection) DCOM object.

◆ consconns

GList* cba_ldev_s::consconns

List of consumer connections.

◆ consframes

GList* cba_ldev_s::consframes

List of consumer frames.

◆ first_packet

int cba_ldev_s::first_packet

The frame number of the first packet seen for this logical device.

◆ ldev_object

dcom_object_t* cba_ldev_s::ldev_object

Pointer to the logical device's DCOM object.

◆ name

const char* cba_ldev_s::name

The name of the logical device.

◆ parent

cba_pdev_t* cba_ldev_s::parent

Pointer to the parent physical device.

◆ provconns

GList* cba_ldev_s::provconns

List of provider connections.

◆ provframes

GList* cba_ldev_s::provframes

List of provider frames.


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