aboutsummaryrefslogtreecommitdiffstats
path: root/print.h
diff options
context:
space:
mode:
authorulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2005-03-11 20:56:31 +0000
committerulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2005-03-11 20:56:31 +0000
commit7570f99027ea1427af18d3057f04c0ef29f2155e (patch)
treea8f2823f650d02e7545dd92884b614eb212e8c0e /print.h
parent61c94c423037fdcfc145c9f10330ad76746f9247 (diff)
from Stefano Pettini: add CSV export function, similar to PSML export
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13724 f5534014-38df-0310-8fa8-9805f1628bb7
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 */