Wireshark-commits: [Wireshark-commits] master-2.4 b8b7f50: Keep and use per-interface, not per-file

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

Commits:

b8b7f50 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/33219
    

Actions performed:

    from  54a0ca6   Fix the length of the item added for the value field of undissected CLVs.
     add  b8b7f50   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(-)