Wireshark-commits: [Wireshark-commits] master-3.0 1727434: DNS: fix bytes highlight for name length

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 16 Aug 2019 12:46:40 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=1727434ccf0f4095eeeeb024c77d0da6dd344928
Submitter: "Pascal Quantin <pascal@xxxxxxxxxxxxx>"
Changed: branch: master-3.0
Repository: wireshark

Commits:

1727434 by Pascal Quantin (pascal@xxxxxxxxxxxxx):

    DNS: fix bytes highlight for name length and labels count
    
    Those generated fields are linked to the dns.qry.name field, so highlight
    the same bytes.
    
    Bug: 15999
    Change-Id: Ia989b79a9ec14140472b79fdf7acea6e67baee68
    Reviewed-on: https://code.wireshark.org/review/34299
    Petri-Dish: Pascal Quantin <pascal@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Pascal Quantin <pascal@xxxxxxxxxxxxx>
    (cherry picked from commit 32102247cefcdbf582131b4564aa8ccc46b741c2)
    Conflicts:
    	epan/dissectors/packet-dns.c
    Reviewed-on: https://code.wireshark.org/review/34301
    

Actions performed:

    from  bac1fa4   Wiretap: Fix temporary filename memory corruption
     add  1727434   DNS: fix bytes highlight for name length and labels count


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