From 3c8db1cae53bc86f4f56585808ecb10b9c9af1b7 Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Thu, 29 Apr 2010 23:53:57 +0000 Subject: Several dissectors fill in custom custom data in the source and destination address columns. Don't clobber it in the new packet list. svn path=/trunk/; revision=32609 --- epan/column-utils.c | 1 - 1 file changed, 1 deletion(-) (limited to 'epan/column-utils.c') diff --git a/epan/column-utils.c b/epan/column-utils.c index cbefe2c4d2..87a88ed964 100644 --- a/epan/column-utils.c +++ b/epan/column-utils.c @@ -1158,7 +1158,6 @@ static void col_set_addr(packet_info *pinfo, const int col, const address *addr, const gboolean is_src, const gboolean fill_col_exprs) { if (addr->type == AT_NONE) { - pinfo->cinfo->col_data[col] = ""; /* No address, nothing to do */ return; } -- cgit v1.2.3