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-ses.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-ses.h')
-rw-r--r-- | epan/dissectors/packet-ses.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/epan/dissectors/packet-ses.h b/epan/dissectors/packet-ses.h index 876cc917..43a52177 100644 --- a/epan/dissectors/packet-ses.h +++ b/epan/dissectors/packet-ses.h @@ -121,8 +121,8 @@ reason code #define SPM_reason_not_specified 128+5 #define SPM_implementation_restriction 128+6 -#define NON_TOKENS_SPDU FALSE -#define TOKENS_SPDU TRUE +#define NON_TOKENS_SPDU false +#define TOKENS_SPDU true #define TWO_BYTE_LEN 0xff @@ -186,11 +186,11 @@ reason code /* data for presentation selector */ struct SESSION_DATA_STRUCTURE { - guint8 spdu_type; - guint8 abort_type; - guint8 pres_ctx_id; - guint32 ros_op; - gboolean rtse_reassemble; + uint8_t spdu_type; + uint8_t abort_type; + uint8_t pres_ctx_id; + uint32_t ros_op; + bool rtse_reassemble; }; extern value_string_ext ses_vals_ext; |