zeek/src/iosource
Tim Wojtulewicz f9f37b11c6 Add new features to IOSource::Manager, used by DNS_Mgr
- iosource_mgr can now track write events to file descriptors as well
  as read events. This adds an argument to both RegisterFd() and
  UnregisterFd() for setting the mode, defaulting to read.
- IOSources can now implement a ProcessFd() method that allows them to
  handle events to single file descriptors instead of of having to
  loop through/track sets of them at processing time.
2022-04-22 13:10:37 -07:00
..
pcap Add command-line option to write unprocessed packets to a file 2021-11-12 09:30:26 -07:00
BPF_Program.cc updated Bro->Zeek in comments in the source tree 2022-01-24 14:26:20 -08:00
BPF_Program.h Reformat the world 2021-09-16 15:35:39 -07:00
CMakeLists.txt Modify IOSource Manager to implement new loop architecture 2020-01-31 10:13:09 -07:00
Component.cc Reformat the world 2021-09-16 15:35:39 -07:00
Component.h updated Bro->Zeek in comments in the source tree 2022-01-24 14:26:20 -08:00
IOSource.h Add new features to IOSource::Manager, used by DNS_Mgr 2022-04-22 13:10:37 -07:00
Manager.cc Add new features to IOSource::Manager, used by DNS_Mgr 2022-04-22 13:10:37 -07:00
Manager.h Add new features to IOSource::Manager, used by DNS_Mgr 2022-04-22 13:10:37 -07:00
Packet.cc GH-1620: Add event and plugin hook to track packets not processed 2021-11-12 09:30:26 -07:00
Packet.h Store some additional information in the packet during processing 2021-11-23 19:36:49 -07:00
PktDumper.cc clang-format: Force zeek-config.h to be earlier in the config ordering 2021-09-25 11:52:55 -07:00
PktDumper.h clang-format: Force zeek-config.h to be earlier in the config ordering 2021-09-25 11:52:55 -07:00
PktSrc.cc GH-2038: Don't sleep when non-selectable PktSrc has data available 2022-04-11 23:21:31 +12:00
PktSrc.h Reformat the world 2021-09-16 15:35:39 -07:00