From 9f153fbfec0fb9c9ce38e749a7c6f4a5e115d4e9 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 19 Sep 2024 06:14:33 +0200 Subject: Merging upstream version 4.4.0. Signed-off-by: Daniel Baumann --- frame_tvbuff.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'frame_tvbuff.h') diff --git a/frame_tvbuff.h b/frame_tvbuff.h index 3f377c13..a3b1fa49 100644 --- a/frame_tvbuff.h +++ b/frame_tvbuff.h @@ -21,13 +21,13 @@ extern "C" { #endif /* __cplusplus */ extern tvbuff_t *frame_tvbuff_new(const struct packet_provider_data *prov, - const frame_data *fd, const guint8 *buf); + const frame_data *fd, const uint8_t *buf); extern tvbuff_t *frame_tvbuff_new_buffer(const struct packet_provider_data *prov, const frame_data *fd, Buffer *buf); extern tvbuff_t *file_tvbuff_new(const struct packet_provider_data *prov, - const frame_data *fd, const guint8 *buf); + const frame_data *fd, const uint8_t *buf); extern tvbuff_t *file_tvbuff_new_buffer(const struct packet_provider_data *prov, const frame_data *fd, Buffer *buf); -- cgit v1.2.3