aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
diff options
context:
space:
mode:
Diffstat (limited to 'gtk')
-rw-r--r--gtk/fc_stat.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/fc_stat.c b/gtk/fc_stat.c
index 4855b2efe4..8ad4b54897 100644
--- a/gtk/fc_stat.c
+++ b/gtk/fc_stat.c
@@ -92,11 +92,11 @@ fcstat_packet(void *pfc, packet_info *pinfo, epan_dissect_t *edt _U_, const void
return 0;
}
/* if we havnt seen the request, just ignore it */
- if( (!fc->fced) || (fc->fced->first_exchange_frame==0) ){
+ if( (!fc->itlq) || (fc->itlq->first_exchange_frame==0) ){
return 0;
}
- add_srt_table_data(&fs->fc_srt_table, fc->type, &fc->fced->fc_time, pinfo);
+ add_srt_table_data(&fs->fc_srt_table, fc->type, &fc->itlq->fc_time, pinfo);
return 1;
}