|
Wireshark 4.7.3
The Wireshark network protocol analyzer
|
Tracks per-address chunk counts for one direction of an SCTP association. More...
#include <tap-sctp-analysis.h>
Public Attributes | |
| uint32_t | direction |
| address | addr |
| uint32_t | addr_count [256] |
Tracks per-address chunk counts for one direction of an SCTP association.
| address _sctp_addr_chunk::addr |
The peer address this record tracks.
| uint32_t _sctp_addr_chunk::addr_count[256] |
Per-chunk-type packet count for this address, indexed by SCTP chunk type.
| uint32_t _sctp_addr_chunk::direction |
Direction this record applies to (endpoint 1 or 2).