aboutsummaryrefslogtreecommitdiffstats
path: root/print.h
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2011-04-29 06:53:29 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2011-04-29 06:53:29 +0000
commit65910b24799e242a5cddc7b6821f2962b13e56f2 (patch)
treecd82fa5149447e71a7719ca415dd99026f4f7d87 /print.h
parent664c69dbaa47dfbe01baaee7ff5236b8b5c21d76 (diff)
From Edwin Groothuis via bug 5870:
The supplied patch adds a new option -O, which specifies a list of protocols (names can be found with the "-G protocols" option) to be fully decoded while the others only show the layer header. svn path=/trunk/; revision=36947
Diffstat (limited to 'print.h')
-rw-r--r--print.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/print.h b/print.h
index c0467a9bdd..ddbd6be1bb 100644
--- a/print.h
+++ b/print.h
@@ -119,6 +119,12 @@ extern void output_fields_add(output_fields_t* info, const gchar* field);
extern gsize output_fields_num_fields(output_fields_t* info);
extern gboolean output_fields_set_option(output_fields_t* info, gchar* option);
extern void output_fields_list_options(FILE *fh);
+
+/*
+ * Output only these protocols
+ */
+extern GHashTable *output_only_tables;
+
/*
* Higher-level packet-printing code.
*/