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
William Robinet
ba9410dac5
Remove unnecessary parens in return statements
2023-08-16 15:40:29 +02:00
William Robinet
6004e71647
Remove unused variables
2023-08-16 14:58:17 +02:00
William Robinet
ecacee7c36
Lint ALL the things !
2023-08-14 12:37:08 +02:00
William Robinet
00a631a28d
Convert old-style function definitions
2023-08-14 10:57:16 +02:00
William Robinet
ca5dc95043
Make it work on OpenBSD and FreeBSD
2023-08-10 16:29:45 +02:00
William Robinet
45111603a7
Remove autotools files
2023-08-09 16:12:15 +02:00
William Robinet
0543025fca
Fix missing port # in pcap files
2022-08-04 13:01:36 +02:00
William Robinet
4a6fcb5963
Add support for pcap output to FIFO
2021-06-18 17:33:48 +02:00
William Robinet
6686cedfdd
Add support for IPv6 traffic dump
2021-04-07 17:40:16 +02:00
William Robinet
0e1ea95acc
Add missing Makefile.am
2020-10-06 18:28:18 +02:00
William Robinet
79b804bd18
Rework https://github.com/adulau/ssldump/pull/26 after build system changes
2020-10-06 17:34:58 +02:00
Aleksey Ryabkov
77ee0d4b39
add save decrypted datato pcap. first alpha version
2020-04-12 01:14:38 +03:00