summaryrefslogtreecommitdiff
path: root/file.c
diff options
context:
space:
mode:
authorStephen Fisher <steve@stephen-fisher.com>2007-06-04 20:15:10 +0000
committerStephen Fisher <steve@stephen-fisher.com>2007-06-04 20:15:10 +0000
commitd1d72fd2323cfb9ccf2946f78f0ca11e335d4941 (patch)
tree0ea11efa36fc21fb021d7370d32a1e278f97cc69 /file.c
parentc4b66c82e760e2eb48ea8173bd5172f4b8d000f4 (diff)
downloadwireshark-d1d72fd2323cfb9ccf2946f78f0ca11e335d4941.tar.gz
Fix for bug #93: changes to the columns has no effect until restart
These changes allow the packet list clist to be destroyed and recreated with the new column titles/values/order that the user changed in the preferences without restarting Wireshark. svn path=/trunk/; revision=22038
Diffstat (limited to 'file.c')
-rw-r--r--file.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/file.c b/file.c
index 46a37c52be..01acf93130 100644
--- a/file.c
+++ b/file.c
@@ -52,6 +52,7 @@
#include "color.h"
#include "color_filters.h"
+#include "cfile.h"
#include <epan/column.h>
#include <epan/packet.h>
#include "packet-range.h"