aboutsummaryrefslogtreecommitdiffstats
path: root/color_filters.h
diff options
context:
space:
mode:
authorulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2005-03-26 11:32:43 +0000
committerulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2005-03-26 11:32:43 +0000
commite3ecdc04ace5b36b14ef465d40a7d98e3dc85c12 (patch)
treeb4f98a60345a2d9fef0a15faf0b125f5908d4fe2 /color_filters.h
parentf37f8581d69260c252709ab9a89f33f99945c2fd (diff)
move some color_filter related things from file.c to color_filters.c
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13920 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'color_filters.h')
-rw-r--r--color_filters.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/color_filters.h b/color_filters.h
index 5915e8f4f5..097c0757c5 100644
--- a/color_filters.h
+++ b/color_filters.h
@@ -78,6 +78,21 @@ gboolean color_filters_export(gchar *path, gboolean only_marked);
*/
void color_filters_prime_edt(epan_dissect_t *edt);
+/** Color filters currently used?
+ *
+ * @return TRUE, if filters are used
+ */
+gboolean color_filters_used(void);
+
+/** Colorize a specific packet.
+ *
+ * @param row the row in the packet list
+ * @param edt the dissected packet
+ * @return the matching color filter or NULL
+ */
+color_filter_t *
+color_filters_colorize_packet(gint row, epan_dissect_t *edt);
+
/** Create a new color filter.
*
* @param name the name of the filter