X-Git-Url: http://git.samba.org/samba.git/?a=blobdiff_plain;f=print.h;h=6c2617ff60c8e6ef17cb826415d1b84205e70d79;hb=fd0b56d18d3d5d23598c7def97381bd25036ecc1;hp=a0871fb47b2060be9ba3fc3e4dbb831c7335c897;hpb=0c36d8ab065c3b271267750f3503e1466efda070;p=obnox%2Fwireshark%2Fwip.git diff --git a/print.h b/print.h index a0871fb47b..6c2617ff60 100644 --- a/print.h +++ b/print.h @@ -5,8 +5,8 @@ * * Gilbert Ramirez * - * Ethereal - Network traffic analyzer - * By Gerald Combs + * Wireshark - Network traffic analyzer + * By Gerald Combs * Copyright 1998 Gerald Combs * * This program is free software; you can redistribute it and/or @@ -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 */