Wireshark-commits: [Wireshark-commits] master 3b81c36: DNS: LOC Precision missing units

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 8 Feb 2015 22:44:09 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=3b81c360ded5b81d9affe324435f358590220341
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

3b81c36 by Alexis La Goutte (alexis.lagoutte@xxxxxxxxx):

    DNS: LOC Precision missing units
    
    The DNS packet's 3rd additional RR is a LOC RR.
    In the LOC RR, Wireshark marks the Size field with meters unit.
    However, the Horizontal and Vertical Precision fields have no units
    
    Issue reported by Boaz
    
    Bug:10940
    Change-Id: If177757d2bba6ea012a320aceaea2f8d8e50155c
    Reviewed-on: https://code.wireshark.org/review/7014
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  0a2832c   WMEM (allocator): fix warning: redeclaration of already-defined enum '_wmem_allocator_type_t' is a GNU extension [-Wgnu-redeclared-enum]
    adds  3b81c36   DNS: LOC Precision missing units


Summary of changes:
 epan/dissectors/packet-dns.c |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)