summaryrefslogtreecommitdiff
path: root/epan/dissectors/file-pcap.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2016-01-22 18:04:59 -0800
committerGuy Harris <guy@alum.mit.edu>2016-01-23 02:05:44 +0000
commitf3713e288b018cf2e9711b2dc2caaba87896bc02 (patch)
tree6c8a5472c5bfa2112a16fd89b3cbd37439540810 /epan/dissectors/file-pcap.c
parente406703c5f8d341153e0b91cc16638c3a556ae49 (diff)
downloadwireshark-f3713e288b018cf2e9711b2dc2caaba87896bc02.tar.gz
Avoid inhaling fumes. Do not use near open flame.
Change-Id: I9040745b2878a9ba8a0677e19af6702c2a766ce2 Reviewed-on: https://code.wireshark.org/review/13496 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'epan/dissectors/file-pcap.c')
-rw-r--r--epan/dissectors/file-pcap.c2
1 files changed, 1 insertions, 1 deletions
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;