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 8e6953a: Replace assignment with structure assignment

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 27 Dec 2016 04:15:25 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=8e6953a64b0b785918d4a234e1eb09de21cfb5b8
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

8e6953a by Jaap Keuter (jaap.keuter@xxxxxxxxx):

    Replace assignment with structure assignment (CID 1397183)
    
    Replace the individual field assignment with struct assignement to
    - Reduce code (only single line, but he),
    - (Hopefully) show Coverity this is as intended.
    
    Change-Id: I9400b6e38f86acf57018ee7993e66d5b06d1c39c
    Reviewed-on: https://code.wireshark.org/review/19434
    Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  fc29f28   Merge AIM files into single dissector file.
    adds  8e6953a   Replace assignment with structure assignment (CID 1397183)


Summary of changes:
 epan/dissectors/packet-snort.c |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)