README.dissector: Fix copy+paste error

The conversation_new_full prototype is not conversation_new()
but conversation_new_full().
This commit is contained in:
Harald Welte 2023-03-11 20:01:28 +01:00
parent 6ba565430e
commit 7f8f91f16b
1 changed files with 1 additions and 1 deletions

View File

@ -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: