aboutsummaryrefslogtreecommitdiffstats
path: root/epan/conversation.c
diff options
context:
space:
mode:
authorMartin Kaiser <wireshark@kaiser.cx>2014-08-06 17:59:16 +0200
committerMartin Kaiser <wireshark@kaiser.cx>2014-08-06 19:45:14 +0000
commit378e8b71c0a0c6c3ddd3d0a9b4b088070864ab7d (patch)
treeebcb2a00edf92ac4aa70eb3c3a19db1ae9168646 /epan/conversation.c
parent083006b631c362c039c3d9e3628b7de2327b0783 (diff)
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>
Diffstat (limited to 'epan/conversation.c')
-rw-r--r--epan/conversation.c2
1 files changed, 1 insertions, 1 deletions
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