summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-asterix.c
diff options
context:
space:
mode:
authorEvan Huus <eapache@gmail.com>2013-07-06 22:03:52 +0000
committerEvan Huus <eapache@gmail.com>2013-07-06 22:03:52 +0000
commit5633f7ffd51a0d95b8df10b0bbc3013ec333be32 (patch)
treeada850262e7ea8943d471ca13a748762e9156fb5 /epan/dissectors/packet-asterix.c
parent337ad423c1a832d3c6d189fbbf9f8760023d5abc (diff)
downloadwireshark-5633f7ffd51a0d95b8df10b0bbc3013ec333be32.tar.gz
From Marko Hrastovec via
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8886 Fix an error in the scaling factor of field I062/380 subfield #28 in the Asterix dissector. svn path=/trunk/; revision=50424
Diffstat (limited to 'epan/dissectors/packet-asterix.c')
-rw-r--r--epan/dissectors/packet-asterix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-asterix.c b/epan/dissectors/packet-asterix.c
index 4386172a0f..98e6fd26ab 100644
--- a/epan/dissectors/packet-asterix.c
+++ b/epan/dissectors/packet-asterix.c
@@ -3636,7 +3636,7 @@ static const FieldPart I062_380_27_MACH = { 16, 0.008, FIELD_PART_UFLOAT, &hf_06
static const FieldPart *I062_380_27_PARTS[] = { &I062_380_27_MACH, NULL };
/* Barometric Pressure Setting */
-static const FieldPart I062_380_28_BPS = { 12, 0.01, FIELD_PART_UFLOAT, &hf_062_380_28_BPS, NULL };
+static const FieldPart I062_380_28_BPS = { 12, 0.1, FIELD_PART_UFLOAT, &hf_062_380_28_BPS, NULL };
static const FieldPart *I062_380_28_PARTS[] = { &IXXX_4bit_spare, &I062_380_28_BPS, NULL };
/* Flight Plan Related Data */