From 378e8b71c0a0c6c3ddd3d0a9b4b088070864ab7d Mon Sep 17 00:00:00 2001 From: Martin Kaiser Date: Wed, 6 Aug 2014 17:59:16 +0200 Subject: 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 --- epan/conversation.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'epan/conversation.c') diff --git a/epan/conversation.c b/epan/conversation.c index b68da789ea..398d213448 100644 --- a/epan/conversation.c +++ b/epan/conversation.c @@ -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 -- cgit v1.2.1