aboutsummaryrefslogtreecommitdiffstats
path: root/file.c
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2006-01-21 17:49:00 +0000
committerUlf Lamping <ulf.lamping@web.de>2006-01-21 17:49:00 +0000
commit864edeb5accd4934f7bfd708a55598aba7ac94f5 (patch)
tree0004b0a9802812388b62b57139dd01725ee0daa3 /file.c
parent5ccce794e6f1595846b7926719aa50ae5366016d (diff)
add matched coloring rule name and string to the frame dissector output (or nothing if no coloring rule matched or none was set)
svn path=/trunk/; revision=17068
Diffstat (limited to 'file.c')
-rw-r--r--file.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/file.c b/file.c
index e7e5d83a3d..c91e1ff0b0 100644
--- a/file.c
+++ b/file.c
@@ -915,6 +915,7 @@ read_packet(capture_file *cf, long offset)
fdata->flags.visited = 0;
fdata->flags.marked = 0;
fdata->flags.ref_time = 0;
+ fdata->color_filter = NULL;
fdata->abs_ts = *((nstime_t *) &phdr->ts);