aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@osmocom.org>2023-03-11 20:01:28 +0100
committerHarald Welte <laforge@osmocom.org>2023-03-11 20:45:48 +0100
commit7f8f91f16b0544329f24af6af889d81310a4e2eb (patch)
treece7de80aa4f27901adcfc9dc3a92eab8fbafdf94
parent6ba565430e1c0efb2e4735df9bc46f69c7804cb9 (diff)
README.dissector: Fix copy+paste errorlaforge/doc-fixes
The conversation_new_full prototype is not conversation_new() but conversation_new_full().
-rw-r--r--doc/README.dissector2
1 files changed, 1 insertions, 1 deletions
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: