Skip to content

Releases: slytechs-repos/jnetpcap-api

v0.9 (JDK19)

13 Apr 01:19
4972fbf
Compare
Choose a tag to compare

This is pre-release of jnetpcap-pro module. The pro module extends that open-source jnetpcap v2 module and adds protocol level APIs, implementation and services.

JDK19 support only

This release will only work with JDK19, as its dependent on JDK19's Foreign Function preview feature. The FF feature has changed in JDK20 which makes the implementation of this module incompatible. However we release this anyhow, so at least, an early version of this API is available for JDK19.

What's Included

  • A protocol packet handler which provides packet handling services for high level protocol enabled packets
  • A packet dissector which provides detailed information about the protocol headers within each packet
  • PacketDescriptorType.TYPE2 which provides per protocol details for each packet
  • IPF tracking and reassembly API, but in v0.9 with partial implementation

Contributors

Full Changelog: https://github.com/slytechs-repos/jnetpcap-pro/commits/v0.9