aboutsummaryrefslogtreecommitdiffstats
path: root/color_filters.h
diff options
context:
space:
mode:
authorKovarththanan Rajaratnam <kovarththanan.rajaratnam@gmail.com>2009-09-21 18:48:53 +0000
committerKovarththanan Rajaratnam <kovarththanan.rajaratnam@gmail.com>2009-09-21 18:48:53 +0000
commit3ea940979221e6775f1851e3b43a1bea69271fb2 (patch)
tree79f7cb2cf952264f7a2fb95f3a5c81e9032e1abd /color_filters.h
parentda5b43c80cd1063c1fbafbcb87db1b224ddbbff2 (diff)
Store 'color_filter' as const in 'frame_data'
svn path=/trunk/; revision=30051
Diffstat (limited to 'color_filters.h')
-rw-r--r--color_filters.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/color_filters.h b/color_filters.h
index 07050041a8..6ee0b11c91 100644
--- a/color_filters.h
+++ b/color_filters.h
@@ -103,7 +103,7 @@ void color_filters_prime_edt(epan_dissect_t *edt);
* @param edt the dissected packet
* @return the matching color filter or NULL
*/
-color_filter_t *
+const color_filter_t *
#ifdef NEW_PACKET_LIST
color_filters_colorize_packet(epan_dissect_t *edt);
#else