summaryrefslogtreecommitdiff
path: root/wiretap/ngsniffer.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2009-04-24 12:16:01 +0000
committerBill Meier <wmeier@newsguy.com>2009-04-24 12:16:01 +0000
commit72ef03e60a8ee4ac5768567afe7ad0437fd6ce93 (patch)
treee8832339a7818f0f8cb37e67c84902703884d5d7 /wiretap/ngsniffer.c
parented948cc8f71ba810c115c779b854352dca136757 (diff)
downloadwireshark-72ef03e60a8ee4ac5768567afe7ad0437fd6ce93.tar.gz
[Trivial] Constify a few things
svn path=/trunk/; revision=28144
Diffstat (limited to 'wiretap/ngsniffer.c')
-rw-r--r--wiretap/ngsniffer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/wiretap/ngsniffer.c b/wiretap/ngsniffer.c
index 912eccf25a..e6cdf42f87 100644
--- a/wiretap/ngsniffer.c
+++ b/wiretap/ngsniffer.c
@@ -447,7 +447,7 @@ struct frame6_rec {
* so that interpretation is probably wrong. Perhaps the interpretation
* of V.timeunit depends on the version number of the file?
*/
-static guint32 Psec[] = {
+static const guint32 Psec[] = {
15000000, /* 15.0 usecs = 15000000 psecs */
838096, /* .838096 usecs = 838096 psecs */
15000000, /* 15.0 usecs = 15000000 psecs */