summaryrefslogtreecommitdiff
path: root/epan/print.h
diff options
context:
space:
mode:
Diffstat (limited to 'epan/print.h')
-rw-r--r--epan/print.h11
1 files changed, 4 insertions, 7 deletions
diff --git a/epan/print.h b/epan/print.h
index 020cce53ac..37a4a08204 100644
--- a/epan/print.h
+++ b/epan/print.h
@@ -95,16 +95,13 @@ WS_DLL_PUBLIC void output_fields_list_options(FILE *fh);
WS_DLL_PUBLIC gboolean output_fields_has_cols(output_fields_t* info);
/*
- * Output only these protocols
- */
-WS_DLL_PUBLIC GHashTable *output_only_tables;
-
-/*
* Higher-level packet-printing code.
*/
-WS_DLL_PUBLIC gboolean proto_tree_print(print_args_t *print_args, epan_dissect_t *edt,
- print_stream_t *stream);
+WS_DLL_PUBLIC gboolean proto_tree_print(print_args_t *print_args,
+ epan_dissect_t *edt,
+ GHashTable *output_only_tables,
+ print_stream_t *stream);
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);