Conversation Table : Copy-paste error (CID 1262415)
authorAlexis La Goutte <alexis.lagoutte@gmail.com>
Thu, 15 Jan 2015 18:46:11 +0000 (19:46 +0100)
committerMichael Mann <mmann78@netscape.net>
Thu, 15 Jan 2015 19:23:32 +0000 (19:23 +0000)
Change-Id: I37fd8154f93763ac091528921d1b66d8e8fd56dd
Reviewed-on: https://code.wireshark.org/review/6555
Reviewed-by: Michael Mann <mmann78@netscape.net>
epan/conversation_table.c

index 3f9f1e631e01801954237594e4c98f3b802a917b..478b966d3c365b146307afafe547bdd01af4d58d 100644 (file)
@@ -419,7 +419,7 @@ const char *get_conversation_filter(conv_item_t *conv_item, conv_direction_e dir
         wmem_free(NULL, src_addr);
         src_addr = new_addr;
     }
-    if (conv_item->dst_address.type == AT_STRINGZ || conv_item->src_address.type == AT_USB) {
+    if (conv_item->dst_address.type == AT_STRINGZ || conv_item->dst_address.type == AT_USB) {
         char *new_addr;
 
         new_addr = wmem_strdup_printf(NULL, "\"%s\"", dst_addr);