summaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dtls.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-dtls.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-dtls.h')
-rw-r--r--epan/dissectors/packet-dtls.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/epan/dissectors/packet-dtls.h b/epan/dissectors/packet-dtls.h
index 1351282b..80c34338 100644
--- a/epan/dissectors/packet-dtls.h
+++ b/epan/dissectors/packet-dtls.h
@@ -14,15 +14,15 @@
#include "ws_symbol_export.h"
#include <epan/packet.h>
-WS_DLL_PUBLIC void dtls_dissector_add(guint port, dissector_handle_t handle);
-WS_DLL_PUBLIC void dtls_dissector_delete(guint port, dissector_handle_t handle);
+WS_DLL_PUBLIC void dtls_dissector_add(unsigned port, dissector_handle_t handle);
+WS_DLL_PUBLIC void dtls_dissector_delete(unsigned port, dissector_handle_t handle);
/* Shared with packet-tls-utils.c */
-gint
+int
dtls_dissect_hnd_hello_ext_use_srtp(packet_info *pinfo, tvbuff_t *tvb,
- proto_tree *tree, guint32 offset,
- guint32 ext_len, gboolean is_server);
+ proto_tree *tree, uint32_t offset,
+ uint32_t ext_len, bool is_server);
#endif /* __PACKET_DTLS_H__ */