aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-atn-cpdlc.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-atn-cpdlc.c')
-rw-r--r--epan/dissectors/packet-atn-cpdlc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-atn-cpdlc.c b/epan/dissectors/packet-atn-cpdlc.c
index 417ec2bb88..5ff3d39e7f 100644
--- a/epan/dissectors/packet-atn-cpdlc.c
+++ b/epan/dissectors/packet-atn-cpdlc.c
@@ -5413,8 +5413,8 @@ dissect_atn_cpdlc_heur(
void *data _U_)
{
atn_conversation_t *atn_cv = NULL;
- gboolean is_atn_cpdlc = FALSE;
- gboolean is_pm = FALSE;
+ volatile gboolean is_atn_cpdlc = FALSE;
+ volatile gboolean is_pm = FALSE;
int type = no_msg;
type = check_heur_msg_type(pinfo);