summaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sscop.h
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-09-19 04:14:53 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-09-19 04:14:53 +0000
commita86c5f7cae7ec9a3398300555a0b644689d946a1 (patch)
tree39fe4b107c71174fd1e8a8ceb9a4d2aa14116248 /epan/dissectors/packet-sscop.h
parentReleasing progress-linux version 4.2.6-1~progress7.99u1. (diff)
downloadwireshark-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-sscop.h')
-rw-r--r--epan/dissectors/packet-sscop.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/epan/dissectors/packet-sscop.h b/epan/dissectors/packet-sscop.h
index e5b9680a..11797afc 100644
--- a/epan/dissectors/packet-sscop.h
+++ b/epan/dissectors/packet-sscop.h
@@ -10,8 +10,8 @@
*/
typedef struct _sscop_info_t {
- guint8 type;
- guint32 payload_len;
+ uint8_t type;
+ uint32_t payload_len;
} sscop_info_t;
typedef struct _sscop_payload_info {
@@ -26,5 +26,5 @@ typedef enum {
NBAP_DISSECTOR = 5
} Dissector_Option;
-extern gboolean sscop_allowed_subdissector(dissector_handle_t handle);
+extern bool sscop_allowed_subdissector(dissector_handle_t handle);
extern void dissect_sscop_and_payload(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, dissector_handle_t handle);