we're matching against {any}/port_b, not address_b

Change-Id: Ief00f09225805c6c7488d92f8aa5b59c21575788
Reviewed-on: https://code.wireshark.org/review/3464
Reviewed-by: Martin Kaiser <wireshark@kaiser.cx>
This commit is contained in:
Martin Kaiser 2014-08-06 17:59:16 +02:00
parent 083006b631
commit 378e8b71c0
1 changed files with 1 additions and 1 deletions

View File

@ -864,7 +864,7 @@ conversation_lookup_hashtable(GHashTable *hashtable, const guint32 frame_num, co
*
* otherwise, if "port_b" wasn't specified as a wildcard, we try to
* match any address 2 with the specified port 2 (addr_a/port_a and
* {any}/addr_b) and, if that succeeds, we return a pointer to the
* {any}/port_b) and, if that succeeds, we return a pointer to the
* matched conversation;
*
* otherwise, if "addr_b" wasn't specified as a wildcard, we try to