|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
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_t * | ldev_object |
| dcom_object_t * | acco_object |
| cba_pdev_t * | parent |
| int | first_packet |
| const char * | name |
Represents a Component Based Automation (CBA) logical device.
| dcom_object_t* cba_ldev_s::acco_object |
Pointer to the ACCO (Active Control Connection) DCOM object.
| GList* cba_ldev_s::consconns |
List of consumer connections.
| GList* cba_ldev_s::consframes |
List of consumer frames.
| int cba_ldev_s::first_packet |
The frame number of the first packet seen for this logical device.
| dcom_object_t* cba_ldev_s::ldev_object |
Pointer to the logical device's DCOM object.
| const char* cba_ldev_s::name |
The name of the logical device.
| cba_pdev_t* cba_ldev_s::parent |
Pointer to the parent physical device.
| GList* cba_ldev_s::provconns |
List of provider connections.
| GList* cba_ldev_s::provframes |
List of provider frames.