Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] master 6bedcc9: PCAP: Add expert info to too long frames

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 26 Nov 2018 09:41:48 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=6bedcc9fa959b27630467837a5c81d07be03b600
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

6bedcc9 by Jaap Keuter (jaap.keuter@xxxxxxxxx):

    PCAP: Add expert info to too long frames
    
    When frame data exceeds the snap length given in the PCAP file header,
    add an expert item warning of this inconsistency.
    
    Change-Id: I700fd987320d7505aee33158895ba32ec2b480f6
    Signed-off-by: Jaap Keuter <jaap.keuter@xxxxxxxxx>
    Reviewed-on: https://code.wireshark.org/review/30788
    Tested-by: Petri Dish Buildbot
    Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  1c16705   TFTP: Repair block numbers truncated at 16 bits.
     add  6bedcc9   PCAP: Add expert info to too long frames


Summary of changes:
 epan/dissectors/file-pcap.c | 14 +++++++++++++-
 1 file changed, 13 insertions(+), 1 deletion(-)