zeek/src/iosource/pcap
Tim Wojtulewicz b6444dce0c Fix issue with broken libpcaps that return repeat packets
This is apparently a problem with the Myricom version of libpcap, where
instead of returning a null or a zero if no packets are available, it
returns the previous packet. This causes Zeek to improperly parse the
packet and crash. We thought we had fixed this previously with a check
for a null packet but that fix was not enough.
2021-11-01 09:19:55 -07:00
..
CMakeLists.txt GH-323: change builtin plugin namespaces to Zeek 2019-06-07 20:56:54 -07:00
Dumper.cc Reformat the world 2021-09-16 15:35:39 -07:00
Dumper.h Reformat the world 2021-09-16 15:35:39 -07:00
pcap.bif remove unnecessary casts, and change necessary ones to use static_cast<> 2021-03-18 13:24:25 -07:00
Plugin.cc Reformat the world 2021-09-16 15:35:39 -07:00
Source.cc Fix issue with broken libpcaps that return repeat packets 2021-11-01 09:19:55 -07:00
Source.h Reformat the world 2021-09-16 15:35:39 -07:00