From 585d17ae7f03d76713cf8ab2959260d19dabc619 Mon Sep 17 00:00:00 2001 From: Michael Mann Date: Sun, 11 Jun 2017 12:03:13 -0400 Subject: Add support for color xml attributes in psml and pdml formats. Bug: 6682 Change-Id: I19330d06aa3d5692503c61369c3c650d595971f5 Reviewed-on: https://code.wireshark.org/review/22077 Petri-Dish: Michael Mann Tested-by: Petri Dish Buildbot Reviewed-by: Stephen Donnelly Reviewed-by: Anders Broman --- epan/print.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'epan/print.h') diff --git a/epan/print.h b/epan/print.h index 6dedc30878..bfa2ab482a 100644 --- a/epan/print.h +++ b/epan/print.h @@ -92,7 +92,7 @@ WS_DLL_PUBLIC gboolean proto_tree_print(print_dissections_e print_dissections, WS_DLL_PUBLIC gboolean print_hex_data(print_stream_t *stream, epan_dissect_t *edt); WS_DLL_PUBLIC void write_pdml_preamble(FILE *fh, const gchar* filename); -WS_DLL_PUBLIC void write_pdml_proto_tree(output_fields_t* fields, gchar **protocolfilter, pf_flags protocolfilter_flags, epan_dissect_t *edt, FILE *fh); +WS_DLL_PUBLIC void write_pdml_proto_tree(output_fields_t* fields, gchar **protocolfilter, pf_flags protocolfilter_flags, epan_dissect_t *edt, FILE *fh, gboolean use_color); WS_DLL_PUBLIC void write_pdml_finale(FILE *fh); WS_DLL_PUBLIC void write_json_preamble(FILE *fh); @@ -111,7 +111,7 @@ WS_DLL_PUBLIC void write_ek_proto_tree(output_fields_t* fields, epan_dissect_t *edt, FILE *fh); WS_DLL_PUBLIC void write_psml_preamble(column_info *cinfo, FILE *fh); -WS_DLL_PUBLIC void write_psml_columns(epan_dissect_t *edt, FILE *fh); +WS_DLL_PUBLIC void write_psml_columns(epan_dissect_t *edt, FILE *fh, gboolean use_color); WS_DLL_PUBLIC void write_psml_finale(FILE *fh); WS_DLL_PUBLIC void write_csv_column_titles(column_info *cinfo, FILE *fh); -- cgit v1.2.3