Releases: jacopodl/Spark
Releases · jacopodl/Spark
3.0.0
Features in Spark 3.0.0:
- Following functions had been marked as deprecated in version 2.4.0 and now are definetively removed:
- parse_ipv4addr(char *ipstr, unsigned int *ip)
- char *get_stripv4(unsigned int *ip, bool _static)
- char *get_stripv4_r(unsigned int *ip, char *ipstr)
- Massive refactoring (Now all functions starts by protocol/module name followed by operation, Eg: ip_equals, eth_equals...)
- Bugfix:
- checksum functions
- Addresses:
- New addresses structure
- Added polymorphism support with struct netaddr
- New entry:
- DNS
- Pcap file(write only for now)
Others spectacular bugs 🐛 and features 🎉
Ps: I've added documentations too 🤓
2.4.0
Following functions are marked as deprecated:
- parse_ipv4addr(char *ipstr, unsigned int *ip)
- char *get_stripv4(unsigned int *ip, bool _static)
- char *get_stripv4_r(unsigned int *ip, char *ipstr)
Added two new functions to manage IPv4 addresses:
- isgreater_ipv4
- isless_ipv4