summaryrefslogtreecommitdiff
path: root/src/sp_network_utils.c (follow)
AgeCommit message (Collapse)Author
2022-02-05convert cidr to stringBen Fuhrmannek
2021-08-16fincy new scanner/parser for config rules + fixed a few bugs along the way + ↵Ben Fuhrmannek
fixed related unittests
2021-08-07fixed cidr matching and test casesBen Fuhrmannek
2021-08-03removed unused variableBen Fuhrmannek
2020-07-04Run clang-format on the codebasejvoisin
2019-06-20Fix snufflepagus_globals linking issues and one mac compatibility issuebef
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