Wireshark-commits: [Wireshark-commits] master 907faa6: text2pcap: make IP ID endianess independant
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 16 Dec 2018 09:33:49 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=907faa6b98e1497aaa827a09e9e98bde131c4191
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

907faa6 by Jaap Keuter (jaap.keuter@xxxxxxxxx):

    text2pcap: make IP ID endianess independant
    
    Just as IP addresses the IP ID is also an entity that is endianess
    sensitive. Select the appropriate value in the same way as the IP
    addresses.
    
    Change-Id: Ib2f07ea7820b443d0bf6e58fdc5afd7fc429fe22
    Signed-off-by: Jaap Keuter <jaap.keuter@xxxxxxxxx>
    Reviewed-on: https://code.wireshark.org/review/31054
    Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  b71c310   [Automatic update for 2018-12-16]
     add  907faa6   text2pcap: make IP ID endianess independant


Summary of changes:
 text2pcap.c | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)