URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=0e588b5ef0af4afd7699c9a975a029ae6814144c
Submitter: "Guy Harris <guy@xxxxxxxxxxxx>"
Changed: branch: master-3.2
Repository: wireshark
Commits:
0e588b5 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>
(cherry picked from commit f82cacdb761b65a2b0786c9b79254a1dea5c1174)
Reviewed-on: https://code.wireshark.org/review/36520
Actions performed:
from 383bbcf Handle nanosecond-resolution pcap files.
add 0e588b5 Fix the nanosecond-resolution pcap magic numbers.
Summary of changes:
epan/dissectors/file-pcap.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)