aboutsummaryrefslogtreecommitdiffstats
path: root/file.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 /file.h
parentb8a20994cbf84b0c52b9b1101228b1a7f5b8c797 (diff)
from Stefano Pettini: add CSV export function, similar to PSML export
svn path=/trunk/; revision=13724
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