aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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: