aboutsummaryrefslogtreecommitdiffstats
path: root/epan/epan.h
diff options
context:
space:
mode:
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2009-07-27 08:33:26 +0000
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2009-07-27 08:33:26 +0000
commit122527f1e9bc82eaf584a24bd7c2694af9f51c6e (patch)
tree1ca2b43c03f4fd6a0f813a1959da0511af054baa /epan/epan.h
parentbe7ff88f8624efc48ad0fd423890dadfb5f83e56 (diff)
From Kovarththanan Rajaratnam:
Only fill in frame_data vals when needed. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29203 f5534014-38df-0310-8fa8-9805f1628bb7
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