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

Uniquely identifies a DIS (Distributed Interactive Simulation) stream by its network and radio addressing. More...

#include <tap-dis-common.h>

Public Attributes

address src_addr
 
uint16_t src_port
 
address dst_addr
 
uint16_t dst_port
 
uint16_t radio_id
 
uint16_t entity_id_site
 
uint16_t entity_id_appl
 
uint16_t entity_id_entity
 

Detailed Description

Uniquely identifies a DIS (Distributed Interactive Simulation) stream by its network and radio addressing.

Member Data Documentation

◆ dst_addr

address _disstream_id::dst_addr

Destination IP address of the stream

◆ dst_port

uint16_t _disstream_id::dst_port

Destination UDP port of the stream

◆ entity_id_appl

uint16_t _disstream_id::entity_id_appl

Application component of the DIS entity identifier

◆ entity_id_entity

uint16_t _disstream_id::entity_id_entity

Entity component of the DIS entity identifier

◆ entity_id_site

uint16_t _disstream_id::entity_id_site

Site component of the DIS entity identifier

◆ radio_id

uint16_t _disstream_id::radio_id

DIS radio identifier within the entity

◆ src_addr

address _disstream_id::src_addr

Source IP address of the stream

◆ src_port

uint16_t _disstream_id::src_port

Source UDP port of the stream


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