README.dissector

sync conversation documentation with reality.  conv_endpoint
got first renamed to conv_key in 8195bdd340,
and subsequently replaced by conv_addr_port_endpoints in
a6ee179427.
This commit is contained in:
Harald Welte 2023-03-11 19:59:53 +01:00
parent a329db7dd2
commit 6ba565430e
1 changed files with 1 additions and 1 deletions

View File

@ -2612,7 +2612,7 @@ Where:
The frame number and the addresses necessary for find_conversation() are
taken from the addresses and ports in the pinfo structure,
pinfo->conv_endpoint if pinfo->use_endpoint is set, or
pinfo->conv_addr_port_endpoints if pinfo->use_conv_addr_port_endpoints is set, or
pinfo->conv_elements if it is set.
2.2.1.7 The find_or_create_conversation function.