From 7f8f91f16b0544329f24af6af889d81310a4e2eb Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sat, 11 Mar 2023 20:01:28 +0100 Subject: [PATCH] README.dissector: Fix copy+paste error The conversation_new_full prototype is not conversation_new() but conversation_new_full(). --- doc/README.dissector | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/README.dissector b/doc/README.dissector index 2cbd20cda1..cf1d460395 100644 --- a/doc/README.dissector +++ b/doc/README.dissector @@ -2521,7 +2521,7 @@ integers, or unsigned 64-bit integers. Unlike conversation_new, element lists are matched strictly; wildcards aren't (yet) supported. The conversation_new_full prototype: - conversation_t *conversation_new(const guint32 setup_frame, + conversation_t *conversation_new_full(const guint32 setup_frame, conversation_element_t *elements); Where: