Commit graph

10 commits

Author SHA1 Message Date
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
0543025fca Fix missing port # in pcap files 2022-08-04 13:01:36 +02:00
William Robinet
6686cedfdd Add support for IPv6 traffic dump 2021-04-07 17:40:16 +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