aboutsummaryrefslogtreecommitdiffstats
path: root/print.h
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2005-03-11 20:56:31 +0000
committerUlf Lamping <ulf.lamping@web.de>2005-03-11 20:56:31 +0000
commit801e9dd35ed92b0f716e94cc43ab9fc00540021c (patch)
treea8f2823f650d02e7545dd92884b614eb212e8c0e /print.h
parentb8a20994cbf84b0c52b9b1101228b1a7f5b8c797 (diff)
from Stefano Pettini: add CSV export function, similar to PSML export
svn path=/trunk/; revision=13724
Diffstat (limited to 'print.h')
-rw-r--r--print.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/print.h b/print.h
index a0871fb47b..1325e03be7 100644
--- a/print.h
+++ b/print.h
@@ -121,4 +121,8 @@ extern void write_psml_preamble(FILE *fh);
extern void proto_tree_write_psml(epan_dissect_t *edt, FILE *fh);
extern void write_psml_finale(FILE *fh);
+extern void write_csv_preamble(FILE *fh);
+extern void proto_tree_write_csv(epan_dissect_t *edt, FILE *fh);
+extern void write_csv_finale(FILE *fh);
+
#endif /* print.h */