diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-09-19 04:14:53 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-09-19 04:14:53 +0000 |
commit | a86c5f7cae7ec9a3398300555a0b644689d946a1 (patch) | |
tree | 39fe4b107c71174fd1e8a8ceb9a4d2aa14116248 /epan/dissectors/packet-rohc.h | |
parent | Releasing progress-linux version 4.2.6-1~progress7.99u1. (diff) | |
download | wireshark-a86c5f7cae7ec9a3398300555a0b644689d946a1.tar.xz wireshark-a86c5f7cae7ec9a3398300555a0b644689d946a1.zip |
Merging upstream version 4.4.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'epan/dissectors/packet-rohc.h')
-rw-r--r-- | epan/dissectors/packet-rohc.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/epan/dissectors/packet-rohc.h b/epan/dissectors/packet-rohc.h index a2a9960f..d47f7b43 100644 --- a/epan/dissectors/packet-rohc.h +++ b/epan/dissectors/packet-rohc.h @@ -38,14 +38,14 @@ enum rohc_mode typedef struct rohc_info { - gboolean rohc_compression; - guint8 rohc_ip_version; - gboolean cid_inclusion_info; - gboolean large_cid_present; + bool rohc_compression; + uint8_t rohc_ip_version; + bool cid_inclusion_info; + bool large_cid_present; enum rohc_mode mode; - gboolean rnd; - gboolean udp_checksum_present; - guint16 profile; + bool rnd; + bool udp_checksum_present; + uint16_t profile; proto_item *last_created_item; } rohc_info; |