summaryrefslogtreecommitdiff
path: root/src/sp_network_utils.c (follow)
AgeCommit message (Collapse)Author
2019-02-23Try to unify the includesjvoisin
2017-12-28Clang-format passThibault "bui" Koechlin
- `clang-format --style="{BasedOnStyle: google, SortIncludes: false}" -i snuffleu*.c sp_*.c sp_*.h` - Update the documentation accordingly
2017-12-26Improve the portability of our ipv6 supportjvoisin
Apparently, the in6_addr can have different fields in its union, making it a bit non-portable. We're solving this via macros. This should close #100, thanks to @fichtner for the report ♥
2017-10-30Bump coverage and simplify some codejvoisin
2017-10-02First pass for #9jvoisin
2017-09-20Initial importSebastien Blot