Skip to content

3.0.0

Latest
Compare
Choose a tag to compare
@jacopodl jacopodl released this 08 Mar 21:25
· 2 commits to master since this release

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 🤓