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 --- epan/epan.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'epan/epan.h') diff --git a/epan/epan.h b/epan/epan.h index 82391b146d..65f3ef8436 100644 --- a/epan/epan.h +++ b/epan/epan.h @@ -111,7 +111,7 @@ epan_dissect_prime_dfilter(epan_dissect_t *edt, const dfilter_t *dfcode); /* fill the dissect run output into the packet list columns */ void -epan_dissect_fill_in_columns(epan_dissect_t *edt, gboolean fill_fd_colums); +epan_dissect_fill_in_columns(epan_dissect_t *edt, gboolean fill_col_exprs, gboolean fill_fd_colums); /* releases resources attached to the packet dissection. DOES NOT free the actual pointer */ void -- cgit v1.2.3