From cb771536dff2d002ab8cc3903c6ecefea4808e9c Mon Sep 17 00:00:00 2001 From: Anders Broman Date: Mon, 27 Jul 2009 08:33:26 +0000 Subject: From Kovarththanan Rajaratnam: Only fill in frame_data vals when needed. svn path=/trunk/; revision=29203 --- 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 77bc1bc3f6..d70c613908 100644 --- a/epan/epan.h +++ b/epan/epan.h @@ -101,7 +101,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); +epan_dissect_fill_in_columns(epan_dissect_t *edt, gboolean fill_fd_colums); /* free a single packet dissection */ void -- cgit v1.2.3