aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-eth.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-eth.c')
-rw-r--r--epan/dissectors/packet-eth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-eth.c b/epan/dissectors/packet-eth.c
index be00065114..6f903cc1e1 100644
--- a/epan/dissectors/packet-eth.c
+++ b/epan/dissectors/packet-eth.c
@@ -164,7 +164,7 @@ dissect_eth_common(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree,
int fcs_len)
{
proto_item *ti;
- eth_hdr *ehdr;
+ eth_hdr *volatile ehdr;
volatile gboolean is_802_2;
proto_tree *volatile fh_tree = NULL;
const char *src_addr, *dst_addr;