Index: file.c
===================================================================
RCS file: /cvsroot/ethereal/file.c,v
retrieving revision 1.311
diff -u -r1.311 file.c
--- file.c	15 Sep 2003 20:37:36 -0000	1.311
+++ file.c	18 Sep 2003 15:50:50 -0000
@@ -1618,7 +1618,7 @@
   size_t		c_match = 0;
 
   /* Don't bother constructing the protocol tree */
-  edt = epan_dissect_new(FALSE, FALSE);
+  edt = epan_dissect_new(TRUE, TRUE);
   /* Get the column information */
   epan_dissect_run(edt, &cf->pseudo_header, cf->pd, fdata, &cf->cinfo);
 
