aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-vmlab.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2010-04-05 17:16:08 +0000
committerGuy Harris <guy@alum.mit.edu>2010-04-05 17:16:08 +0000
commit9d52e5778373debad4b3d34e9628384566250571 (patch)
tree1cc2ec8f1be17d8c3badb26aae875a25b0caef7f /epan/dissectors/packet-vmlab.c
parent16c4e0d63f02ba84634892ee6c91335320335813 (diff)
Put volatile back - without it, the compiler warns you.
svn path=/trunk/; revision=32384
Diffstat (limited to 'epan/dissectors/packet-vmlab.c')
-rw-r--r--epan/dissectors/packet-vmlab.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-vmlab.c b/epan/dissectors/packet-vmlab.c
index 26bcb3325f..7b0ae7a589 100644
--- a/epan/dissectors/packet-vmlab.c
+++ b/epan/dissectors/packet-vmlab.c
@@ -89,7 +89,7 @@ dissect_vmlab(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
guint8 attributes;
guint8 portgroup;
- guint16 encap_proto;
+ volatile guint16 encap_proto;
col_set_str(pinfo->cinfo, COL_PROTOCOL, "VMLAB");
col_clear(pinfo->cinfo, COL_INFO);