aboutsummaryrefslogtreecommitdiffstats
path: root/epan/column.h
diff options
context:
space:
mode:
authorChris Maynard <Christopher.Maynard@GTECH.COM>2013-10-15 18:27:35 +0000
committerChris Maynard <Christopher.Maynard@GTECH.COM>2013-10-15 18:27:35 +0000
commit63e4539229ca54fe44abc84745099c0e4f1a7c8e (patch)
tree60a5306230573da89762a94d9dfa9fb7ade95238 /epan/column.h
parentb0080ae12361451d52c754faa7045d2ea1e8b07f (diff)
From Ed Beroset via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9272
Add tshark -G column-formats report and document the missing ftypes, heuristic-decodes and plugins reports. From me: Sort the reports. Add modelines to epan/column.c. Minor whitespace changes. svn path=/trunk/; revision=52627
Diffstat (limited to 'epan/column.h')
-rw-r--r--epan/column.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/epan/column.h b/epan/column.h
index eb0822cfb0..d145c9901a 100644
--- a/epan/column.h
+++ b/epan/column.h
@@ -83,6 +83,9 @@ WS_DLL_PUBLIC
void
build_column_format_array(column_info *cinfo, const gint num_cols, const gboolean reset_fences);
+WS_DLL_PUBLIC
+void column_dump_column_formats(void);
+
#ifdef __cplusplus
}
#endif /* __cplusplus */