Wireshark-commits: [Wireshark-commits] master 38d08e0: dns_stats: generate stats just for pure dns

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

Commits:

38d08e0 by Dario Lombardo (lomato@xxxxxxxxx):

    dns_stats: generate stats just for pure dns (not mDNS, not LLMR).
    
    The stats for mDNS and llmnr are pending. The change just resolves a bug
    in the stats that are wrongly generated when the traffic is mDNS or LLMR.
    
    Bug: 12492
    Change-Id: Ie772e204d0ddea997dd8cbf609725605c8a507c8
    Reviewed-on: https://code.wireshark.org/review/15897
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    

Actions performed:

    from  58023e5   proto(.h): fix '@return' command used in a comment that is attached to a function returning void [-Wdocumentation]
    adds  38d08e0   dns_stats: generate stats just for pure dns (not mDNS, not LLMR).


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