aboutsummaryrefslogtreecommitdiffstats
path: root/epan/epan.h
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2009-07-27 08:33:26 +0000
committerAnders Broman <anders.broman@ericsson.com>2009-07-27 08:33:26 +0000
commitcb771536dff2d002ab8cc3903c6ecefea4808e9c (patch)
tree1ca2b43c03f4fd6a0f813a1959da0511af054baa /epan/epan.h
parent9ca4ac2bede829da3acd836875e6209e02bb9259 (diff)
From Kovarththanan Rajaratnam:
Only fill in frame_data vals when needed. svn path=/trunk/; revision=29203
Diffstat (limited to 'epan/epan.h')
-rw-r--r--epan/epan.h2
1 files changed, 1 insertions, 1 deletions
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