From 0eda51a646eead9a3fe5c26067a3b0a1d34766c8 Mon Sep 17 00:00:00 2001 From: Evan Huus Date: Thu, 7 Oct 2021 13:31:23 -0400 Subject: to_str: scope tvb_ip6_to_str --- doc/README.dissector | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/README.dissector b/doc/README.dissector index 9b8bdcd52f..26ba97fe3b 100644 --- a/doc/README.dissector +++ b/doc/README.dissector @@ -401,7 +401,7 @@ wrong answer on the PC on which you're doing development, and try answer on big-endian machines. gchar *tvb_ip_to_str(wmem_allocator_t *scope, tvbuff_t *tvb, const gint offset) -gchar *tvb_ip6_to_str(tvbuff_t *tvb, const gint offset) +gchar *tvb_ip6_to_str(wmem_allocator_t *scope, tvbuff_t *tvb, const gint offset) Returns a null-terminated buffer containing a string with IPv4 or IPv6 Address from the specified tvbuff, starting at the specified offset. -- cgit v1.2.3