Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] master 4573a39: DNS: Replace cinfo by pinfo->cinfo (no longe

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 30 Sep 2015 16:39:41 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=4573a39ec626745f3387f124476349076f81af6d
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

4573a39 by Alexis La Goutte (alexis.lagoutte@xxxxxxxxx):

    DNS: Replace cinfo by pinfo->cinfo (no longer need to check if cinfo is not NULL)
    
    Change-Id: Ib7cebd588924270b2003fad575f4cd0c3ec2678e
    Reviewed-on: https://code.wireshark.org/review/10698
    Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  826e2b6   DNS: Fix Col Info display (Missing space between rcodes)
    adds  4573a39   DNS: Replace cinfo by pinfo->cinfo (no longer need to check if cinfo is not NULL)


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