Wireshark-commits: [Wireshark-commits] master b66a76a: text2pcap: Fix IPv6 payload length

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 30 Oct 2018 15:57:08 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=b66a76ae84a32f9fbd496e321eb50b186935a1b6
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

b66a76a by Vasil Velichkov (vvvelichkov@xxxxxxxxx):

    text2pcap: Fix IPv6 payload length
    
    According to RFC 8200 the payload length must contain the length of the payload
    without the IPv6 header's length
    
    Change-Id: Ibeb18c243edc396eaac6d2ffde73d6c4a6fe75a0
    Reviewed-on: https://code.wireshark.org/review/30406
    Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
    Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  9e3d5a7   QUIC: move NCI Sequence(i) field after CID Length field (draft -15)
     add  b66a76a   text2pcap: Fix IPv6 payload length


Summary of changes:
 test/suite_text2pcap.py | 136 ++++++++++++++++++++++++++----------------------
 text2pcap.c             |   6 +--
 2 files changed, 77 insertions(+), 65 deletions(-)