Wireshark-commits: [Wireshark-commits] master a955d38: Fix the nanosecond-resolution pcap magic num
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 21 Mar 2020 06:34:42 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=a955d38f3a9f8c9952897a5319abc8f8924d15b7
Submitter: "Guy Harris <guy@xxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

a955d38 by Guy Harris (guy@xxxxxxxxxxxx):

    Fix the nanosecond-resolution pcap magic numbers.
    
    See NSEC_TCPDUMP_MAGIC in
    
         https://github.com/the-tcpdump-group/libpcap/blob/master/sf-pcap.c
    
    The last octet is 0x4d, not 0xd4.
    
    Change-Id: Ie49a7a9c33e59fe119746bec910522a46b46c2f6
    Reviewed-on: https://code.wireshark.org/review/36519
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  c4d32e8   Handle nanosecond-resolution pcap files.
     add  a955d38   Fix the nanosecond-resolution pcap magic numbers.


Summary of changes:
 epan/dissectors/file-pcap.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)