RTPS: Restore timestamp present flag

Fix:
        Unused href entry: epan/dissectors/packet-rtps.c: hf_rtps_flag_timestamp_present

created from e93f423504
This commit is contained in:
John Thacker 2023-02-19 08:36:04 -05:00
parent 84dbc999f1
commit 602edb79b9
1 changed files with 1 additions and 1 deletions

View File

@ -2314,7 +2314,7 @@ static int* const RTPS_SAMPLE_INFO_FLAGS16[] = {
&hf_rtps_flag_data_present16, /* Bit 3 */
&hf_rtps_flag_offsetsn_present, /* Bit 2 */
&hf_rtps_flag_inline_qos16_v2, /* Bit 1 */
&hf_rtps_flag_header_extension_timestamp, /* Bit 0 */
&hf_rtps_flag_timestamp_present, /* Bit 0 */
NULL
};