URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=3af946e886b59f7bc022056207aa7bc32ee29645
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
3af946e by Craig Jackson (cejackson51@xxxxxxxxx):
TDS: Improve handling of scale for TDS numeric and decimal fields.
For numeric and decimal fields, we can use doubles to display many
decimal and numeric fields exactly. It only starts to fall down when
we get more than 15 decimal digits.
Bug: 16041
Change-Id: Idae1790ade7106d7557739220756ef9e9281378c
Reviewed-on: https://code.wireshark.org/review/34471
Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from 39bbb90 ieee80211: fix dissection of HE Phy Capabilities Information
add 3af946e TDS: Improve handling of scale for TDS numeric and decimal fields.
Summary of changes:
epan/dissectors/packet-tds.c | 64 +++++++++++++++++++++++++++++++++++---------
1 file changed, 52 insertions(+), 12 deletions(-)