From 7570f99027ea1427af18d3057f04c0ef29f2155e Mon Sep 17 00:00:00 2001 From: ulfl Date: Fri, 11 Mar 2005 20:56:31 +0000 Subject: 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 --- file.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'file.h') diff --git a/file.h b/file.h index bb120049e7..00c35cf9b1 100644 --- a/file.h +++ b/file.h @@ -296,6 +296,15 @@ cf_print_status_t cf_write_pdml_packets(capture_file *cf, print_args_t *print_ar */ cf_print_status_t cf_write_psml_packets(capture_file *cf, print_args_t *print_args); +/** + * Print (export) the capture file into CSV format. + * + * @param cf the capture file + * @param print_args the arguments what and how to export + * @return one of cf_print_status_t + */ +cf_print_status_t cf_write_csv_packets(capture_file *cf, print_args_t *print_args); + /** * Find Packet in protocol tree. * -- cgit v1.2.3