Sourced from pnet_packet's releases.
v0.35.0
What's Changed
- Update license field following SPDX 2.1 license expression standard by
@frisoftin libpnet/libpnet#633- transport: Add option to set ECN on the TransportSender socket. by
@hawkinswin libpnet/libpnet#685- Fix failing tests by
@Paul-weqein libpnet/libpnet#676- remove the repetitive word by
@cuishuangin libpnet/libpnet#672- Add apple tvos support by
@lcruz99in libpnet/libpnet#652- Adding vxlan to pnet_packet by
@stevedoylein libpnet/libpnet#654- Add ICMP Destination unreachable Next-hop MTU by
@fabi321in libpnet/libpnet#662- Update ARP example to also support IPv6 via NDP by
@tgross35in libpnet/libpnet#642- Ensure BPF read is 4-byte aligned by
@frankplowin libpnet/libpnet#655- Expose the various values in the TcpOption structure for external program access by
@rikonakain libpnet/libpnet#640- Definition for ethernet flow control packets. by
@AJMansfieldin libpnet/libpnet#649- Expose set_ecn on unix only by
@mrmondayin libpnet/libpnet#689- datalink(linux): add feature to pass the fd (socket) to ::channel() by
@Martichouin libpnet/libpnet#584- Added DNS protocol support by
@tomDev5in libpnet/libpnet#678- linux: use poll api instead of select inorder to support fd > 1024. Fixes #612 and #639 by
@nemosupremoin libpnet/libpnet#681New Contributors
@frisoftmade their first contribution in libpnet/libpnet#633@hawkinswmade their first contribution in libpnet/libpnet#685@Paul-weqemade their first contribution in libpnet/libpnet#676@cuishuangmade their first contribution in libpnet/libpnet#672@lcruz99made their first contribution in libpnet/libpnet#652@stevedoylemade their first contribution in libpnet/libpnet#654@fabi321made their first contribution in libpnet/libpnet#662@tgross35made their first contribution in libpnet/libpnet#642@frankplowmade their first contribution in libpnet/libpnet#655@AJMansfieldmade their first contribution in libpnet/libpnet#649@tomDev5made their first contribution in libpnet/libpnet#678@nemosupremomade their first contribution in libpnet/libpnet#681Full Changelog: https://github.com/libpnet/libpnet/compare/v0.34.0...v0.35.0
97ece70
Release v0.35.049c8c68
Merge pull request #681
from ionosnetworks/feat/linux-poll-api07526a7
Merge pull request #678
from tomDev5/dnsb319ca2
fixed dns codea3a46e6
removed BooleanField for u17086ed2
dns layer in pnet14a01ff
Merge pull request #584
from Martichou/raw_socketbd4c8b0
datalink(linux): add feature to pass the fd (socket) to ::channel()28e9de4
Merge pull request #689
from mrmonday/ecn-unix-only01eee25
Expose set_ecn on unix only.