Wireshark-commits: [Wireshark-commits] master e67eebb: text2pcap: Fix IPv6 checksum

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 31 Oct 2018 02:45:56 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=e67eebb70f1abe36abb91054d5545e40eeeb59e1
Submitter: "Michael Mann <mmann78@xxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

e67eebb by Vasil Velichkov (vvvelichkov@xxxxxxxxx):

    text2pcap: Fix IPv6 checksum
    
    Add the length field in the IPv6 pseudo header struct and refactor the
    pseudo headers initialization
    
    Change-Id: Ie0490dfba051a1112e465aaa6d03909417b2977e
    Reviewed-on: https://code.wireshark.org/review/30407
    Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
    Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  5359a97   text2pcap: Fix -i <proto> when IPv6 (-6) is specified
     add  e67eebb   text2pcap: Fix IPv6 checksum


Summary of changes:
 test/suite_text2pcap.py |  3 +++
 text2pcap.c             | 46 ++++++++++++++++++++++++----------------------
 2 files changed, 27 insertions(+), 22 deletions(-)