Wireshark-commits: [Wireshark-commits] master-3.0 caddbcd: Keep and use per-interface, not per-file

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 16 May 2019 07:06:26 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=caddbcd66a1ad7935891f70ffb4b6e620f8bad47
Submitter: "Guy Harris <guy@xxxxxxxxxxxx>"
Changed: branch: master-3.0
Repository: wireshark

Commits:

caddbcd by Guy Harris (guy@xxxxxxxxxxxx):

    Keep and use per-interface, not per-file, FCS length information.
    
    There is no FCS length information for a pcapng file; there's FCS length
    information for each interface.
    
    Change-Id: I3abb1a35b28475aa3ad6f126060140d0a524bbca
    Reviewed-on: https://code.wireshark.org/review/33215
    Petri-Dish: Guy Harris <guy@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    (cherry picked from commit f8ac57a2c4d3b0bab160dc5da925c1bb83e39444)
    Reviewed-on: https://code.wireshark.org/review/33217
    

Actions performed:

    from  f5938fe   Qt: Fix no interface load preference handling
     add  caddbcd   Keep and use per-interface, not per-file, FCS length information.


Summary of changes:
 wiretap/pcapng.c | 17 +++++++++++------
 1 file changed, 11 insertions(+), 6 deletions(-)