Releases: ardikars/pcap
Releases · ardikars/pcap
Release list
[1.5.0] - 2023-12-04
v1.5.0
1.4.2
[1.4.1] - 2021-12-31
[1.4.1] - 2021-12-31
Changed
-
Bump log4j2 from 2.17.0 to 2.17.1
-
Javadocs fixes
[1.4.0] - 2021-12-2
Changes
Added
-
Add BPF filter.
-
Add logback-classic and log4j-core into maven BOM.
Changed
-
Unreflect constructor for casting buffer to packet classes.
-
PacketBuffer null check params.
-
Remove incubating annotation for enhance I/O multiplexer.
Fixed
-
Accessing closed handle should throw exception.
-
Fix capacity of generated buffer from capture handle.
-
Fix pcap_dump buffer size validation.
[1.3.4] - 2021-11-15
Changed
-
Use String::format(..) instead of concatenate with +
-
Use pcap-common logging instead of jdk logger
-
Use Arrays.asList(..) insetead new ArrayList(..) for getFieldOrders()
Fixed
- Fix Slf4j module name
[1.3.3] - 2021-10-23
Changed
- Remove incubating annotation for equals and hashCode (Fixed: force non-readable buffer to return false).
[1.3.2] - 2021-10-22
[1.3.2] - 2021-10-22
Changed
-
Use String#compareTo instead of String#equals for creating Service.
-
Remove incubating annotation on restricted methods.
Fixed
-
Fix IPv4 TTL.
-
Fix IPv4 checksum offset (#149)