ssldump/pcap
Christian Rosentreter e5f2916b65
Fix problematic fdatasync() call on macOS
The fdatasync call generates a "implicit declaration of function 'fdatasync' is invalid in C99" warning when building for macOS (it's nowhere to be found in the system includes), but linking will eventually work fine because there is an unrelated syscall by the same name (different prototype), so it's not doing what it should. So lets not use it.
2024-04-16 17:49:06 +02:00
..
attrib.h Lint ALL the things ! 2023-08-14 12:37:08 +02:00
logpkt.c Lint ALL the things ! 2023-08-14 12:37:08 +02:00
logpkt.h Lint ALL the things ! 2023-08-14 12:37:08 +02:00
pcap_logger.c Fix problematic fdatasync() call on macOS 2024-04-16 17:49:06 +02:00
pcap_logger.h Lint ALL the things ! 2023-08-14 12:37:08 +02:00
sys.c Lint ALL the things ! 2023-08-14 12:37:08 +02:00
sys.h add save decrypted datato pcap. first alpha version 2020-04-12 01:14:38 +03:00