From de23d92163d8739d69b082f0439cc3222ad7330e Mon Sep 17 00:00:00 2001 From: Kovarththanan Rajaratnam Date: Tue, 8 Sep 2009 19:00:54 +0000 Subject: Add an option to col_fill_in() to allow us to disable column expression processing. This is rarely needed. It's only needed when the user right clicks on the packet list view to generate a display filter. svn path=/trunk/; revision=29806 --- gtk/packet_win.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk/packet_win.c') diff --git a/gtk/packet_win.c b/gtk/packet_win.c index e2865b7934..7a8a6a8a5b 100644 --- a/gtk/packet_win.c +++ b/gtk/packet_win.c @@ -141,7 +141,7 @@ void new_window_cb(GtkWidget *w _U_) DataPtr->edt = epan_dissect_new(TRUE, TRUE); epan_dissect_run(DataPtr->edt, &DataPtr->pseudo_header, DataPtr->pd, DataPtr->frame, &cfile.cinfo); - epan_dissect_fill_in_columns(DataPtr->edt, TRUE); + epan_dissect_fill_in_columns(DataPtr->edt, FALSE, TRUE); /* * Build title of window by getting column data constructed when the -- cgit v1.2.3