From f3713e288b018cf2e9711b2dc2caaba87896bc02 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Fri, 22 Jan 2016 18:04:59 -0800 Subject: Avoid inhaling fumes. Do not use near open flame. Change-Id: I9040745b2878a9ba8a0677e19af6702c2a766ce2 Reviewed-on: https://code.wireshark.org/review/13496 Reviewed-by: Guy Harris --- epan/dissectors/file-pcap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'epan/dissectors/file-pcap.c') diff --git a/epan/dissectors/file-pcap.c b/epan/dissectors/file-pcap.c index 8b1d8a3b07..f04dce2b08 100644 --- a/epan/dissectors/file-pcap.c +++ b/epan/dissectors/file-pcap.c @@ -95,7 +95,7 @@ dissect_pcap(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void *data _U_ proto_tree *packet_data_tree; proto_item *packet_data_item; volatile guint32 encoding; - guint timestamp_scale_factor; + volatile guint timestamp_scale_factor; const char *magic; guint32 origin_length; guint32 length; -- cgit v1.2.1