aboutsummaryrefslogtreecommitdiffstats
path: root/file.c
diff options
context:
space:
mode:
Diffstat (limited to 'file.c')
-rw-r--r--file.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/file.c b/file.c
index 7cbab798ee..a0b4784100 100644
--- a/file.c
+++ b/file.c
@@ -2547,7 +2547,7 @@ write_pdml_packet(capture_file *cf, frame_data *fdata,
epan_dissect_run(&args->edt, cf->cd_t, phdr, frame_tvbuff_new(fdata, pd), fdata, NULL);
/* Write out the information in that tree. */
- write_pdml_proto_tree(NULL, NULL, PF_NONE, &args->edt, args->fh);
+ write_pdml_proto_tree(NULL, NULL, PF_NONE, &args->edt, args->fh, FALSE);
epan_dissect_reset(&args->edt);
@@ -2624,7 +2624,7 @@ write_psml_packet(capture_file *cf, frame_data *fdata,
epan_dissect_fill_in_columns(&args->edt, FALSE, TRUE);
/* Write out the column information. */
- write_psml_columns(&args->edt, args->fh);
+ write_psml_columns(&args->edt, args->fh, FALSE);
epan_dissect_reset(&args->edt);