Wireshark-commits: [Wireshark-commits] master 22d561c: Add support for IEEE-11073 FLOATs

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 29 Dec 2015 14:20:12 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=22d561c4367b8c7ee034ff367a29174245de1068
Submitter: Alexis La Goutte (alexis.lagoutte@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

22d561c by Michal Labedzki (michal.labedzki@xxxxxxxxx):

    Add support for IEEE-11073 FLOATs
    
    Add support for IEEE-11073 32-bit FLOAT and 16 bit SFLOAT field types.
    Use them in Bluetooth ATT dissector.
    
    Change-Id: Ife0f3843da84a9af23483b0a0d9b69cd2f511d08
    Reviewed-on: https://code.wireshark.org/review/12680
    Petri-Dish: Michal Labedzki <michal.labedzki@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Michal Labedzki <michal.labedzki@xxxxxxxxx>
    Tested-by: Michal Labedzki <michal.labedzki@xxxxxxxxx>
    Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    

Actions performed:

    from  399d296   NAS EPS: upgrade dissector to v13.4.0
    adds  22d561c   Add support for IEEE-11073 FLOATs


Summary of changes:
 epan/CMakeLists.txt                  |    1 +
 epan/dfilter/semcheck.c              |    6 +
 epan/dissectors/packet-btatt.c       |   63 +-
 epan/ftypes/Makefile.common          |    1 +
 epan/ftypes/ftype-ieee-11073-float.c | 1561 ++++++++++++++++++++++++++++++++++
 epan/ftypes/ftypes-int.h             |    1 +
 epan/ftypes/ftypes.c                 |    1 +
 epan/ftypes/ftypes.h                 |    4 +
 epan/proto.c                         |   63 +-
 epan/proto.h                         |    3 +
 10 files changed, 1661 insertions(+), 43 deletions(-)
 create mode 100644 epan/ftypes/ftype-ieee-11073-float.c