|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
Associates an AR UUID with the frame numbers of its setup, release, and cyclic data frames. More...
#include <packet-pn.h>
Public Attributes | |
| e_guid_t | aruuid |
| uint32_t | setupframe |
| uint32_t | releaseframe |
| uint16_t | outputframe |
| uint16_t | inputframe |
Associates an AR UUID with the frame numbers of its setup, release, and cyclic data frames.
| e_guid_t tagARUUIDFrame::aruuid |
Application Relation UUID uniquely identifying this AR within the PROFINET network.
| uint16_t tagARUUIDFrame::inputframe |
Wireshark frame number of the first incoming cyclic data frame for this AR.
| uint16_t tagARUUIDFrame::outputframe |
Wireshark frame number of the first outgoing cyclic data frame for this AR.
| uint32_t tagARUUIDFrame::releaseframe |
Wireshark frame number of the AR release frame; 0 if the AR has not yet been released.
| uint32_t tagARUUIDFrame::setupframe |
Wireshark frame number of the AR establishment (Connect) frame.