aboutsummaryrefslogtreecommitdiffstats
path: root/file.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 /file.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 'file.h')
-rw-r--r--file.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/file.h b/file.h
index bb120049e7..00c35cf9b1 100644
--- a/file.h
+++ b/file.h
@@ -297,6 +297,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.
*
* @param cf the capture file